Server Unpacker is a Fabric client-side mod that extracts any resource pack files that can be loaded by Minecraft.
Made for those pesky servers who like to hide their assets using corrupt ZIP file headers.
Drag and drop the mod into your mods/
folder and join any server that has a required resource pack.
The extracted files will be in your .minecraft
/extracted-packs/
folder.
Run the .jar file to open the GUI.
You can select or drag and drop file(s) onto the GUI to extract them in the same directory.
You can extract multiple files by using the following command:
java -jar server-unpacker-x.jar [files]
Where x
is your downloaded version.
- Thank you to Zardium for writing the original code and making the GUI part of the mod.