Add some despawning logic (but do not enable despawning yet)
This commit is contained in:
parent
67ebf3366f
commit
ad2fbb0008
5 changed files with 29 additions and 15 deletions
|
@ -10,6 +10,7 @@ local S, NS = dofile(MP.."/intllib.lua")
|
|||
|
||||
mobs:register_mob("mobs_mc:squid", {
|
||||
type = "animal",
|
||||
can_despawn = true,
|
||||
passive = true,
|
||||
hp_min = 10,
|
||||
hp_max = 10,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue