1.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.
1.3.7 (1.20.1)
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.
1.3.6 (23w31a)
on Aug 7, 2023- Updated to 23w31a
- Updated included Jankson to 1.2.3
- Added a config reload command to reload configs from a mod (/frozenlib_config reload modId)
1.3.6 (1.20.1)
on Aug 7, 2023- Updated included Jankson to 1.2.3
- Added a config reload command to reload configs from a mod (/frozenlib_config reload modId)
1.3.5 (1.20.1)
on Aug 5, 2023- Added stack traces to network decoder exceptions
- Added a config option to allow disabling the experimental world warning
- Added a config option to enable the hidden /warden_spawn_tracker command
- Updated Camera resolution to 1024x1024 to match Vanilla panoramas
- Slightly changed Typed Entry serialization
1.3.4 (1.20.1)
on Jul 21, 2023- Fixed typed entry deserialization
1.3.3 (1.20.1)
on Jul 21, 2023- Added the ability to use the config without Cloth Config installed.
- Changed config file to a JSON5 file.
- Moved config file to root config directory.
- Added a config option to exclude DataFix types from running through the modified DataFixerUpper API by The Quilt Project.
- Fixed missing overworld settings error when a mod uses the DataFixerUpper API and both Lithium and BCLib are installed (Fixed through config.)
- Fixed sound managers not sending new sounds to the client when the player was already tracking an entity.
- Sound managers now also run the onStart() sound predicate method on the server as well as client.
- Added "Circular Waterlogged Vegetation Patches With Less Borders".
- Fixed Removable Item Tags.
- Added a
clientInit()
method to mod integrations. - Added support for extending "WindManager" and "ClientWindManager."
- Removed built-in Cloud movement.
1.3.2 (1.20.1)
on Jun 30, 20231.2.6 (1.19.4)
on Jun 30, 20231.2.6 (1.19.3)
on Jun 30, 20231.2.6 (1.19.2)
on Jun 30, 2023- Fixed mob spawners not running
finalizeSpawn()
when spawning mobs