Skip to content

Releases: FrozenBlock/FrozenLib

1.9.11 (25w02a)

10 Jan 18:41
Compare
Choose a tag to compare
  • Restored the directional Gravity API

1.9.11 (1.21.4)

10 Jan 18:25
Compare
Choose a tag to compare
  • Restored the directional Gravity API

1.9.11 (1.21.2)

10 Jan 17:59
Compare
Choose a tag to compare
  • Restored the directional Gravity API

1.9.11 (1.21.1)

10 Jan 17:52
Compare
Choose a tag to compare
  • Restored the directional Gravity API

1.9.7 (1.21.4)

26 Dec 05:10
Compare
Choose a tag to compare
  • Fixed custom Grass Color Modifiers to work 100% of the time.
  • Added PlaceInAirBlockItem, thanks to Qzimyion!
  • Added ShapelessRecipeBuilderExtension
  • Updated to Kotlin 2.1

1.9.7 (1.21.2)

26 Dec 04:12
Compare
Choose a tag to compare
  • Fixed custom Grass Color Modifiers to work 100% of the time.
  • Added PlaceInAirBlockItem, thanks to Qzimyion!
  • Added ShapelessRecipeBuilderExtension
  • Updated to Kotlin 2.1

1.9.7 (1.21.1)

26 Dec 03:21
Compare
Choose a tag to compare
  • Fixed custom Grass Color Modifiers to work 100% of the time.
  • Added PlaceInAirBlockItem, thanks to Qzimyion!
  • Added ShapelessRecipeBuilderExtension
  • Updated to Kotlin 2.1

1.9.5 (1.21.1)

06 Dec 19:16
Compare
Choose a tag to compare
  • Added FrozenGrassColorModifiers, a simple way to add Grass Color Modifiers to biomes.
    • Do note that due to technical limitations, this is not data-driven.
  • Revamped the individual biome parameter classes.
  • Added methods for creating border parameters between sets of parameter points in FrozenBiomeParameters.

1.8.6 (1.21.1)

29 Aug 04:53
Compare
Choose a tag to compare
  • Implemented debug renderers while in a development environment.
    • Requires that "isDebug" in FrozenLib's config is set to true.
    • Will add a new button on the pause menu to toggle different debug renderers.
  • Added an API and event to easily register new debug renderers.
  • Added the FrustumUtil class, which quickly lets you see if something is within the client's frustum.

1.8.5 (1.21.1)

21 Aug 18:22
Compare
Choose a tag to compare
  • Prevented softlocks during worldgen.
  • Removed the frozenlib:heavy_items and frozenlib:can_interact_while_crouching tags and their functionalities as they've seen no usage.