mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-03 12:52:30 +02:00
Update brewing stand recipe - it can be built with cobble.
This commit is contained in:
@ -1030,6 +1030,6 @@ minetest.register_craft({
|
|||||||
output = "mcl_brewing:stand",
|
output = "mcl_brewing:stand",
|
||||||
recipe = {
|
recipe = {
|
||||||
{ "", "mcl_mobitems:blaze_rod", "" },
|
{ "", "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" },
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user