Undead mobs take light damage only in sunlight

This commit is contained in:
Wuzzy 2018-05-31 03:09:27 +02:00
parent b73e05d64a
commit 4513c6c35d
5 changed files with 19 additions and 12 deletions

View file

@ -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,