No light and lava damage for wither skeleton

This commit is contained in:
Wuzzy 2017-07-05 14:33:53 +02:00
parent 7bc13c82b8
commit 7c7087f6cc

View File

@ -71,8 +71,8 @@ mobs:register_mob("mobs_mc:witherskeleton", {
hurt_end = 120,
},
water_damage = 0,
lava_damage = 4,
light_damage = 1,
lava_damage = 0,
light_damage = 0,
view_range = 16,
attack_type = "dogfight",
arrow = "mobs_mc:arrow_entity",