File Details
[FORGE] [1.19.2] NightConfigFixes-v4.0.7
- R
- Mar 26, 2023
- 64.12 KB
- 8.3M
- 1.19.4+4
- Forge
File Name
NightConfigFixes-v4.0.7-1.19.2-Forge.jar
Supported Versions
- 1.19.4
- 1.19.3
- 1.19.2
- 1.19.1
- 1.19
Curse Maven Snippet
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[v4.0.7-1.19.2] - 2023-03-26
Added
- Handle
forge-resource-caching.toml
[v4.0.6-1.19.2] - 2023-03-09
Changed
- A backup is now created for config files that cannot be parsed before they are deleted
Fixed
- Fixed
correctConfigValuesFromDefaultConfigoption not working correctly for some config values
[v4.0.5-1.19.2] - 2023-03-03
Fixed
- Fixed an issue with mods expecting the original
ForgeConfigSpecto be present when anyModConfigEventis fired
[v4.0.4-1.19.2] - 2023-03-03
Fixed
- Fixed built-in values still be restored for faulty config values in some cases
[v4.0.3-1.19.2] - 2023-03-03
Changed
-
Night Config Fixes now also handles individual config values being corrected:
- In Forge for those cases always the built-in default value for these options is used if the current value cannot be read
- Now the default config in
defaultconfigsis checked first if it contains an entry for the value being corrected
ModConfigis no longer wrapped internally, changes to final fields are now applied usingUnsafe
[v4.0.2-1.19.2] - 2023-02-03
Changed
- Mark the mod as incompatible with ServerCore on Fabric
- Night Config is now a required dependency on Fabric, if you don't have there is no point in having this mod anyway
[v4.0.1-1.19.2] - 2023-01-20
Added
- Implemented an optional alternative mode for applying the workaround to
com.electronwill.nightconfig.core.io.ParsingException: Not enough data available - Use it in case the default mode does not work reliably for you, the mode can be switched in the config file
[v4.0.0-1.19.2] - 2023-01-19
- Initial release