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