Tweak water and lava damage for all mobs

This commit is contained in:
Wuzzy 2017-02-23 19:52:07 +01:00
parent 0abdb5af67
commit a0f3402346
18 changed files with 29 additions and 40 deletions

View file

@ -57,11 +57,10 @@ mobs:register_mob("mobs_mc:ghast", {
death_end = 118,
},
drawtype = "front",
water_damage = 10,
lava_damage = 0,
light_damage = 0,
fall_damage = 0,
view_range = 16,
view_range = 100,
--attack_type = "dogshoot",
attack_type = "dogshoot",
arrow = "mobs_mc:ghast_fireball",