Config Sanitization
zanotam opened this issue ยท 4 comments
Would it be possible for the config to not strip out added comments? My biome generation is starting to get pretty complicated and having to cross-reference other files where I put explanations and comments for why I'm doing certain things with ore spawns and which block ids go with which block (I'm using the forge version so I have additional blocks added by mods) can get quite confusing with my comments constantly getting stripped out whenever I actually run world creation.
(I'm just doing bugfixes and compability updates with the latest Minecraft version, don't expect me to implement it, please!)
You can set SetttingsMode
(WorldConfig) to WriteDisable
. Terrain Control will then put your configs in read-only mode.
Is it possible to make line endings with CR LF bytes?, so config will be editable by Windows Notepad.
As far as I know, Terrain Control already uses CR LF on Windows (and LF on Linux and Mac).