Fix iron golem rotation

This commit is contained in:
jordan4ibanez 2021-04-23 16:52:07 -04:00
parent c138050e0b
commit 8daf197fb8
1 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ mobs:register_mob("mobs_mc:iron_golem", {
rotate = 270,
hp_min = 100,
hp_max = 100,
rotate = 270,
protect = true,
neutral = true,
breath_max = -1,
@ -42,7 +43,7 @@ mobs:register_mob("mobs_mc:iron_golem", {
reach = 3,
group_attack = true,
attacks_monsters = true,
attack_type = "dogfight",
attack_type = "punch",
drops = {
{name = mobs_mc.items.iron_ingot,
chance = 1,