Either as tool window or directly in file viewer, but it would be nice to test animated block/item icons without reloading resources every time Example [mcmeta](https://github.com/LatvianModder/ModularPipes/blob/master/src/main/resources/assets/modularpipes/textures/blocks/controller_error.png.mcmeta) and the [image](https://github.com/LatvianModder/ModularPipes/blob/master/src/main/resources/assets/modularpipes/textures/blocks/controller_error.png)  ```json { "animation": { "frametime": 3, "frames": [{"index": 0,"time": 3},1,2,3,{"index": 4,"time": 3},3,2,1] } } ```