flipbook_textures.json does not support animating multiple variants of a same block and only animates the last entry for that block.
Basically the title. If I animate for example poppy1 and poppy2, only poppy2 will be animated.
How to reproduce:
Download example pack below, activate it in a world and place poppies until you have both variants.
Supposed Results both variants are animated (each poppy should have the same color)
Observed Results: only "poppy2" is animated
Created Issue:
flipbook_textures.json does not support animating multiple variants of a same block and animates the last entry for that block.
Basically the title. If I animate for example poppy1 and poppy2, only poppy2 will be animated.
Basically the title. If I animate for example poppy1 and poppy2, only poppy2 will be animated.
How to reproduce :
Download example pack below, activate it in a world and place poppies until you have both variants.
Supposed Results both variants are animated (each poppy should have the same color)
Observed Results : only "poppy2" is animated
flipbook_textures.json does not support animating multiple variants of a same block and only animates the last entry for that block.




Can confirm. Some additional information to support this issue:
The resource pack includes two variants for poppies. The variants have identical animation frames. This means that we would expect all poppies to look identical if the animations worked correctly.
Texture folder:

Poppy variants are configured properly in terrain_texture.json:

The animations are configured the exact same way in flipbook_textures.json, except one uses atlas_tile_variant 0 and one uses atlas_tile_variant 1.

The animation only applies to one poppy variant in-game:
poppy_variant_not_animating.mp4
Detailed steps to reproduce:
Expected Results
All atlas tile variants can be given unique block animations.
Observed Results
Only one atlas tile variant can be animated, and the others silently fail.