TerraBlender Mod — Configuration
Configuration
TerraBlender includes a configuration file located at config/terrablender-common.toml. This file is primarily used for debugging and internal version tracking.
| Config Option | Default | Description |
|---|---|---|
shuffled_biome_ids |
false |
A debug setting used to test biome ID stability across sessions. |
sync_version |
V1 |
Internal versioning used to sync generation logic between client and server. |
In most cases, players should not modify these settings unless instructed by a mod developer to troubleshoot generation issues.
Commands
TerraBlender provides a few administrative commands to help developers and server owners debug biome generation.
| Command | Description |
|---|---|
/terrablender regions |
Lists all active regions currently registered in the world. |
/terrablender export |
Exports the current biome noise parameters to a file for analysis. |
/terrablender debug |
Toggles internal debug logging for biome placement logic. |