# How to install mods, Resource packs and worlds into PojavLauncher
# Mods
- Click on the "Create new profile" button in the version selector.
- Select a modding platform you want your mods to be, install any version you want.
- In the PojavLauncher menu, you will see "game directory" button, click it.
- You will be automatically redirected to
.minecraft
folder. - Inside you will find the
mods
folder. - Paste your mods there.
# Resource packs
- In the PojavLauncher menu, you will see "game directory" button, click it.
- You will be automatically redirected to
.minecraft
folder. - Inside you will find the
resourcepacks
folder. - Paste your resource packs there.
# Worlds
- In the PojavLauncher menu, you will see "game directory" button, click it.
- You will be automatically redirected to
.minecraft
folder. - Inside you will find the
saves
folder. - Paste your world there.
# Resource pack or world doesn't show up
Read carefully and check the structure of the archives (zips) or folders (directories), make sure there are no additional ones.
# Resource pack
Wrong: pack.zip → pack (folder) → pack.mcmeta pack (folder) → pack (folder) → pack.mcmeta
Correct: pack.zip → pack.mcmeta pack (folder) → pack.mcmeta
# World
The world cannot be zipped inside the saves folder.
Wrong: world.zip → level.dat world.zip → world (directory) → level.dat
Correct: world (directory) → level.dat