MultiMC version: 5
Operating System: windows 10
This wiki page needs to be updated to reflect 1.14. These instructions do not work with 1.14.3 and Optifine for 1.14.3 U F1.
{
"formatVersion": 1,
"+libraries": [
{
"name": "net.minecraft:launchwrapper:1.12"
},
{
"name": "optifine:OptiFine:1.14.3_HD_U_F1",
"MMC-hint": "local",
"MMC-filename": "OptiFine_1.14.3_HD_U_F1.jar"
}
],
"+tweakers": [ "optifine.OptiFineTweaker" ],
"fileId": "optifine.OptiFine",
"mainClass": "net.minecraft.launchwrapper.Launch",
"requires": [
{
"uid": "net.minecraft",
"equals": "1.14.3"
}
],
"name": "OptiFine",
"version": "1.14.3_HD_U_F1"
}
Follwoed the instructions on the wiki
Modified the entry to the correct 1.14.3 U F1 info
Ran Minecraft and got the below error
Out of date wiki instructions
If you want to install Optifine on 1.14.3 using MultiMC all you have to do is:
an updated JSON that actually works
{
"formatVersion": 1,
"+libraries": [
{
"name": "optifine:OptiFine:1.14.3_HD_U_F1",
"MMC-hint": "local",
"MMC-filename": "OptiFine_1.14.3_HD_U_F1.jar"
},
{
"name": "optifine:launchwrapper:2.0",
"MMC-hint": "local",
"MMC-filename": "launchwrapper-2.0.jar"
}
],
"+tweakers": [ "optifine.OptiFineTweaker" ],
"fileId": "optifine.OptiFine",
"mainClass": "net.minecraft.launchwrapper.Launch",
"requires": [
{
"uid": "net.minecraft",
"equals": "1.14.3"
}
],
"name": "OptiFine",
"version": "1.14.3_HD_U_F9"
}
@geniiii Where did you get a launchwrapper-2.0.jar ?
@geniiii Where did you get a launchwrapper-2.0.jar ?
extract from the OptiFine JAR
@geniiii Where did you get a launchwrapper-2.0.jar ?
extract from the OptiFine JAR
Perfect thanks. I can now confirm that this works for me on 1.14.4 with the latest optifine version at the time of writing of "OptiFine 1.14.4 HD U F2 pre1"
So my libraries folder contains:
and the JSON I'm using is:
{
"formatVersion": 1,
"+libraries": [
{
"name": "optifine:OptiFine:1.14.4_HD_U_F2_pre1",
"MMC-hint": "local",
"MMC-filename": "OptiFine_1.14.4_HD_U_F2_pre1_MOD.jar"
},
{
"name": "optifine:launchwrapper:2.1",
"MMC-hint": "local",
"MMC-filename": "launchwrapper-of-2.1.jar"
}
],
"+tweakers": [ "optifine.OptiFineTweaker" ],
"fileId": "optifine.OptiFine",
"mainClass": "net.minecraft.launchwrapper.Launch",
"requires": [
{
"uid": "net.minecraft",
"equals": "1.14.4"
}
],
"name": "OptiFine",
"version": "1.14.4_HD_U_F2_pre1"
}
@geniiii Where did you get a launchwrapper-2.0.jar ?
extract from the OptiFine JAR
Perfect thanks. I can now confirm that this works for me on 1.14.4 with the latest optifine version at the time of writing of "OptiFine 1.14.4 HD U F2 pre1"
So my libraries folder contains:
- launchwrapper-of-2.1.jar
- OptiFine_1.14.4_HD_U_F2_pre1_MOD.jar
and the JSON I'm using is:
{ "formatVersion": 1, "+libraries": [ { "name": "optifine:OptiFine:1.14.4_HD_U_F2_pre1", "MMC-hint": "local", "MMC-filename": "OptiFine_1.14.4_HD_U_F2_pre1_MOD.jar" }, { "name": "optifine:launchwrapper:2.1", "MMC-hint": "local", "MMC-filename": "launchwrapper-of-2.1.jar" } ], "+tweakers": [ "optifine.OptiFineTweaker" ], "fileId": "optifine.OptiFine", "mainClass": "net.minecraft.launchwrapper.Launch", "requires": [ { "uid": "net.minecraft", "equals": "1.14.4" } ], "name": "OptiFine", "version": "1.14.4_HD_U_F2_pre1" }
Worked for me in the full "OptiFine 1.14.4 HD U F2" release.
I tried using it, but it crashed before it went to the main menu
{
"formatVersion": 1,
"+libraries": [
{
"name": "optifine:OptiFine:1.14.4_HD_U_F2",
"MMC-hint": "local",
"MMC-filename": "OptiFine_1.14.4_HD_U_F2_MOD.jar"
},
{
"name": "optifine:launchwrapper:2.1",
"MMC-hint": "local",
"MMC-filename": "launchwrapper-of-2.1.jar"
}
],
"+tweakers": [ "optifine.OptiFineTweaker" ],
"fileId": "optifine.OptiFine",
"mainClass": "net.minecraft.launchwrapper.Launch",
"requires": [
{
"uid": "net.minecraft",
"equals": "1.14.4"
}
],
"name": "OptiFine",
"version": "1.14.4_HD_U_F2"
}
This worked with 1.14.4 and 1.14.4_HD_U_F2. (same as @geniiii just without pre1)
https://github.com/MMCInstances/OptifineInstances/releases/tag/v1.14.4-1.3 for premade instances.
Most helpful comment
If you want to install Optifine on 1.14.3 using MultiMC all you have to do is: