Compatibility
Minecraft: Java Edition
1.21.x
1.20.6
1.20.4
1.20–1.20.2
1.19.x
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed GPL-3.0-only
Created 2 years ago
Updated 14 hours ago
Changelog
- Added
DripstoneUtils
- Currently only contains the
getDripstoneFluid
method
- Currently only contains the
- Added config syncing
- Configs will sync from server to client when joining a server, on datapack reload, and on use of
/frozenlib_config reload
- Configs will sync from client to server any time the client config is saved and the player has permission level 2 or greater
- An example of this is saving a config via Cloth Config or other GUI
- Configs will sync from server to client when joining a server, on datapack reload, and on use of
- Added Mod Protocol API
- A partial implementation of The Quilt Project's Registry Sync API.
- Refactored Configured Features and Placement Modifiers
- Replaced
frozenlib:main
entrypoint with an environment event (frozenlib:events
) - Replaced
frozenlib:client
entrypoint with an environment event (frozenlib:client_events
) - Removed embedded Mixin Extras in favor of Fabric Loader 0.15.0
- Moved all Packets to 'FrozenNetworking'
- Moved client-side networking to 'FrozenClientNetworking'
- Moved the 'id' and 'string' methods to 'FrozenSharedConstants' and maked the methods in 'FrozenMain' as deprecated.
- Moved mod integration initialization to a registry freeze event