forked from VoxeLibre/VoxeLibre
Change chorus-related recipes
This commit is contained in:
parent
d972fbfee8
commit
c54019a8ab
|
@ -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" },
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue