Update 'mods/mobs_animal/rabbit.lua'

This commit is contained in:
thunderdog1138 2020-12-09 21:35:56 +00:00
parent c52bb995b8
commit b4707638b9
1 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,9 @@ stepheight = 0.6,
visual = "mesh",
mesh = "mobs_bunny.b3d",
drawtype = "front",
textures = "rabbit.png",
textures = {
{"rabbit.png"},
},
sounds = {},
makes_footstep_sound = false,
walk_velocity = 1,