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

@ -608,16 +608,6 @@ minetest.register_craft({
}
})
-- TODO: Remove recipe when mobs are working
minetest.register_craft({
type = "shapeless",
output = "mcl_core:gunpowder",
recipe = {
'mcl_core:sand',
'mcl_core:gravel',
}
})
minetest.register_craft({
output = 'mcl_core:lapisblock',
recipe = {