Config values of Min, Default, and Max are all the same and incorrect values.
DWX12 opened this issue ยท 5 comments
Looking through the config, I've noticed that the values for Min, Max, and Default are all the same. The values are also very incorrect.
To give a few examples:
# If enabled, will inform you of new updates to the mod.
# Default: null
B:version_checker_enabled=true
# The buffer size a creative halo will give to a player.
# Min: 4.9E-324
# Default: 4.9E-324
# Max: 4.9E-324
D:creative_halo_buffer_size=50000.0
# Whitelisted dimensions for mana pool generation.
# Min: [I@64af2554
# Default: [I@64af2554
# Max: [I@64af2554
I:mana_pool_dim_whitelist <
0
>
None of those should even be showing Min, Default, and Max values - we haven't specified any for them.
I've noticed this issue before, and wanted to fix it along with #65