Use mobs redo api instead of replicating.

This commit is contained in:
Duane Robertson 2016-05-20 00:58:12 -05:00
parent 6f25d3c388
commit a46641fcac
22 changed files with 120 additions and 3326 deletions

View file

@ -48,6 +48,9 @@ mobs:register_mob("fun_caves:spider_ice", {
punch_start = 50,
punch_end = 90,
},
do_custom = function(self)
fun_caves.surface_damage(self, true)
end,
})
mobs:register_spawn("fun_caves:spider_ice", {"default:ice"}, 14, 0, 1000, 2, 31000)