Implement per-class mob cap
This commit is contained in:
parent
8e06e4e8b2
commit
47cda09073
42 changed files with 96 additions and 18 deletions
|
@ -13,6 +13,7 @@ local pr = PseudoRandom(os.time()*666)
|
|||
|
||||
mobs:register_mob("mobs_mc:evoker", {
|
||||
type = "monster",
|
||||
spawn_class = "hostile",
|
||||
physical = true,
|
||||
pathfinding = 1,
|
||||
hp_min = 24,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue