Critical Bug Fix and Deprecation
- fix: Config file will now be correctly created on fresh instances, even if the parent directory does not exist.
- deprecated:
Config(String configFileName)
is now deprecated in favor ofConfig(Path configPath)
. Support for the String-based API will be removed in v1.3 (targeted for the next game drop).
This is a non-breaking API update. Existing mods using the String-based constructor will continue to work, but updating is recommended for improved stability, clarity, and future compatibility.
- Breaking changes that introduces thread safety to config, breaks ALL of my existing mods
- Added
DoubleFieldWidget
NOTE: This update breaks compatibility with older versions of SpecSpoof, BoostedExperience and RiptideOutsideWater. Make sure all your mods are updated!
- Breaking changes that introduces thread safety to config, breaks ALL of my existing mods
- Added
DoubleFieldWidget
This serves as a preparation for 1.21.4, do not update to this version until 1.21.4 releases
- Support 1.21
Rushed release but its fine
- 1.20.5 Support
- Doesnt require fabric-api anymore
Config system as a base and stuff, will add more as i go