#Any idea why my texture wont work?

1 messages · Page 1 of 1 (latest)

hoary moon
#

Texture size 128x4096
UV 128x128

opal grove
#

128x4096
is it a flipbook texture? if it is, have you done the set up for it in flipbook_textures.json?

hoary moon
rigid tulipBOT
#
Your search for ***flipbook textures*** returned:

For more information on a result, use </wiki details:1051148733145952370>

(1) ***__Flipbook__*** ***__Textures__***
(2) ***__Flipbook__*** ***__Textures__***
(3) What this page covers - ***__Flipbook__*** ***__Textures__***
hoary moon
#

@opal grove dont work

#

flipbook_textures.json

[
    {
        "flipbook_texture": "textures/entity/lobby_gungame",
        "atlas_tile": "lobby_gungame",
        "ticks_per_frame": 10
    }
]```

terrain_textures.json
```{
  "resource_pack_name": "vanilla",
  "texture_name": "atlas.terrain",
  "padding": 8,
  "num_mip_levels": 4,
  "texture_data": {
    "lobby_gungame": {
      "textures": "textures/entity/lobby_gungame"
    }
  }
}```
opal grove
#

are you referring to the entity or the blocks?

hoary moon
#

entity

#

my entity has an animated texture

opal grove
#

you dont require a terrain_texture.json for an entity...