Fix parrot punch spam

This commit is contained in:
cora 2022-08-10 20:00:30 +02:00
parent 0bd0abc327
commit 6101de8d68
1 changed files with 1 additions and 1 deletions

View File

@ -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,