mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-01-09 08:39:34 +01:00
Make iron golem neutral and protective, fix rotation
This commit is contained in:
parent
36d5af1d15
commit
c138050e0b
1 changed files with 3 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue