forked from VoxeLibre/VoxeLibre
Fix tropical fish empty texture array
This commit is contained in:
parent
26a4b3d895
commit
6d336ee879
|
@ -72,7 +72,7 @@ local tropical_fish = {
|
|||
collisionbox = {-0.2, 0.0, -0.2, 0.2, 0.1, 0.2},
|
||||
visual = "mesh",
|
||||
mesh = "extra_mobs_tropical_fish_a.b3d",
|
||||
textures = {}, -- to be populated on_spawn
|
||||
textures = { "extra_mobs_tropical_fish_a.png" }, -- to be populated on_spawn
|
||||
sounds = {},
|
||||
animation = {
|
||||
stand_start = 0,
|
||||
|
|
Loading…
Reference in New Issue