Skip to content

Mods Config format

The /config.json file stores a list of all mods avablible for the world and which ones are enabled or not for a given world.

JSON format

  • : Root object.
    • Mods: Holds all the loaded mods.
      • <author>:<modName>: The mod id.
        • Enabled: true if the mod is enabled for this world, otherwise false.

History

Early Access

2026.01.13-dcad8778f The mods config format is introduced.