Move helper recipes into new mod
This commit is contained in:
parent
cb2a65a25a
commit
c7ca25e003
7 changed files with 92 additions and 84 deletions
|
@ -172,12 +172,3 @@ minetest.register_craft({
|
|||
cooktime = 10,
|
||||
})
|
||||
|
||||
-- Temporary helper recipes
|
||||
-- TODO: Remove them
|
||||
minetest.register_craft({
|
||||
output = "mcl_end:chorus_fruit",
|
||||
recipe = {
|
||||
{ "mcl_flowers:allium", "mcl_flowers:allium" },
|
||||
{ "mcl_flowers:allium", "mcl_flowers:allium" },
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue