Make iron golem defend itself from players

This commit is contained in:
gldrk 2023-01-14 01:34:28 +03:00
parent 1536338199
commit 30521a8b2f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ mcl_mobs.register_mob("mobs_mc:iron_golem", {
description = S("Iron Golem"), description = S("Iron Golem"),
type = "npc", type = "npc",
spawn_class = "passive", spawn_class = "passive",
passive = true, passive = false,
hp_min = 100, hp_min = 100,
hp_max = 100, hp_max = 100,
breath_max = -1, breath_max = -1,