Skip to content

Instantly share code, notes, and snippets.

@ScottoMotto
Created May 30, 2019 22:37
Show Gist options
  • Save ScottoMotto/13b0006fbc0d5594715a7e3efe4373d2 to your computer and use it in GitHub Desktop.
Save ScottoMotto/13b0006fbc0d5594715a7e3efe4373d2 to your computer and use it in GitHub Desktop.
JSON Patch to use in MultiMC for 1.14.2 Optfine
{
"+tweakers": [
"optifine.OptiFineTweaker"
],
"formatVersion": 1,
"libraries": [
{
"name": "net.minecraft:launchwrapper:1.12"
},
{
"MMC-filename": "OptiFine_1.14.2_HD_U_F1_pre6.jar",
"MMC-hint": "local",
"name": "optifine:OptiFine:1.14.2_HD_U_F1_pre6"
}
],
"mainClass": "net.minecraft.launchwrapper.Launch",
"name": "OptiFine",
"requires": [
{
"equals": "1.14.2",
"uid": "net.minecraft"
}
],
"uid": "optifine.Optifine",
"version": "1.14.2_HD_U_F1_pre6"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment