Use mobs redo api instead of replicating.
This commit is contained in:
parent
6f25d3c388
commit
a46641fcac
22 changed files with 120 additions and 3326 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue