forked from Mineclonia/Mineclonia
Change chorus fruit crafting
This commit is contained in:
parent
3056ac58ab
commit
d12cdef639
|
@ -65,9 +65,9 @@ minetest.register_craft({
|
|||
minetest.register_craft({
|
||||
output = "mcl_end:chorus_fruit",
|
||||
recipe = {
|
||||
{ "mcl_flowers:allium", "mcl_flowers:allium", "mcl_flowers:allium" },
|
||||
{ "mcl_flowers:allium", "mcl_flowers:allium", "mcl_flowers:allium" },
|
||||
{ "mcl_flowers:allium", "mcl_flowers:allium", "mcl_flowers:allium" },
|
||||
{ "mcl_flowers:allium", "mcl_end:end_stone", "mcl_flowers:allium" },
|
||||
{ "mcl_end:end_stone", "mcl_end:end_stone", "mcl_end:end_stone" },
|
||||
{ "mcl_flowers:allium", "mcl_end:end_stone", "mcl_flowers:allium" },
|
||||
},
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue