mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-14 15:11:05 +01:00
Change chorus fruit crafting
This commit is contained in:
parent
3056ac58ab
commit
d12cdef639
1 changed files with 3 additions and 3 deletions
|
@ -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 a new issue