mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 09:31:07 +01:00
Fix Parrots attackig Iron Gs
This commit is contained in:
parent
4f27942f81
commit
cac64f034d
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue