mirror of
https://codeberg.org/tenplus1/mobs_animal.git
synced 2025-07-26 03:50:22 +02:00
set very low water_damage so bunny,cow,kitten,panda,sheep,warthog avoids water
This commit is contained in:
@ -38,7 +38,7 @@ mobs:register_mob("mobs_animal:pumba", {
|
||||
drops = {
|
||||
{name = "mobs:pork_raw", chance = 1, min = 1, max = 3}
|
||||
},
|
||||
water_damage = 0,
|
||||
water_damage = 0.01,
|
||||
lava_damage = 5,
|
||||
light_damage = 0,
|
||||
fear_height = 2,
|
||||
|
Reference in New Issue
Block a user