Skip to content
KYЯΛ edited this page Nov 30, 2022 · 1 revision

By default, the program creates a .mercurius folder at the user home directory with a settings.json file and Profiles folder. For profiles, read the Profiles page.

Configuration

The settings.json follows the following schema:

{
  "Minecraft_Directory": "string",
  "Profile_Directory": "string",
  "Server_Mod_Directory": "string",
  "Mod_Caching": "boolean"
}

and the default values (*nix):

{
  "Minecraft_Directory": "/home/{user}/.minecraft/",
  "Profile_Directory": "/home/{user}/.mercurius/Profiles/",
  "Server_Mod_Directory": "",
  "Mod_Caching": false
}

The first two values are pretty self explanatory, Server_Mod_Directory would be the mod directory for a minecraft server install where the server-side profiles would sync to, and Mod_Caching sets whether or not mod files for unsynced profiles should be caches elsewhere on the system while another profile is synced. This feature is not yet implemented

Clone this wiki locally