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

@ -5,13 +5,6 @@ minetest.register_craftitem("mesecons_materials:slimeball", {
groups = { craftitem = 1 },
})
minetest.register_craft({
output = 'mesecons_materials:slimeball',
type = "cooking",
recipe = "mcl_core:sapling",
cooktime = 10,
})
minetest.register_craft({
output = 'mesecons_materials:slimeball 9',
recipe = {{"mcl_core:slimeblock"}},