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

@ -49,7 +49,8 @@ mobs:register_mob("mobs_mc:blaze", {
shoot_end = 40,
},
drawtype = "front",
water_damage = 10,
-- MC Wiki: 1 damage every half second
water_damage = 2,
lava_damage = 0,
fall_damage = 0,
light_damage = 0,