1.5.1 (1.20.4)
on Dec 12, 20231.5.1 (1.20.2)
on Dec 12, 20231.5.1 (1.20.1)
on Dec 12, 2023- Moved
ModProtocolDef
to api - Made
ServerRegistrySync.text()
public - Fixed loading
ResourceLocation
too early - Fixed language entries for mod protocols
1.5 (1.20.4)
on Dec 11, 20231.5 (1.20.2)
on Dec 11, 20231.5 (1.20.1)
on Dec 11, 2023- 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
1.4.4 (1.20.3-pre2)
on Nov 24, 20231.4.4 (1.20.2)
on Nov 24, 20231.4.4 (1.20.1)
on Nov 24, 2023- Fixed compatibility with removable item tags in some cases
- Ex: Create's List Filter
- Added
firstTickTest()
to sound predicates - Refactored common code between sound instances to a parent class
- Added
FrozenShapes.closestPointTo()
- Refactored Gravity API
- Added Gravity Modification Events via
GravityAPI.MODIFICATIONS
- Added
InterpolatedGravityFunction
- Refactored
FrozenEntityRenameFix
- Added more transitive access wideners
- Changed Jankson to a fork with DataFixer support
- Added DataFixer support to configs
- At the moment, only
JsonConfig
supports DataFixers
- At the moment, only
- Added
/taglist
command- Lists all entries in a specified tag
- Registries are determined via sub commands
biome
,block
,entity_type
,fluid
,instrument
,item
, andstructure
- Updated minimum (optional) requirement for Fabric Language Kotlin to 1.10.14
- Added
MutableMusic
MutableMusic
can be converted toMusic
viaasImmutable
Music
can be converted toMutableMusic
viaasMutable
- Kotlin only
- Refactored
ParameterUtils
1.4.3 (1.20.1)
on Nov 12, 2023- Reverted change to
LiquidRenderUtils
- The change was only needed in 1.20.2+
1.4.2 (23w45a)
on Nov 12, 20231.4.2 (1.20.2)
on Nov 12, 20231.4.2 (1.20.1)
on Nov 12, 2023- Refactored Gravity API
- Fixed
LiquidRenderUtils
rendering 16x16 (256) textures instead of 1 - Added support for Cloth Config's
Dependency
inTypedEntryUtils
- Added support for lists in
EntryBuilder
- Via the new
StringList
,IntList
,LongList
,FloatList
, andDoubleList
data classes - Kotlin only
- Via the new
- Added support for enums in
EntryBuilder
- Via the new
EnumEntry
data class - Kotlin only
- Via the new
- Added support for array selectors in
EntryBuilder
- Via the new
SelectorEntry
data class - Kotlin only
- Via the new
1.4.1 (23w44a)
on Nov 5, 20231.4.1 (1.20.2)
on Nov 5, 20231.4.1 (1.20.1)
on Nov 5, 2023- Added support for an optional
tag
entry on Recipe results- In the form of a
CompoundTag
- In the form of a
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