Undead mobs take light damage only in sunlight
This commit is contained in:
parent
b73e05d64a
commit
4513c6c35d
5 changed files with 19 additions and 12 deletions
|
@ -75,7 +75,7 @@ mobs:register_mob("mobs_mc:villager_zombie", {
|
|||
},
|
||||
water_damage = 1,
|
||||
lava_damage = 5,
|
||||
light_damage = 1,
|
||||
sunlight_damage = 1,
|
||||
view_range = 16,
|
||||
fear_height = 5,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue