KingContaria / seedqueue

Minecraft mod that generates multiple worlds concurrently and lets players reset them on an ingame wall screen.
MIT License
32 stars 18 forks source link

Use an animated WebP or GIF for animated lock images #40

Open byugoi opened 3 months ago

byugoi commented 3 months ago

Instead of needing to create a texture file and mcmeta file, being able to also use an animated WebP/GIF for the lock image would be a much easier experience for the user

byugoi commented 3 months ago

Could also just limit to WebP for simplicity since it's a better file format

KingContaria commented 3 months ago

Yet Another Config Lib seems to have the ability to load WebP/GIF files, I will take a look at some point and if I think its suitable I might ask for permission to use it in this mod.