Releases: FrozenBlock/FrozenLib
Releases · FrozenBlock/FrozenLib
1.1.9-1.19.2
- Added an axe behavior API
- Added a shovel behavior API
- Added overworld biome builder parameters API
- Converted BlockSoundGroupOverwrite to a record
- Removed wood type API in favor of Fabric's SignType API
- Signs and hanging signs are now automatically added to each block entity
- Fixed incompatibility with Twilight Forest
1.1.8-1.19.3
- Fixed surface rules not applying whilst using TerraBlender
- Added biome tag surface rule condition source
- Internal breaking changes to surface rule api
1.1.8-23w03a
- Fixed surface rules not applying whilst using TerraBlender
- Added biome tag surface rule condition source
- Internal breaking changes to surface rule api
1.1.8-1.19.2
- Fixed surface rules not applying whilst using TerraBlender
- Added biome tag surface rule condition source
- Internal breaking changes to surface rule api
1.1.7-1.19.3
- Ported to 1.19.3
- Moved classes to their separate "modules"
- Changed usages of Random to RandomSource
- Added RemovableItemTags, which allows NBT tags to be removed from items when a player receives the item.
- Added many worldgen features for mods to use
- Added a FrozenBlock badge into Mod Menu
- Added an entrypoint for creating mob categories
- Added an event and entrypoint for modifying world surface rules
1.1.7-1.19.2
- Moved classes to their separate "modules"
- Changed usages of Random to RandomSource
- Added RemovableItemTags, which allows NBT tags to be removed from items when a player receives the item.
- Added many worldgen features for mods to use
- Added a FrozenBlock badge into Mod Menu
- Added an entrypoint for creating mob categories
- Added an event and entrypoint for modifying world surface rules
1.1.6-1.19.2
- Fixed a crash regarding block sound overwrites
1.1.5-1.19.2
-
Reorganized some classes into different packages
-
Fixed MultifaceClusterBlock
-
Added FaceClusterBlock, a MultifaceClusterBlock that can have only one face
-
Added FaceBlock, a MultifaceBlock that can have only one face
-
Added data-driven block sound overwrites
-
Improved wind mechanics
-
Added BreatheAir, an entity behavior that is a brain alternative of BreathAirGoal
-
Added SmootherSwimmingMoveControl, a move control similar to SmoothSwimmingControl, but the maxTurnX and maxTurnY values have been changed to floating point values to allow for more precise values.
-
Added a command (/wind) used to control the wind manually
1.1.4-1.19.2
- Added many new tools for modders
1.1.1-1.19.X
-
Made some improvements to Surface Rules
-
Added a BlockState name datafixer
-
Fixed an incompatibility with Quilt