Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

Commit 507ed2f

Browse files
authored
Update INSTALLATIONOFMODSRPWORLDS.md
Signed-off-by: Soulfur <[email protected]>
1 parent 10a04b9 commit 507ed2f

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

markdown/wiki/faq/INSTALLATIONOFMODSRPWORLDS.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@
88
5. Inside you will find the `mods` folder.
99
6. Paste your mods there.
1010

11+
### File Structure:
12+
13+
```
14+
.minecraft
15+
16+
└─── mods
17+
│ - mod1.jar
18+
│ - mod2.jar
19+
│ ...
20+
```
21+
1122
## Resource packs
1223
1. In the PojavLauncher menu, you will see "game directory" button, click it.
1324
2. You will be automatically redirected to `.minecraft` folder.
@@ -32,6 +43,16 @@ pack (folder) → pack (folder) → pack.mcmeta
3243
pack.zip → pack.mcmeta
3344
pack (folder) → pack.mcmeta
3445

46+
```
47+
.minecraft
48+
49+
└─── resourcepacks
50+
│ ─ pack.zip
51+
└─── pack (folder)
52+
│ ─ pack.mcmeta
53+
│ ─ ...
54+
```
55+
3556
## World
3657
The world cannot be zipped inside the saves folder.
3758

@@ -41,3 +62,12 @@ The world cannot be zipped inside the saves folder.
4162

4263
**Correct:**
4364
world (directory) → level.dat
65+
66+
```
67+
.minecraft
68+
69+
└─── saves
70+
└─── world (folder)
71+
│ level.dat
72+
│ ...
73+
```

0 commit comments

Comments
 (0)