forked from VoxeLibre/VoxeLibre
Fix parrot punch spam
This commit is contained in:
parent
0bd0abc327
commit
6101de8d68
|
@ -118,7 +118,7 @@ end
|
|||
|
||||
mcl_mobs:register_mob("mobs_mc:parrot", {
|
||||
description = S("Parrot"),
|
||||
type = "npc",
|
||||
type = "passive",
|
||||
spawn_class = "passive",
|
||||
pathfinding = 1,
|
||||
hp_min = 6,
|
||||
|
|
Loading…
Reference in New Issue