mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-23 08:29:34 +01:00
Fix iron golem rotation
This commit is contained in:
parent
c138050e0b
commit
8daf197fb8
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue