No light and lava damage for wither skeleton
This commit is contained in:
parent
7bc13c82b8
commit
7c7087f6cc
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user