forked from VoxeLibre/VoxeLibre
Fix Parrots attackig Iron Gs
This commit is contained in:
parent
4f27942f81
commit
cac64f034d
|
@ -127,8 +127,9 @@ end
|
||||||
|
|
||||||
mcl_mobs:register_mob("mobs_mc:parrot", {
|
mcl_mobs:register_mob("mobs_mc:parrot", {
|
||||||
description = S("Parrot"),
|
description = S("Parrot"),
|
||||||
type = "passive",
|
type = "animal",
|
||||||
spawn_class = "passive",
|
spawn_class = "passive",
|
||||||
|
passive = true,
|
||||||
pathfinding = 1,
|
pathfinding = 1,
|
||||||
hp_min = 6,
|
hp_min = 6,
|
||||||
hp_max = 6,
|
hp_max = 6,
|
||||||
|
|
Loading…
Reference in New Issue