Fixed Bug

This commit is contained in:
Lone_Wolf 2017-10-27 12:43:12 -07:00 committed by GitHub
parent d2c83fc52f
commit 48c2f6d611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,6 +176,11 @@ minetest.register_craft({
})
minetest.register_craft({
type = 'shapeless',
output = 'mobs:lava_orb 0',
recipe = {'lavastuff:block'}
})
minetest.register_craft({
type = 'shapeless',
output = 'lavastuff:orb 9',
recipe = {'lavastuff:block'}
})
@ -196,4 +201,3 @@ minetest.register_craft({
}
})
end