Installing with MultiMC - ImpactDevelopment/ImpactIssues GitHub Wiki
- You can download MultiMC from their website. See their instructions for how to install MultiMC on your Operating System.
- Open Impact Installer (see Setup FAQ if you have issues)
- Select
Install for: "MultiMC Instance" - Use
Browseto select your MultiMC install directory - Choose the Minecraft/Impact version combo you want (
latestis recommended) - Select if you would like to include OptiFine in your Impact instance
- Click "Install"
- Open Impact Installer (see Setup FAQ if you have issues)
- Select
Install for: "Show MultiMC JSON" - Choose the Minecraft/Impact version combo you want (
latestis recommended) - Click "Install"
- A window will appear saying "Here is the MultiMC JSON...", click "OK"
- Somewhere else on your screen will be a window containing a bunch of complicated looking JSON code. You'll need that for step 3...
NOTE: You can use Ctrl+A followed by Ctrl+C to copy the generated JSON code
- Open MultiMC
- Create a New Instance using version the corresponding minecraft version, choose a memorable name, e.g.
Impact 4.8.3 - Right click on instance and click Edit Instance
- Go to the Version tab
- Click Add Empty
- Choose an appropriate name, e.g.
Impact 4.8.3 for 1.12.2, and exact uuid:net.impactclient.Impact - Select
Impact 4.8.3 for 1.12.2(or whatever you just typed) and click Edit on right side - Type
Ctrl+AandDelto remove any exiting contents - Paste the JSON content generated earlier by Impact Installer:
- Click on the window (containing generated JSON code) that Impact Installer opened earlier in Step 2
- Enter
Ctrl+Aand thenCtrl+Cto copy the JSON code - Click on the window MultiMC just opened to edit your new version entry
- Enter
Ctrl+Vto paste in the generated JSON code
- Save the file
- Click Run and you should see Impact launch 😃
Impact Installer's optifine json not working so set optifine version to none
- Have Minecraft 1.14.4 installed on the default MC launcher.
- Run the OptiFine installer and extract, then move the extracted JAR to your instance's libraries folder and remove the "_MOD" suffix from the filename.
- Run the OptiFine installer again but now Install OptiFine for default MC launcher.
- Go to %appdata%.minecraft\libraries\optifine\launchwrapper-of\2.1 and copy the JAR to your instance's libraries folder.
- Go to the Version tab for your instance in MultiMC.
- Add Empty
- Name: OptiFine
- uid: optifine.Optifine
- Edit it
- Paste the following into the file (if your optifine version isn't same change line 13, 15 and 27 )
Click for lines
{
"+tweakers": [
"optifine.OptiFineTweaker"
],
"formatVersion": 1,
"libraries": [
{
"MMC-filename": "launchwrapper-of-2.1.jar",
"MMC-hint": "local",
"name": "optifine:launchwrapper-of:2.1"
},
{
"MMC-filename": "OptiFine_1.14.4_HD_U_F5.jar",
"MMC-hint": "local",
"name": "optifine:OptiFine:1.14.4_HD_U_F5"
}
],
"mainClass": "net.minecraft.launchwrapper.Launch",
"name": "OptiFine",
"requires": [
{
"equals": "1.14.4",
"uid": "net.minecraft"
}
],
"uid": "optifine.Optifine",
"version": "1.14.4_HD_U_F5"
}


