Fix Parrots attackig Iron Gs

This commit is contained in:
cora 2022-09-01 22:12:25 +02:00
parent 4f27942f81
commit cac64f034d
1 changed files with 2 additions and 1 deletions

View File

@ -127,8 +127,9 @@ end
mcl_mobs:register_mob("mobs_mc:parrot", {
description = S("Parrot"),
type = "passive",
type = "animal",
spawn_class = "passive",
passive = true,
pathfinding = 1,
hp_min = 6,
hp_max = 6,