Skip to content

Commit 9df1273

Browse files
authored
Update disabling-mods.md
1 parent c19e9be commit 9df1273

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

disabling-mods.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ Notes:
5252
There is no _easy_ way to disable mods because the tool downloads missing mods back on launch. Consider [switching to Prism Launcher instead](install-instructions.md#prism-launcher), which also has a seamless modpack updater.
5353
{% endhint %}
5454

55+
You need to create a custom script to disable certain mods. See instructions by platform below.
56+
5557
<details>
5658
<summary>Windows instructions</summary>
5759

@@ -63,7 +65,7 @@ These instructions are here as-is to be used at your own risk, no support is pro
6365
1. Open MultiMC, right click your instance and click "Instance Folder"
6466
2. Inside the folder, shift-right click and select Open in Terminal (or equivalent PowerShell prompt)
6567
3. Within the terminal, run the following commands to download the files.
66-
```
68+
```
6769
(Invoke-WebRequest -Uri "https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/main/Packwiz/pre-launch.ps1" -OutFile "pre-launch.ps1")
6870
(Invoke-WebRequest -Uri "https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/main/Packwiz/post-exit.ps1" -OutFile "post-exit.ps1")
6971
```
@@ -90,7 +92,7 @@ _Tutorial and scripts are made by [Ultrasonic1209](https://github.com/Ultrasonic
9092
</details>
9193

9294
<details>
93-
<summary>Linux, macOS instructions</support>
95+
<summary>Linux, macOS instructions</summary>
9496

9597
{% hint style="warning" %}
9698
Not fully tested on macOS. These instructions are here as-is to be used at your own risk, no support is provided.

0 commit comments

Comments
 (0)