promotional bannermobile promotional banner

BlueLib Common

BlueLib is a Minecraft modding library designed to handle a wide range of modding tasks. It includes systems for simplifying code development, with support for data packs and resource packs. The goal is to make modding more accessible!

File Details

2.3.7-common-1.21.1-bluelib

  • R
  • Sep 11, 2025
  • 950.45 KB
  • 33
  • 1.21.3+2
  • Forge + 2

File Name

2.3.7-common-1.21.1-bluelib-2.3.7.jar

Supported Versions

  • 1.21.3
  • 1.21.2
  • 1.21.1

Curse Maven Snippet

Forge

implementation "curse.maven:bluelib-common-1132979:6987333"

Fabric

modImplementation "curse.maven:bluelib-common-1132979:6987333"

NeoForge

implementation "curse.maven:bluelib-common-1132979:6987333"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

# 2.3.7

## Warning:

* **This is a major update series with extensive changes. While everything has been tested privately, the sheer size
  means bugs
  may still occur. Please report any issues on GitHub or message `@me_alam` on Discord.**
* **The version will remain minor until stability and feature completeness are confirmed.**

## Added

* Added Preset Caches with Json Deserializers, Codecs, DataComponentType and CompoundTags for easy saving/loading of
  presets.
    * IntRange
    * FloatRange
    * DoubleRange
    * LongRange
    * ShortRange
    * ByteRange
    * BlockPos (With conversion from BlockPosCache to BlockPos)
    * Vector2 (as Float) (With conversion from Vector2Cache to Vector2f)
    * Vector3 (as Float) (With conversion from Vector3Cache to Vector3f)
    * RGBAColor (With conversion from RGBAColorCache to Color)
    * RGBColor (With conversion from RGBColorCache to Color)
* Added `DataComponentType` for easy registration of custom data components.

## Epilogue

* Thank you for your continued support and patience.
* Please keep reporting your issues so we can finalize these features and ensure a BugFree Experience.
* If you have any questions or need assistance, feel free to reach out on Discord (@me_alam) or GitHub (MeAlam1)