LambdAurora / MCPatcherPatcher

A resource pack patcher to abandon the old MCPatcher format in favor of newer formats.
GNU Lesser General Public License v3.0
34 stars 9 forks source link

MCPatcherPatcher

Java 8 GitHub license

A cursed resource pack converter from MCPatcher/OptiFine format to newer and alternative formats.

Use

This project can be utilized in 2 ways:

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.

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.

Build

  1. Clone this using git clone or Download and Extract the ZIP via GitHub.
  2. Make sure your current folder is MCPatcherPatcher, if you cloned the repository cd MCPatcherPatcher.
  3. Build the binary using ./gradlew shadowRemapJar (macOS/Linux) or gradlew shadowRemapJar (Windows).
  4. Inside the MCPatcherPatcher folder, the output jar will be located at fabric/build/libs.