Move helper recipes into new mod

This commit is contained in:
Wuzzy 2017-02-07 05:11:23 +01:00
parent cb2a65a25a
commit c7ca25e003
7 changed files with 92 additions and 84 deletions

View file

@ -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" },
},
})