mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-04 21:31:28 +02:00
Change chorus-related recipes
This commit is contained in:
@ -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" },
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user