
WebpLoader
This mod provides a simple solution for loading WebP format images in Minecraft. It allows using modern image compression format instead of traditional PNG and JPG.
Important limitation: Currently only VP8L encoding is supported.
The mod is built upon the SimpleWEBP
library developed by BurningTNT.
Usage
Installing the mod is extremely simple - you don't need to add any dependencies through Gradle. Just place the mod file in the run/mods
folder and use WebP images the same way as standard Minecraft textures.
Example usage in code:
new ResourceLocation(MOD_ID,"textures/webp/example.webp");