forked from mtcontrib/mobs_animal
add low water damage level so sheep fear water
This commit is contained in:
parent
3e65df56f5
commit
327bb4dd3d
@ -82,7 +82,7 @@ for _, col in ipairs(all_colours) do
|
|||||||
jump_height = 6,
|
jump_height = 6,
|
||||||
pushable = true,
|
pushable = true,
|
||||||
drops = drops_normal,
|
drops = drops_normal,
|
||||||
water_damage = 0,
|
water_damage = 0.01,
|
||||||
lava_damage = 5,
|
lava_damage = 5,
|
||||||
light_damage = 0,
|
light_damage = 0,
|
||||||
animation = {
|
animation = {
|
||||||
|
Loading…
Reference in New Issue
Block a user