1
0
mirror of https://codeberg.org/tenplus1/mobs_animal.git synced 2025-07-24 19:10:22 +02:00

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

@ -15,7 +15,8 @@ mobs:register_mob("mobs_animal:rat", {
mesh = "mobs_rat.b3d",
textures = {
{"mobs_rat.png"},
{"mobs_rat2.png"}
{"mobs_rat2.png"},
{"mobs_rat3.png"}
},
makes_footstep_sound = false,
sounds = {random = "mobs_rat"},