Change chorus fruit crafting

This commit is contained in:
Wuzzy 2017-02-10 17:16:47 +01:00
parent 3056ac58ab
commit d12cdef639
1 changed files with 3 additions and 3 deletions

View File

@ -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" },
},
})