promotional bannermobile promotional banner

AzureLib

Java Minecraft mod using Bedrock models to create custom models and animations for items, blocks, entities

File Details

azurelib fabric 1.21.1

  • R
  • Sep 24, 2025
  • 1.37 MB
  • 3.0K
  • 1.21.1
  • Fabric + 1

File Name

azurelib-fabric-1.21.1-3.0.30.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:azurelib-817423:7027779"

Quilt

modImplementation "curse.maven:azurelib-817423:7027779"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

v3.0.30

Changes

  • Removed band-aid fix on AzBlockAndItemLayer for when an entity is glowing, no longer needed.

Fixes

  • Fixed Entity rendering for entities using items with custom renderers causing rendering issues.
  • Fixed Entity rotation on non-living entities using AzEntityRenderer.
  • Fixed Armor rendering for baby entities being used all entities, now properly checks if entity is baby for armor scaling.
  • Fixed an issue where AzCommand#create would cause transition ticks to always be 0, this must now be set manually, which will override the controller's default value.