promotional bannermobile promotional banner

AzureLib

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

azurelib-neo-26.3-4.0.1.jar

File nameazurelib-neo-26.3-4.0.1.jar
Uploader
AzureDoomCAzureDoomC
Uploaded
Sep 25, 2026
Downloads
46
Size
757.1 KB
Mod Loaders
NeoForge
File ID
8969049
Type
R
Release
Supported game versions
  • 26.3

Curse Maven Snippet

NeoForge

implementation "curse.maven:azurelib-817423:8969049"

Learn more about Curse Maven

What's new

v4.0.1

Fixes

  • Fixed armor and item renderers sometimes failing to register when multiple mods registered them at the same time during parallel client setup on NeoForge. This caused armor to randomly render with vanilla/missing textures (e.g. purple armor), with different pieces affected between launches. AzArmorRendererRegistry and AzItemRendererRegistry are now thread-safe.
  • Fixed AzIdentityRegistry having the same issue, which could cause trigger animations to silently stop working for some items. It is now thread-safe.

Developer Notes

  • On NeoForge, renderer and identity registration should be wrapped in event.enqueueWork(...) inside FMLClientSetupEvent / FMLCommonSetupEvent. The docs have been updated to reflect this. The registries are now safe either way, but enqueueWork also protects your mod on older AzureLib versions.

This mod has no related projects