Gradle MCP for 1.8.9 with Optifine
Clone the repository into whatever folder you want, open the project in Intellij IDEA then sync Gradle. Execute the Gradle task runClient (in minecraft group).
Now you can start Minecraft!
Run the "build" run command in the Gradle tab.
Once you've done that go into the build/libs directory inside the project folder, open the jar file with 7-zip or Winrar, now delete the META-INF folder, and I think you know how to do everything to get it to start in the launcher.
Credits to Markelectro for the marCloud repo
You can include your external library with Gradle Configuration library.
If you want to upgrade one of gameLibrary, please add the newer version with library.
Otherwise you should edit the version.json file.
- Add the Gradle plugin for it.
- Include its standard library in shadowJar (important!).
- Make sure its bytecode has the same version with each other.
- Let's go!