Make iron golem neutral and protective, fix rotation

This commit is contained in:
jordan4ibanez 2021-04-23 16:45:12 -04:00
parent 36d5af1d15
commit c138050e0b
1 changed files with 3 additions and 0 deletions

View File

@ -15,8 +15,11 @@ mobs:register_mob("mobs_mc:iron_golem", {
type = "npc",
spawn_class = "passive",
passive = true,
rotate = 270,
hp_min = 100,
hp_max = 100,
protect = true,
neutral = true,
breath_max = -1,
collisionbox = {-0.7, -0.01, -0.7, 0.7, 2.69, 0.7},
visual = "mesh",