Change chorus-related recipes

This commit is contained in:
Wuzzy 2018-01-27 03:45:43 +01:00
parent d972fbfee8
commit c54019a8ab
1 changed files with 1 additions and 10 deletions

View File

@ -40,7 +40,7 @@ minetest.register_craft({
})
minetest.register_craft({
output = "mcl_end:chorus_fruit",
output = "mcl_end:chorus_flower",
recipe = {
{ "mcl_flowers:allium", "mcl_end:end_stone", "mcl_flowers:allium" },
{ "mcl_end:end_stone", "mcl_end:end_stone", "mcl_end:end_stone" },
@ -158,12 +158,3 @@ minetest.register_craft({
output = "mcl_core:gold_ingot 9",
recipe = {{ "mcl_core:emerald" }},
})
minetest.register_craft({
output = "mcl_end:chorus_flower",
recipe = {
{ "mcl_end:chorus_fruit","mcl_end:chorus_fruit","mcl_end:chorus_fruit" },
{ "mcl_end:chorus_fruit","mcl_end:chorus_fruit","mcl_end:chorus_fruit" },
{ "mcl_end:chorus_fruit","mcl_end:chorus_fruit","mcl_end:chorus_fruit" },
}
})