mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Fix brewstand not showing up in craftguide
This commit is contained in:
parent
38ad237d92
commit
c7a4f7cbfb
1 changed files with 1 additions and 1 deletions
|
@ -965,7 +965,7 @@ minetest.register_node("mcl_brewing:stand_111", {
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "mcl_brewing:stand",
|
output = "mcl_brewing:stand_000",
|
||||||
recipe = {
|
recipe = {
|
||||||
{ "", "mcl_mobitems:blaze_rod", "" },
|
{ "", "mcl_mobitems:blaze_rod", "" },
|
||||||
{ "mcl_core:cobble", "mcl_core:cobble", "mcl_core:cobble" },
|
{ "mcl_core:cobble", "mcl_core:cobble", "mcl_core:cobble" },
|
||||||
|
|
Loading…
Reference in a new issue