I've been trying to add two custom flipbook textures to my custom block with no luck. Only one is added at a time. Removing one from th flipbook files makes the other show in the game. I can use vanilla animated textures and use two combined, but not two custom ones. Can someone try to replicate this and tell me if I should create a bug report or not?
Thanks!
#Multi-Faceted Flipbook Texture
1 messages · Page 1 of 1 (latest)
No content log errors
My flipbook entries:
{
"atlas_tile": "kai:grass_custom_side",
"flipbook_texture": "textures/blocks/grass_custom_side",
"ticks_per_frame": 4
},
{
"atlas_tile": "kai:grass_custom_top",
"flipbook_texture": "textures/blocks/grass_custom_top",
"ticks_per_frame": 4
}
My material instances:
"minecraft:material_instances": {
"*": {
"texture": "kai:grass_custom_side",
"render_method": "opaque"
},
"up": {
"texture": "kai:grass_custom_top",
"render_method": "opaque"
}
},
Result:
Only kai:grass_custom_side is being shown in the block.