mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-03 12:52:30 +02:00
Change chorus-related recipes
This commit is contained in:
@ -40,7 +40,7 @@ minetest.register_craft({
|
|||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "mcl_end:chorus_fruit",
|
output = "mcl_end:chorus_flower",
|
||||||
recipe = {
|
recipe = {
|
||||||
{ "mcl_flowers:allium", "mcl_end:end_stone", "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_end:end_stone", "mcl_end:end_stone", "mcl_end:end_stone" },
|
||||||
@ -158,12 +158,3 @@ minetest.register_craft({
|
|||||||
output = "mcl_core:gold_ingot 9",
|
output = "mcl_core:gold_ingot 9",
|
||||||
recipe = {{ "mcl_core:emerald" }},
|
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