mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +01:00
Make chorus flower craftable
This commit is contained in:
parent
101285d04d
commit
f3a3681e7b
1 changed files with 9 additions and 0 deletions
|
@ -158,3 +158,12 @@ 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 a new issue