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

@ -20,7 +20,10 @@ mobs:register_mob("mobs_animal:chicken", {
},
child_texture = {{"mobs_chick.png"}},
makes_footstep_sound = true,
sounds = {random = "mobs_chicken"},
sounds = {
random = "mobs_chicken",
replace = "default_dig_crumbly"
},
walk_velocity = 1,
run_velocity = 3,
runaway = true,