Skip to content

Commit

Permalink
horses are good swimmers, remove water damage
Browse files Browse the repository at this point in the history
  • Loading branch information
tenplus1 committed Feb 15, 2022
1 parent f7ac229 commit 4022ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Expand Up @@ -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}
Expand Down

0 comments on commit 4022ae9

Please sign in to comment.