
41.2K
21
Maintenance Update
- feat: update to 26.1, Doubling down on the killing multiversion with this new versioning system too.
New Vanilla Settings API Update
- feat: New API that allows for a modular way to add new option entries to the vanilla options menu, useful for one-shot mods like DebugGUIScale and RemoveAmbientFOV.
This API is added to remove ModMenu from my one-shot dependency, SpecSpoof and BoostedExperience are unlikely to change
Breaking update (Mappings migration)
- Updated for 1.21.11+, with updated mappings.
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 breaking 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