MineColonies

MineColonies

53M Downloads

[Request] Add default values to config file

DWX12 opened this issue ยท 3 comments

commented

Something that I had hoped that would become a standard practice is to place the default values for each option in the config file.

For example:
Currently
# Delay modifier to mine a block (Decreasing it, decreases the delay)
I:blockMiningDelayModifier=500

    # Delay modifier to mine a block (Decreasing it, decreases the delay)
    # Default: 500
    I:blockMiningDelayModifier=500

This helps everyone out when they're making changes so that they don't have to delete the config or make a copy of it to be able to get the default values back.

Thank you guys for all of your hard work and dedication on this truly awesome mod.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

commented

huh, i would have thought forge did that for us. If you use the GUI for configs on the client it does include default values, so i would've assumed it'd do the same for file configs (as it does with comments and etc)

commented

I seldom change configs in-game and opt to change as much as I can through mods' config files. It's much more consistent than having some mods that you can and other mods that you can't change configs with. Plus, it's easier for me to be able to switch between Minecraft and Notepad ++ than going into configs through Minecraft.

commented

I can work on this tonight.