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.0-common-1.21.1-bluelib.jar

  • R
  • Jul 30, 2025
  • 342.12 KB
  • 27
  • 1.21.3+5
  • Forge + 2

File Name

2.3.0-common-1.21.1-bluelib.jar

Supported Versions

  • 1.21.2-Snapshot
  • 1.21.1-Snapshot
  • 1.21.3
  • 1.21.2
  • 1.21.1
  • 1.21

Curse Maven Snippet

Forge

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

Fabric

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

NeoForge

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

Learn more about Curse Maven

2.3.0

Added

  • Added a New Version Warning screen!
    • Do you release your mods as Alphas/Snapshots, feel free to use this new system and warn your users about it!!!
    • More Info on: Wiki

Changed

  • getRandomVariant() will never return null anymore!
  • Completely Rewrote the PityRandom to allow for every type of class(T) in stead of only Doubles. (Still Experimental)

Bug Fixes

  • Fixed PacketsRegistry from randomly deciding to crash without any reason.