Dimensional Control Mod 1.12.2, — Configuration
Configuration Structure
The mod operates primarily through files located in the config/dimensionalcontrol/ directory. Upon first launch, the mod generates a documentation folder within this directory containing template files and explanations for all available options.
Core Configuration Files
| File Name | Purpose |
|---|---|
dimensions.json |
Registers new dimension IDs and links them to providers and generators. |
dimensiontypes.json |
Defines the properties of a dimension type (e.g., suffix, name). |
worldproviders.json |
Controls environmental visuals like sky, fog, and light levels. |
chunkgenerators.json |
Defines the terrain generation algorithm (e.g., Flat, Void, End-style). |
biomes.json |
Customizes biome maps, layers, and specific biome properties. |
scripts/ |
A folder for custom scripts to condense and automate complex configurations. |
Commands
The mod provides several administrative commands to help manage and test dimensions in real-time.
| Command | Description |
|---|---|
/dc reload |
Reloads all configuration files and scripts without restarting the game. |
/dc teleport <dimID> [x] [y] [z] |
Teleports the player to the specified dimension and coordinates. |
/dc list |
Lists all currently registered dimensions and their IDs. |