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
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Metadata
Release channel
ReleaseVersion number
1.5-mc1.20.1Loaders
FabricQuilt