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

@ -90,7 +90,10 @@ for _, col in ipairs(all_colours) do
},
gotten_texture = {"mobs_sheep_base.png^mobs_sheep_shaved.png"},
makes_footstep_sound = true,
sounds = {random = "mobs_sheep"},
sounds = {
random = "mobs_sheep",
replace = "default_dig_crumbly"
},
walk_velocity = 1,
run_velocity = 2,
runaway = true,