Skip to content

Commit 8e182e6

Browse files
Merge pull request #6 from Madis0/patch-1
Fix the guide graph
2 parents d08d8d3 + b8aa30b commit 8e182e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MODPACK_GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Setup is straightforward:
77
3. The structure inside `modpack_default` should mirror the root of the Minecraft directory.
88

99
**Example:**
10-
10+
```
1111
.minecraft/
1212
├─ options.txt (the "real" one)
1313
├─ config/
@@ -16,7 +16,7 @@ Setup is straightforward:
1616
│ │ ├─ options.txt (the modpack one)
1717
│ │ └─ config/
1818
│ │ └─ myMod.json (the "real" one)
19-
19+
```
2020
This is an [example implementation](https://github.com/TheBossMagnus/Thunder) (my modpack).
2121

2222
---

0 commit comments

Comments
 (0)