Created
May 30, 2019 22:37
-
-
Save ScottoMotto/13b0006fbc0d5594715a7e3efe4373d2 to your computer and use it in GitHub Desktop.
JSON Patch to use in MultiMC for 1.14.2 Optfine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"+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