You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/MultiMC.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This allows changing the Minecraft version in the instance without re-editing th
7
7
## Instructions for Vanilla
8
8
- Create a new MultiMC instance.
9
9
- Click "Edit Instance".
10
-
- Click "Add Empty". Enter "LaunchWrapper" for the name, and "org.mcphackers.launchwrapper" for the UUID.
10
+
- Click "Add Empty". Enter "LaunchWrapper" for the name, and "org.mcphackers.launchwrapper" for the UID.
11
11
- Select the new component labeled "LaunchWrapper", and click "Edit".
12
12
- Replace the contents of the file with contents of [org.mcphackers.launchwrapper.json](org.mcphackers.launchwrapper.json)
13
13
- Save and close the document.
@@ -21,7 +21,7 @@ This allows changing the Minecraft version in the instance without re-editing th
21
21
To install LaunchWrapper with Fabric, first you need to acquire a regular Fabric instance.
22
22
For this instance, perform the following steps:
23
23
24
-
- Repeat all the instructions for vanilla
24
+
- Repeat all the instructions for vanilla (but use another name and UID for the component when adding empty)
25
25
- Perform the same steps but instead of `org.mcphackers.launchwrapper.json` use the contents of [org.mcphackers.launchwrapper.fabric.json](org.mcphackers.launchwrapper.fabric.json)
26
26
- Make sure it's the bottom-most component and is below the regular "LaunchWrapper" component
0 commit comments