KingContaria / seedqueue

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

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

Open byugoi opened 4 weeks ago

byugoi commented 4 weeks 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 4 weeks ago

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

KingContaria commented 4 weeks 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.