mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-26 12:31:05 +01:00
Fix parrot punch spam
This commit is contained in:
parent
0bd0abc327
commit
6101de8d68
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue