Terrain Control

Terrain Control

235k Downloads

Config Sanitization

zanotam opened this issue ยท 4 comments

commented

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.

commented

(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.

commented

Is it possible to make line endings with CR LF bytes?, so config will be editable by Windows Notepad.

commented

As far as I know, Terrain Control already uses CR LF on Windows (and LF on Linux and Mac).

commented

Oh, yes, my server is working on Linux, and I'm working on Windows... Thanks for explanation.