Implement per-class mob cap
This commit is contained in:
parent
8e06e4e8b2
commit
47cda09073
42 changed files with 96 additions and 18 deletions
|
@ -28,6 +28,7 @@ end
|
|||
-- Ocelot
|
||||
local ocelot = {
|
||||
type = "animal",
|
||||
spawn_class = "passive",
|
||||
can_despawn = true,
|
||||
hp_min = 10,
|
||||
hp_max = 10,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue