mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-20 13:02:29 +01:00
Fix brewstand not showing up in craftguide
This commit is contained in:
@ -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" },
|
||||
|
Reference in New Issue
Block a user