forked from Mineclonia/Mineclonia
Update brewing stand recipe - it can be built with cobble.
This commit is contained in:
parent
12d0c3019e
commit
95e4934c80
|
@ -1030,6 +1030,6 @@ minetest.register_craft({
|
|||
output = "mcl_brewing:stand",
|
||||
recipe = {
|
||||
{ "", "mcl_mobitems:blaze_rod", "" },
|
||||
{ "mcl_core:stone_smooth", "mcl_core:stone_smooth", "mcl_core:stone_smooth" },
|
||||
{ "mcl_core:cobble", "mcl_core:cobble", "mcl_core:cobble" },
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue