mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-24 20:03:45 +01:00
Change chorus-related recipes
This commit is contained in:
parent
d972fbfee8
commit
c54019a8ab
@ -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" },
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
Loading…
Reference in New Issue
Block a user