A cursed resource pack converter from MCPatcher/OptiFine format to newer and alternative formats.
This project can be utilized in 2 ways:
- Fabric Mod - This method converts the resource pack during runtime. This is the easiest, and only requires the jar to be put in the mods folder. It will not output any files.
- Standalone Jar - This will output the converted files, so that you can modify them.
This project does not have the ability to display the resource packs, it simply just to convert them into formats for other Fabric mods. The following list is all the mods that MCPatcherPatcher can convert to.
- FabricSkyboxes - Adds Skybox support.
- Varied Mob Textures - Adds CET (custom entity texture) and RET (random entity texture) support.
At the time of writing, this project does not have any releases and only works as a Fabric Mod. If you would like to use this, follow the instructions below.
- Clone this using
git clone
or Download and Extract the ZIP via GitHub. - Make sure your current folder is MCPatcherPatcher, if you cloned the repository
cd MCPatcherPatcher
. - Build the binary using
./gradlew shadowRemapJar
(macOS/Linux) orgradlew shadowRemapJar
(Windows). - Inside the MCPatcherPatcher folder, the output jar will be located at
fabric/build/libs
.