Skip to content

Instantly share code, notes, and snippets.

@ScottoMotto
Created October 25, 2018 17:34
Show Gist options
  • Save ScottoMotto/a2060b41adb5d2b6f8f0c4505693f623 to your computer and use it in GitHub Desktop.
Save ScottoMotto/a2060b41adb5d2b6f8f0c4505693f623 to your computer and use it in GitHub Desktop.
Optifine for Minecraft 1.13.2 JSON Template
{
"+tweakers": [
"optifine.OptiFineTweaker"
],
"formatVersion": 1,
"libraries": [
{
"name": "net.minecraft:launchwrapper:1.12"
},
{
"name": "optifine:OptiFine:1.13.2_HD_U_E4",
"MMC-hint": "local",
"MMC-filename": "OptiFine_1.13.2_HD_U_E4.jar"
}
],
"mainClass": "net.minecraft.launchwrapper.Launch",
"name": "OptiFine",
"requires": [
{
"equals": "1.13.2",
"uid": "net.minecraft"
}
],
"uid": "optifine.Optifine",
"version": "1.13.2_HD_U_E4"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment