Releases: RedstoneParadox/ParadoxConfig
Releases · RedstoneParadox/ParadoxConfig
0.5.1 Beta
- toml4j is now actually bundled with the jar.
- The homepage and sources link in fabric.mod.json now have the correct URL.
- Added issues link to fabric.mod.json
0.5.0 Beta
- Port to Minecraft 1.17
- Remove old config serialization code.
- Added TOML as a config format.
- Note: Does not work well with
Map<>
based options; it will turn them into a category instead of an inline table. This will be fixed in a future release.
- Note: Does not work well with
Paradox Config 0.4.0 Beta
ConfigSerializer
andConfigDeserializer
have been deprecated in favor ofConfigCodec
(not the DFU kind), which has complete control over serialization.- Since they now need to be registered, the
pconfigFormat
entrypoint and theConfigFormatInitializer
has been added to register customConfigCodec
s before configs are loaded.
- Since they now need to be registered, the
RootConfigCategory
has been deprecated; to specify the file format, the "key" of your root category should be the full file name with the file extension.- Test code is no longer bundled with the mod.
- Config reloading is now handled by
ConfigManager
- Support for Recipe Conditions
- General cleanup.
0.3.6 Alpha
Fix LibCD integration.
Paradox Config 0.3.5-alpha
- Hopefully fix strange edge cases by doing Java-specific reflection in Java and not Kotlin
0.3.4 Alpha
- Updated to 1.16.3
- Updated to latest version of all dependencies.
- Everything now resides under the
io.github.redstoneparadox
package.
Paradox Config 0.3.3-alpha
- Update dependency versions
Paradox Config 0.3.2-alpha
- LibCD compat now requires version 2.2.1 or greater.
Paradox Config 0.3.1 Alpha
- fixed an issue where boolean options were not added to the config file when using Jankson
Paradox Config 0.3.0-alpha
- Rewrote serialization and deserialization.
- Updated to Minecraft 1.15
- Updated fabric.mod.json to contain better info.