horses are good swimmers, remove water damage

This commit is contained in:
tenplus1 2022-02-15 09:21:08 +00:00
parent f7ac229ccf
commit 4022ae9a02
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ mobs:register_mob("mob_horse:horse", {
armor = 200,
lava_damage = 5,
fall_damage = 5,
water_damage = 1,
water_damage = 0,
makes_footstep_sound = true,
drops = {
{name = "mobs:leather", chance = 1, min = 0, max = 2}