Move slimeball to mcl_mobitems

This commit is contained in:
Wuzzy 2017-02-11 22:05:14 +01:00
parent 3cbb39b1fb
commit 296520c06c
10 changed files with 27 additions and 26 deletions

View file

@ -123,7 +123,7 @@ minetest.register_craft({
})
minetest.register_craft({
output = 'mesecons_materials:slimeball',
output = 'mcl_mobitems:slimeball',
type = "cooking",
recipe = "mcl_core:sapling",
cooktime = 10,