We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d08d8d3 + b8aa30b commit 8e182e6Copy full SHA for 8e182e6
MODPACK_GUIDE.md
@@ -7,7 +7,7 @@ Setup is straightforward:
7
3. The structure inside `modpack_default` should mirror the root of the Minecraft directory.
8
9
**Example:**
10
-
+```
11
.minecraft/
12
├─ options.txt (the "real" one)
13
├─ config/
@@ -16,7 +16,7 @@ Setup is straightforward:
16
│ │ ├─ options.txt (the modpack one)
17
│ │ └─ config/
18
│ │ └─ myMod.json (the "real" one)
19
20
This is an [example implementation](https://github.com/TheBossMagnus/Thunder) (my modpack).
21
22
---
0 commit comments