Fix tropical fish empty texture array

This commit is contained in:
cora 2022-08-24 02:55:15 +02:00
parent 26a4b3d895
commit 6d336ee879
1 changed files with 1 additions and 1 deletions

View File

@ -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,