1.4 (23w43b)
on Nov 1, 20231.4 (1.20.2)
on Nov 1, 20231.4 (1.20.1)
on Nov 1, 2023- Added Advancement API
- Added
FrozenBools.IS_FORGE
, which detects if theconnector
(Sinytra Connector) mod is installed - Improved Gravity Belt codecs
- Added
Slider
class for use inEntryBuilder
s- Kotlin only
- Updated Kotlin to 1.9.20
- Updated embedded Mixin Extras to 0.2.1-beta.2
- Marked as broken with FLK versions lower than 0.10.11
- Improved saving/loading config logging
- Improved internal testmod
1.3.15 (1.20.2)
on Oct 21, 20231.3.15 (1.20.1)
on Oct 21, 2023- Prevented accidental saving of modified configs
1.3.14 (1.20.2)
on Oct 19, 20231.3.14 (1.20.1)
on Oct 19, 2023- Added config modification tools
- Config instances will have to be publicly available to be able to be modified.
- Mods utilizing Cloth Config for a GUI will need to update to use
Config.instance()
for the GUI.
- Removed FrozenLibConfigOverrides in favor of the new config modification tools
- Breaking change, mods using this will need to update.
- Removed
DefaultFrozenLibConfig
class in favor ofConfig.defaultInstance()
- Changed default setting to
saveItemCooldowns
tofalse
- Lowered Fabric Loader dependency to 0.14.22
1.3.13 (1.20.2)
on Oct 16, 20231.3.13 (1.20.1)
on Oct 16, 2023- Improved safety of Creative Tab API
- Added Gravity API
- Updated embedded MixinExtras version to 0.2.0
1.3.12 (1.20.2)
on Oct 1, 20231.3.12 (1.20.1)
on Sep 24, 2023- Prevented loading Minecraft classes when initializing configs
1.3.11 (1.20.2)
on Sep 23, 20231.3.11 (1.20.1)
on Sep 23, 2023- Added
MutableParameter
andMutableParameterPoint
classes- Only available in Kotlin
- Fixed chunk loading error
- Updated embedded MixinExtras to 0.2.0-rc.4
1.3.10 (1.20.2)
on Sep 22, 2023- Updated to 1.20.2
1.3.10 (1.20.2-rc2)
on Sep 19, 2023- Fixed mixin crash
1.3.9 (1.20.2-rc1)
on Sep 16, 20231.3.9 (1.20.1)
on Sep 16, 2023- Fixed transaction depth crash
1.3.8 (1.20.2-pre4)
on Sep 14, 20231.3.8 (1.20.1)
on Sep 14, 2023- Changed NoInteractionStorage from an interface to a class
- Internally added a source set for Kotlin files
- Added utilities for creating GUI config entries for Typed Entries with Cloth Config
- Only available in Kotlin
- Added
TrackedPosition
, a class for use alongside the GameTest framework for relative and absolute positions - Added
MoveDirection
, a class for interacting with Fabric's Transfer API.
1.3.7 (23w33a)
on Aug 28, 2023- Fixed Flyby Sounds, now properly working instead of being extremely finicky and unpolished.
- Added
FrozenLibConfigOverrides
, where mods can override user settings if necessary- The config file will not be changed, only the functionality.
- Added a new JSON file format that uses JSON5 files but supports unquoted keys.
- Includes breaking changes for configs. Mods using FrozenLib's configs will need to update.