Skip to content

Releases: FrozenBlock/FrozenLib

1.1.9-1.19.2

23 Jan 02:57
Compare
Choose a tag to compare
  • 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

19 Jan 02:27
Compare
Choose a tag to compare
  • 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

19 Jan 02:40
Compare
Choose a tag to compare
  • 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

19 Jan 02:26
Compare
Choose a tag to compare
  • 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

05 Jan 01:01
Compare
Choose a tag to compare
  • 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

05 Jan 00:59
Compare
Choose a tag to compare
  • 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

08 Dec 23:47
Compare
Choose a tag to compare
  • Fixed a crash regarding block sound overwrites

1.1.5-1.19.2

07 Dec 02:31
Compare
Choose a tag to compare
  • 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

23 Nov 00:57
Compare
Choose a tag to compare
  • Added many new tools for modders

1.1.1-1.19.X

01 Oct 02:51
Compare
Choose a tag to compare
  • Made some improvements to Surface Rules

  • Added a BlockState name datafixer

  • Fixed an incompatibility with Quilt