@@ -19,11 +19,11 @@ Tutorial by [Ultrasonic1209](https://github.com/Ultrasonic1209) based on [Remty5
1919{% endhint %}
2020
21211 . Open ** MultiMC**
22- 2 . Right-click the FO instance
23- 3 . Click on the ** Instance Folder** button
24- 4 . While holding Shift, right-click inside of the folder
25- 5 . Click on ** Open in Terminal** or ** Open with PowerShell** or similar
26- 6 . Run the following commands to download the scripts that will disable the mods:
22+ 2 . Right-click on < kbd > ** Fabulously Optimized ** </ kbd >
23+ 3 . Click on the < kbd > ** Instance Folder** </ kbd > button
24+ 4 . While holding < kbd >⇧ Shift</ kbd > , right-click inside of the folder
25+ 5 . Click on < kbd > ** Open in Terminal** </ kbd > or < kbd > ** Open with PowerShell** </ kbd > or similar
26+ 6 . Run the following commands to download the scripts that will disable the mods:
2727
2828 ``` powershell
2929 (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/main/Packwiz/pre-launch.ps1" -OutFile "pre-launch.ps1")
@@ -36,8 +36,8 @@ Tutorial by [Ultrasonic1209](https://github.com/Ultrasonic1209) based on [Remty5
36369. Paste the name of the mod in the line you found in _step 7_
373710. Disable more mods by adding them under _line 4_ with the same format
383811. Go back to **MultiMC**
39- 12. Click on the FO instance
40- 13. Click on **Edit Instance**
39+ 12. Click on <kbd>**Fabulously Optimized**</kbd>
40+ 13. Click on <kbd> **Edit Instance**</kbd>
414114. Replace the pre-launch command with the following:
4242
4343```powershell
@@ -61,13 +61,13 @@ Not fully tested on macOS!
6161{% endhint %}
6262
63631 . Open ** MultiMC**
64- 2 . Right-click the FO instance
65- 3 . Click on the ** Instance Folder** button
64+ 2 . Right-click on < kbd > ** Fabulously Optimized ** </ kbd >
65+ 3 . Click on the < kbd > ** Instance Folder** </ kbd > button
66664 . Right-click inside of the folder
67- 5 . Click on ** Open in Terminal**
67+ 5 . Click on < kbd > ** Open in Terminal** </ kbd >
6868 * On macOS follow [ instructions to get the Terminal there] ( https://petenetlive.com/KB/Article/0001060 )
69- 6 . Install [ jq ] ( https://stedolan.github.io/jq/download ) , which will automatically adapt the script to your Minecraft version
70- 7 . Run the following commands to download the scripts that will disable the mods:
69+ 6 . Install [ ` jq ` ] ( https://stedolan.github.io/jq/download ) , which will automatically adapt the script to your Minecraft version
70+ 7 . Run the following commands to download the scripts that will disable the mods:
7171
7272 ``` sh
7373 curl -Os ' https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/main/Packwiz/pre-launch.sh' | curl -Os ' https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/main/Packwiz/post-exit.sh' && chmod +x pre-launch.sh post-exit.sh
@@ -81,8 +81,8 @@ Not fully tested on macOS!
818112. If you leave a line empty, delete the corresponding one starting on _line 28_
828213. If you need to disable more than 6 mods, add lines both under ` mod5=` and ` $mod5 .jar\`
838314. Go back to ** MultiMC**
84- 15. Click on the FO instance
85- 16. Click on ** Edit Instance**
84+ 15. Click on < kbd > ** Fabulously Optimized ** < /kbd >
85+ 16. Click on < kbd > ** Edit Instance** < /kbd >
868617. Replace the pre-launch command with the following:
8787
8888` ` ` sh
@@ -94,13 +94,5 @@ Not fully tested on macOS!
9494``` sh
9595../pre-launch.ps1
9696```
97-
98- 1 . Open ** MultiMC**
99- 2 . Select the FO instance
100- 3 . Click on the ** Edit Instance** button
101- 4 . Click on ** Loader mods**
102- 5 . Find the mod you want to disable
103- 6 . Uncheck the checkbox
104- 7 . If you want to re-enable the mod, check the checkbox again
10597{% endtab %}
10698{% endtabs %}
0 commit comments