Update 'mods/mobs_animal/rabbit.lua'
This commit is contained in:
parent
c52bb995b8
commit
b4707638b9
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue