Tweak water and lava damage for all mobs
This commit is contained in:
parent
0abdb5af67
commit
a0f3402346
18 changed files with 29 additions and 40 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue