Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
AzureLib

AzureLib

Based off Geckolib but now just for my own needs.

3.59M
244
Game Mechanics
Library
Utility

Compatibility

Minecraft: Java Edition

1.21.x
1.20.x
1.19.2–1.19.4
1.18.2
1.17.1
1.16.5
1.15.2

Platforms

Fabric
Forge
NeoForge
Quilt

Supported environments

Client and server

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Visit wiki Join Discord server

Creators

AzureDoom
AzureDoom Owner
DerToaster98
DerToaster98 Contributor
ZigyTheBird
ZigyTheBird Contributor

Details

Licensed MIT
Published 2 years ago
Updated 2 days ago
DescriptionGalleryChangelogVersions

Show all versions

1
2
3
51

azurelib fabric 1.20.1

by AzureDoom on Jul 23, 2025
Download

v3.0.11

Bug Fixes

  • Resolved an issue where the animation controller incorrectly defaulted to Linear easing when the setEasingType method was not explicitly overridden at the controller level.
    • It now defaults to null, ensuring that easing types defined in the JSON are used as intended.

azurelib fabric 1.19.4

by AzureDoom on Jul 23, 2025
Download

v3.0.10

Bug Fixes

  • Resolved an issue where the animation controller incorrectly defaulted to Linear easing when the setEasingType method was not explicitly overridden at the controller level.
    • It now defaults to null, ensuring that easing types defined in the JSON are used as intended.

azurelib forge 1.19.2

by AzureDoom on Jul 23, 2025
Download

v3.0.10

Bug Fixes

  • Resolved an issue where the animation controller incorrectly defaulted to Linear easing when the setEasingType method was not explicitly overridden at the controller level.
    • It now defaults to null, ensuring that easing types defined in the JSON are used as intended.

azurelib fabric 1.19.2

by AzureDoom on Jul 23, 2025
Download

azurelib forge 1.18.2

by AzureDoom on Jul 23, 2025
Download

azurelib fabric 1.18.2

by AzureDoom on Jul 23, 2025
Download

azurelib forge 1.17.1

by AzureDoom on Jul 23, 2025
Download

azurelib fabric 1.17.1

by AzureDoom on Jul 23, 2025
Download

azurelib fabric 1.16.5

by AzureDoom on Jul 23, 2025
Download

azurelib forge 1.16.5

by AzureDoom on Jul 23, 2025
Download

v3.0.10

Bug Fixes

  • Resolved an issue where the animation controller incorrectly defaulted to Linear easing when the setEasingType method was not explicitly overridden at the controller level.
    • It now defaults to null, ensuring that easing types defined in the JSON are used as intended.

azurelib forge 1.15.2

by AzureDoom on Jul 23, 2025
Download

v3.0.9

Bug Fixes

  • Resolved an issue where the animation controller incorrectly defaulted to Linear easing when the setEasingType method was not explicitly overridden at the controller level.
    • It now defaults to null, ensuring that easing types defined in the JSON are used as intended.

azurelib fabric 1.15.2

by AzureDoom on Jul 23, 2025
Download

v3.0.10

Bug Fixes

  • Resolved an issue where the animation controller incorrectly defaulted to Linear easing when the setEasingType method was not explicitly overridden at the controller level.
    • It now defaults to null, ensuring that easing types defined in the JSON are used as intended.

azurelib neoforge 1.21.1

by AzureDoom on Jul 23, 2025
Download

azurelib fabric 1.21.1

by AzureDoom on Jul 23, 2025
Download

v3.0.22

Bug Fixes

  • Fixed an issue where keyframes would cause a crash if their index went below 0. The index now defaults to 0 when empty.
    Credit to Collinvh for identifying and resolving the issue.
  • Fixed a problem where snapshots or queues being null would cause a crash. These are now safely skipped instead.
    Credit to Collinvh for the fix.

Enhancements

  • Partial Ticks Support:
    • Added support for partial ticks in the applyMolangQueries method. The old version of applyMolangQueries has been made private and is marked for future removal to ensure streamlined functionality.

New MoLang Queries

The following queries have been added:

  • query.head_pitch
    • Returns the pitch (vertical rotation) of the head.
  • query.head_yaw
    • Returns the yaw (horizontal rotation) of the head relative to the body.
  • query.hurt_time
    • Indicates the remaining time in the entity's hurt animation.
  • query.is_baby
    • Returns whether the entity is a baby (true or false).
  • query.is_blocking
    • Determines if the entity is actively blocking (e.g., using a shield).
  • query.is_using_item
    • Returns whether the entity is actively using an item (e.g., eating or drinking).
  • query.limb_swing
    • Represents the position of the entity's limb swing animation (useful for walking or running effects).
  • query.limb_swing_amount
    • Indicates the speed or intensity of the limb swing animation.
  • query.in_air
    • Returns whether the entity is currently in the air and not on the ground.
  • query.item_current_durability
    • Provides the current durability of an item as a fraction of its maximum durability.
  • query.item_is_enchanted
    • Returns whether the item is enchanted.

azurelib forge 1.20.1

by AzureDoom on Jul 23, 2025
Download

azurelib fabric 1.20.1

by AzureDoom on Jul 23, 2025
Download

v3.0.10

Bug Fixes

  • Fixed an issue where keyframes would cause a crash if their index went below 0. The index now defaults to 0 when empty.
    Credit to Collinvh for identifying and resolving the issue.
  • Fixed a problem where snapshots or queues being null would cause a crash. These are now safely skipped instead.
    Credit to Collinvh for the fix.

Enhancements

  • Partial Ticks Support:
    • Added support for partial ticks in the applyMolangQueries method. The old version of applyMolangQueries has been made private and is marked for future removal to ensure streamlined functionality.

New MoLang Queries

The following queries have been added:

  • query.head_pitch
    • Returns the pitch (vertical rotation) of the head.
  • query.head_yaw
    • Returns the yaw (horizontal rotation) of the head relative to the body.
  • query.hurt_time
    • Indicates the remaining time in the entity's hurt animation.
  • query.is_baby
    • Returns whether the entity is a baby (true or false).
  • query.is_blocking
    • Determines if the entity is actively blocking (e.g., using a shield).
  • query.is_using_item
    • Returns whether the entity is actively using an item (e.g., eating or drinking).
  • query.limb_swing
    • Represents the position of the entity's limb swing animation (useful for walking or running effects).
  • query.limb_swing_amount
    • Indicates the speed or intensity of the limb swing animation.
  • query.in_air
    • Returns whether the entity is currently in the air and not on the ground.
  • query.item_current_durability
    • Provides the current durability of an item as a fraction of its maximum durability.
  • query.item_is_enchanted
    • Returns whether the item is enchanted.

azurelib forge 1.19.4

by AzureDoom on Jul 23, 2025
Download

v3.0.9

Bug Fixes

  • Fixed an issue where keyframes would cause a crash if their index went below 0. The index now defaults to 0 when empty.
    Credit to Collinvh for identifying and resolving the issue.
  • Fixed a problem where snapshots or queues being null would cause a crash. These are now safely skipped instead.
    Credit to Collinvh for the fix.

Enhancements

  • Partial Ticks Support:
    • Added support for partial ticks in the applyMolangQueries method. The old version of applyMolangQueries has been made private and is marked for future removal to ensure streamlined functionality.

New MoLang Queries

The following queries have been added:

  • query.head_pitch
    • Returns the pitch (vertical rotation) of the head.
  • query.head_yaw
    • Returns the yaw (horizontal rotation) of the head relative to the body.
  • query.hurt_time
    • Indicates the remaining time in the entity's hurt animation.
  • query.is_baby
    • Returns whether the entity is a baby (true or false).
  • query.is_blocking
    • Determines if the entity is actively blocking (e.g., using a shield).
  • query.is_using_item
    • Returns whether the entity is actively using an item (e.g., eating or drinking).
  • query.limb_swing
    • Represents the position of the entity's limb swing animation (useful for walking or running effects).
  • query.limb_swing_amount
    • Indicates the speed or intensity of the limb swing animation.
  • query.in_air
    • Returns whether the entity is currently in the air and not on the ground.
  • query.item_current_durability
    • Provides the current durability of an item as a fraction of its maximum durability.
  • query.item_is_enchanted
    • Returns whether the item is enchanted.

azurelib fabric 1.19.4

by AzureDoom on Jul 23, 2025
Download

v3.0.9

Bug Fixes

  • Fixed an issue where keyframes would cause a crash if their index went below 0. The index now defaults to 0 when empty.
    Credit to Collinvh for identifying and resolving the issue.
  • Fixed a problem where snapshots or queues being null would cause a crash. These are now safely skipped instead.
    Credit to Collinvh for the fix.

Enhancements

  • Bumped AW version from 1 to 2.
  • Partial Ticks Support:
    • Added support for partial ticks in the applyMolangQueries method. The old version of applyMolangQueries has been made private and is marked for future removal to ensure streamlined functionality.

New MoLang Queries

The following queries have been added:

  • query.head_pitch
    • Returns the pitch (vertical rotation) of the head.
  • query.head_yaw
    • Returns the yaw (horizontal rotation) of the head relative to the body.
  • query.hurt_time
    • Indicates the remaining time in the entity's hurt animation.
  • query.is_baby
    • Returns whether the entity is a baby (true or false).
  • query.is_blocking
    • Determines if the entity is actively blocking (e.g., using a shield).
  • query.is_using_item
    • Returns whether the entity is actively using an item (e.g., eating or drinking).
  • query.limb_swing
    • Represents the position of the entity's limb swing animation (useful for walking or running effects).
  • query.limb_swing_amount
    • Indicates the speed or intensity of the limb swing animation.
  • query.in_air
    • Returns whether the entity is currently in the air and not on the ground.
  • query.item_current_durability
    • Provides the current durability of an item as a fraction of its maximum durability.
  • query.item_is_enchanted
    • Returns whether the item is enchanted.

azurelib forge 1.19.2

by AzureDoom on Jul 23, 2025
Download

v3.0.9

Bug Fixes

  • Fixed an issue where keyframes would cause a crash if their index went below 0. The index now defaults to 0 when empty.
    Credit to Collinvh for identifying and resolving the issue.
  • Fixed a problem where snapshots or queues being null would cause a crash. These are now safely skipped instead.
    Credit to Collinvh for the fix.

Enhancements

  • Partial Ticks Support:
    • Added support for partial ticks in the applyMolangQueries method. The old version of applyMolangQueries has been made private and is marked for future removal to ensure streamlined functionality.

New MoLang Queries

The following queries have been added:

  • query.head_pitch
    • Returns the pitch (vertical rotation) of the head.
  • query.head_yaw
    • Returns the yaw (horizontal rotation) of the head relative to the body.
  • query.hurt_time
    • Indicates the remaining time in the entity's hurt animation.
  • query.is_baby
    • Returns whether the entity is a baby (true or false).
  • query.is_blocking
    • Determines if the entity is actively blocking (e.g., using a shield).
  • query.is_using_item
    • Returns whether the entity is actively using an item (e.g., eating or drinking).
  • query.limb_swing
    • Represents the position of the entity's limb swing animation (useful for walking or running effects).
  • query.limb_swing_amount
    • Indicates the speed or intensity of the limb swing animation.
  • query.in_air
    • Returns whether the entity is currently in the air and not on the ground.
  • query.item_current_durability
    • Provides the current durability of an item as a fraction of its maximum durability.
  • query.item_is_enchanted
    • Returns whether the item is enchanted.

azurelib fabric 1.19.2

by AzureDoom on Jul 23, 2025
Download
1
2
3
51

Modrinth is open source.

main@16c5a5a

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.