#Any idea why my texture wont work?
1 messages · Page 1 of 1 (latest)
128x4096
is it a flipbook texture? if it is, have you done the set up for it inflipbook_textures.json?
No I have not, is there an example of this somewhere?
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__***
brought to you by Bedrock Addons FAQ
Flipbook Textures
@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"
}
}
}```
are you referring to the entity or the blocks?
you dont require a terrain_texture.json for an entity...