Default World Type Mod — Configuration
Configuration
The core of the mod's functionality is managed through a single configuration file. Upon the first launch of the game with the mod installed, a configuration file is generated in the config folder of the Minecraft directory.
Configuration File Details
- File Name:
defaultworldtype-common.toml(ordefaultworldtype-client.tomldepending on the specific sub-version). - Location:
/config/folder.
Config Parameters
The configuration uses the TOML format. The primary key used to control the mod is defined below:
| Key | Value Type | Default Value | Description |
|---|---|---|---|
defaultWorldType |
String | minecraft:normal |
Defines the Resource Location ID of the world type that will be selected by default. |
To change the default world type, the user must replace minecraft:normal with the appropriate ID for the desired world generation.