kyeiti / UndergroundBiomesConstructs

Underground Biomes Constructs for Minecraft 1.12.2
Other
5 stars 3 forks source link

Config option to disable generation of default json files #27

Open SlyCedix opened 6 years ago

SlyCedix commented 6 years ago

When working with a lot of mods that add the same kind of ores, one may want to make their own json file, and in so doing will want to delete the already present ones. At least, that is what I did so that I could mix and match which ores from which mods are added to the game.

Upon deleting them, I was quite annoyed to find that all of the configs had regenerated themselves and that I would have to leave a bunch of empty json files in the ores directory to ensure that my custom file would be the only one loaded.

A config option to disable this auto generation would be fantastic.

Or perhaps a disable property inside the ore configs so that I can switch ores from mods on and off without commenting/deleting them.