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:
trueif the mod is enabled for this world, otherwisefalse.
- Enabled:
- <author>:<modName>: The mod id.
- Mods: Holds all the loaded mods.
History
Early Access |
|||||||
|---|---|---|---|---|---|---|---|
| 2026.01.13-dcad8778f | The mods config format is introduced. | ||||||