Fix brewstand not showing up in craftguide

This commit is contained in:
Wuzzy 2020-11-07 01:11:42 +01:00
parent 38ad237d92
commit c7a4f7cbfb
1 changed files with 1 additions and 1 deletions

View File

@ -965,7 +965,7 @@ minetest.register_node("mcl_brewing:stand_111", {
})
minetest.register_craft({
output = "mcl_brewing:stand",
output = "mcl_brewing:stand_000",
recipe = {
{ "", "mcl_mobitems:blaze_rod", "" },
{ "mcl_core:cobble", "mcl_core:cobble", "mcl_core:cobble" },