add white rat, replace sounds

This commit is contained in:
tenplus1
2024-11-04 13:34:05 +00:00
parent e4f16e4911
commit 1640a32619
7 changed files with 14 additions and 4 deletions

View File

@ -21,7 +21,10 @@ mobs:register_mob("mobs_animal:cow", {
{"mobs_cow2.png"}
},
makes_footstep_sound = true,
sounds = {random = "mobs_cow"},
sounds = {
random = "mobs_cow",
replace = "default_dig_crumbly"
},
walk_velocity = 1,
run_velocity = 2,
jump = true,