Move helper recipes into new mod
This commit is contained in:
parent
cb2a65a25a
commit
c7ca25e003
7 changed files with 92 additions and 84 deletions
|
@ -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"}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue