This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Configuration
Janrupf edited this page Oct 11, 2021
·
5 revisions
In the configs
folder of the minecraft installation, create a folder called mod-director
.
Every file in there will now be a configuration for the mod director. These files need to follow a certain scheme, for more info on that, see here.
In general, the structure might look like this:
.minecraft
|- config
|- mod-director
|- modpack.json
|- optifine.url.json
|- jei.curse.json
|- another-mod
|- resourcepacks
|- shaderpacks
This is a special file containing meta information about your modpack. You can put information which you want to be displayed during installation here. See Modpack for furhter information.
Ideally, you should name your configurations files like <modid>.<download type>.json
. This scheme is kind of enforced, due to the fact, that the file needs to end with certain names to be recognized.
So some names could be:
- optifine.url.json
- jei.curse.json
- open-computers.curse.json
- your-mod.url.json