How to install mods, Resource packs and worlds into Amethyst
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 Amethyst menu, you will see "game directory" button, click it.
- You will be automatically redirected to
.minecraftfolder. - Inside you will find the
modsfolder. - Paste your mods there.
.minecraft
│
└─── mods
│ - mod1.jar
│ - mod2.jar
│ ...Resource packs
- In the Amethyst menu, you will see "game directory" button, click it.
- You will be automatically redirected to
.minecraftfolder. - Inside you will find the
resourcepacksfolder. - Paste your resource packs there.
Worlds
- In the Amethyst menu, you will see "game directory" button, click it.
- You will be automatically redirected to
.minecraftfolder. - Inside you will find the
savesfolder. - 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
.minecraft
│
└─── resourcepacks
│ ─ pack.zip
└─── 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
.minecraft
│
└─── saves
└─── world (folder)
│ level.dat
│ ...