搜索历史
清空
暂无搜索历史
论坛热搜
1
Jenny — 有趣的模拟女友模组|珍妮模组
热
3
上古老物 冒险者传说 by WhiteSword
新
5
洛心斗罗-福利|公会据点战|武魂||抽奖|最终版
2
乌托邦探险之旅3.2
热
4
幻虚斗罗V1.5
6
水星迫降——在未知的世界中挣扎
登陆 注册 QQ登陆
快捷导航
查看: 187|回复: 0

[模组分享] AzureLib (AzureLib)-MOD模组

[复制链接]

5159

主题

5

回帖

6143

积分

龙❁妻

Rank: 8Rank: 8

经验
6143 EP
金粒
929 粒
绿宝石
20 块
爱心
0 点
发表于 2025-8-10 16:48:46 | 显示全部楼层 |阅读模式
AzureLib (AzureLib)Github |相关wiki |源站链接支持: fabric , forge , neoforge , quiltAzureLib是一个源自Geckolib 4.x的分支,作为专为Minecraft模组定制的动画引擎。它拥有各种功能,包括支持复杂的3D关键帧驱动动画、超过30种不同的缓动函数、并发动画功能、声音和粒子关键帧、基于事件的关键帧等等。目前,我将专注于维护和支持AzureLib;不再对Geckolib提供帮助。

AzureLib代表了从Geckolib 4.x派生出来的一个分支,是一个专为Minecraft模组设计的动画引擎。它拥有多种功能,包括支持复杂的3D关键帧驱动动画、超过30种不同的缓动函数、并发动画功能、声音和粒子关键帧、基于事件的关键帧等等。

This library is compatible with the following Minecraft versions:

Forge: 1.16.5, 1.17.1, 1.18.2, 1.19.2, 1.19.3, 1.19.4, and 1.20.1.

NeoForge: 1.20.1

Fabric: 1.16.5, 1.17.1, 1.18.2, 1.19.2, 1.19.3, 1.19.4, 1.20.1, and 1.20.2.

此库与以下Minecraft版本兼容:

Forge:1.16.5、1.17.1、1.18.2、1.19.2、1.19.3、1.19.4和1.20.1。

NeoForge:1.20.1

Fabric:1.16.5、1.17.1、1.18.2、1.19.2、1.19.3、1.19.4、1.20.1和1.20.2。

Are you a developer and want to use this library in your mod? Add the following to your build.gradle

**

repositories {

    // The Maven with the mods source

    maven {url \'https://libs.azuredoom.com:4443/mods\'}

}

dependencies {

    //Fabric or Quilt

    modImplementation \"mod.azure.azurelib:azurelib-fabric-MCVERSION:MODVERSION\"

    //Forge

    implementation fg.deobf(\"mod.azure.azurelib:azurelib-forge-MCVERSION:MODVERSION\")

    //NeoForge

    implementation fg.deobf(\"mod.azure.azurelib:azurelib-neo-MCVERSION:MODVERSION\")

}

Need a server to play with friends? Don\'t know how to setup one? Just rent an already configured server from BisectHosting!



Click on the picture above, select plan(at least 4GB), and use my code azuredoom to get 25% off your first month and enjoy playing with your friends!

截图:

https://i.sodamc.com/modrinth/0ZrWY1EOTe.jpg?x-oss-process=style/forge2]

来自Modrinth所有游戏版本1.15.21.21.11.20.11.19.41.19.21.18.21.17.11.16.51.20.61.20.41.211.20.51.20.21.20.31.20.2-rc11.20.2-pre11.19.31.201.20-rc11.20-pre1所有类型forgefabricquiltneoforgeazurelib forge 1.15.2azurelib-forge-1.15.2-3.0.13.jar下载3.0.13#Releasev3.0.13### Changes- Added an AzCommand create option for setting speed is now easier.- Added an AzCommand create option that allows you to set how many ticks you\'d like to start within the animation. (Ex: I want to start from the 2 second mark so 40 ticks instead of the start of the animation).### Fixes- Fixed an issue where setting animation speed via AzCommand would not take effect.展开版本: 3.0.13支持游戏: 1.15.2类型:ForgeRelease下载次数: 0azurelib fabric 1.15.2azurelib-fabric-1.15.2-3.0.13.jar下载3.0.13#Releasev3.0.13### Changes- Added an AzCommand create option for setting speed is now easier.- Added an AzCommand create option that allows you to set how many ticks you\'d like to start within the animation. (Ex: I want to start from the 2 second mark so 40 ticks instead of the start of the animation).### Fixes- Fixed an issue where setting animation speed via AzCommand would not take effect.展开版本: 3.0.13支持游戏: 1.15.2类型:FabricRelease下载次数: 0azurelib fabric 1.21.1azurelib-fabric-1.21.1-3.0.25.jar下载3.0.25#Releasev3.0.25### Changes- **Added New Easing Types**:- **Bezier Easing**: Implements smooth transitions using cubic Bézier curves for precise animation control. Adapted from base code by ZigyTheBird.- **Bezier After Easing**: A variation of Bezier easing, applied to animations after a specified point in time.- **Ticking Light Block Enhancements**:- Added support for variable light-level emission via the `LIGHT_LEVEL` block state property, allowing the block to emit dynamic levels of light ranging from 0–15 depending on its state.- The block is now fully waterloggable, allowing it to function correctly even when submerged in water.### Fixes- Fixed an issue where armor did not properly scale to match the scaling of model parts.- Fixed an issue using the DynamicModelRenderer, you were required to set a render type for the bone. The RenderType is now properly optional.### Credits- Special thanks to ZigyTheBird for contributing the foundational concepts and code for Bézier easing.展开版本: 3.0.25支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 1,552azurelib neoforge 1.21.1azurelib-neo-1.21.1-3.0.25.jar下载3.0.25#Releasev3.0.25### Changes- **Added New Easing Types**:- **Bezier Easing**: Implements smooth transitions using cubic Bézier curves for precise animation control. Adapted from base code by ZigyTheBird.- **Bezier After Easing**: A variation of Bezier easing, applied to animations after a specified point in time.- **Ticking Light Block Enhancements**:- Added support for variable light-level emission via the `LIGHT_LEVEL` block state property, allowing the block to emit dynamic levels of light ranging from 0–15 depending on its state.- The block is now fully waterloggable, allowing it to function correctly even when submerged in water.### Fixes- Fixed an issue where armor did not properly scale to match the scaling of model parts.- Fixed an issue using the DynamicModelRenderer, you were required to set a render type for the bone. The RenderType is now properly optional.### Credits- Special thanks to ZigyTheBird for contributing the foundational concepts and code for Bézier easing.展开版本: 3.0.25支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 1,938azurelib forge 1.20.1azurelib-neo-1.20.1-3.0.13.jar下载3.0.13#Releasev3.0.13### Changes- **Added New Easing Types**:- **Bezier Easing**: Implements smooth transitions using cubic Bézier curves for precise animation control. Adapted from base code by ZigyTheBird.- **Bezier After Easing**: A variation of Bezier easing, applied to animations after a specified point in time.- **Ticking Light Block Enhancements**:- Added support for variable light-level emission via the `LIGHT_LEVEL` block state property, allowing the block to emit dynamic levels of light ranging from 0–15 depending on its state.- The block is now fully waterloggable, allowing it to function correctly even when submerged in water.### Fixes- Fixed an issue where armor did not properly scale to match the scaling of model parts.- Fixed an issue using the DynamicModelRenderer, you were required to set a render type for the bone. The RenderType is now properly optional.### Credits- Special thanks to ZigyTheBird for contributing the foundational concepts and code for Bézier easing.展开版本: 3.0.13支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 8,352azurelib fabric 1.20.1azurelib-fabric-1.20.1-3.0.13.jar下载3.0.13#Releasev3.0.13### Changes- **Added New Easing Types**:- **Bezier Easing**: Implements smooth transitions using cubic Bézier curves for precise animation control. Adapted from base code by ZigyTheBird.- **Bezier After Easing**: A variation of Bezier easing, applied to animations after a specified point in time.- **Ticking Light Block Enhancements**:- Added support for variable light-level emission via the `LIGHT_LEVEL` block state property, allowing the block to emit dynamic levels of light ranging from 0–15 depending on its state.- The block is now fully waterloggable, allowing it to function correctly even when submerged in water.### Fixes- Fixed an issue where armor did not properly scale to match the scaling of model parts.- Fixed an issue using the DynamicModelRenderer, you were required to set a render type for the bone. The RenderType is now properly optional.### Credits- Special thanks to ZigyTheBird for contributing the foundational concepts and code for Bézier easing.展开版本: 3.0.13支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 4,050azurelib forge 1.19.4azurelib-forge-1.19.4-3.0.12.jar下载3.0.12#Releasev3.0.12### Changes- **Added New Easing Types**:- **Bezier Easing**: Implements smooth transitions using cubic Bézier curves for precise animation control. Adapted from base code by ZigyTheBird.- **Bezier After Easing**: A variation of Bezier easing, applied to animations after a specified point in time.- **Ticking Light Block Enhancements**:- Added support for variable light-level emission via the `LIGHT_LEVEL` block state property, allowing the block to emit dynamic levels of light ranging from 0–15 depending on its state.- The block is now fully waterloggable, allowing it to function correctly even when submerged in water.### Fixes- Fixed an issue where armor did not properly scale to match the scaling of model parts.- Fixed an issue using the DynamicModelRenderer, you were required to set a render type for the bone. The RenderType is now properly optional.### Credits- Special thanks to ZigyTheBird for contributing the foundational concepts and code for Bézier easing.展开版本: 3.0.12支持游戏: 1.19.4类型:ForgeRelease下载次数: 15azurelib fabric 1.19.4azurelib-fabric-1.19.4-3.0.12.jar下载3.0.12#Releasev3.0.12### Changes- **Added New Easing Types**:- **Bezier Easing**: Implements smooth transitions using cubic Bézier curves for precise animation control. Adapted from base code by ZigyTheBird.- **Bezier After Easing**: A variation of Bezier easing, applied to animations after a specified point in time.- **Ticking Light Block Enhancements**:- Added support for variable light-level emission via the `LIGHT_LEVEL` block state property, allowing the block to emit dynamic levels of light ranging from 0–15 depending on its state.- The block is now fully waterloggable, allowing it to function correctly even when submerged in water.### Fixes- Fixed an issue where armor did not properly scale to match the scaling of model parts.- Fixed an issue using the DynamicModelRenderer, you were required to set a render type for the bone. The RenderType is now properly optional.### Credits- Special thanks to ZigyTheBird for contributing the foundational concepts and code for Bézier easing.展开版本: 3.0.12支持游戏: 1.19.4类型:FabricRelease下载次数: 17azurelib forge 1.19.2azurelib-forge-1.19.2-3.0.12.jar下载3.0.12#Releasev3.0.12### Changes- **Added New Easing Types**:- **Bezier Easing**: Implements smooth transitions using cubic Bézier curves for precise animation control. Adapted from base code by ZigyTheBird.- **Bezier After Easing**: A variation of Bezier easing, applied to animations after a specified point in time.- **Ticking Light Block Enhancements**:- Added support for variable light-level emission via the `LIGHT_LEVEL` block state property, allowing the block to emit dynamic levels of light ranging from 0–15 depending on its state.- The block is now fully waterloggable, allowing it to function correctly even when submerged in water.### Fixes- Fixed an issue where armor did not properly scale to match the scaling of model parts.- Fixed an issue using the DynamicModelRenderer, you were required to set a render type for the bone. The RenderType is now properly optional.### Credits- Special thanks to ZigyTheBird for contributing the foundational concepts and code for Bézier easing.展开版本: 3.0.12支持游戏: 1.19.2类型:ForgeRelease下载次数: 136azurelib fabric 1.19.2azurelib-fabric-1.19.2-3.0.12.jar下载3.0.12#Releasev3.0.12### Changes- **Added New Easing Types**:- **Bezier Easing**: Implements smooth transitions using cubic Bézier curves for precise animation control. Adapted from base code by ZigyTheBird.- **Bezier After Easing**: A variation of Bezier easing, applied to animations after a specified point in time.- **Ticking Light Block Enhancements**:- Added support for variable light-level emission via the `LIGHT_LEVEL` block state property, allowing the block to emit dynamic levels of light ranging from 0–15 depending on its state.- The block is now fully waterloggable, allowing it to function correctly even when submerged in water.### Fixes- Fixed an issue where armor did not properly scale to match the scaling of model parts.- Fixed an issue using the DynamicModelRenderer, you were required to set a render type for the bone. The RenderType is now properly optional.### Credits- Special thanks to ZigyTheBird for contributing the foundational concepts and code for Bézier easing.展开版本: 3.0.12支持游戏: 1.19.2类型:FabricRelease下载次数: 46azurelib forge 1.18.2azurelib-forge-1.18.2-3.0.12.jar下载3.0.12#Releasev3.0.12### Changes- **Added New Easing Types**:- **Bezier Easing**: Implements smooth transitions using cubic Bézier curves for precise animation control. Adapted from base code by ZigyTheBird.- **Bezier After Easing**: A variation of Bezier easing, applied to animations after a specified point in time.- **Ticking Light Block Enhancements**:- Added support for variable light-level emission via the `LIGHT_LEVEL` block state property, allowing the block to emit dynamic levels of light ranging from 0–15 depending on its state.- The block is now fully waterloggable, allowing it to function correctly even when submerged in water.### Fixes- Fixed an issue using the DynamicModelRenderer, you were required to set a render type for the bone. The RenderType is now properly optional.### Credits- Special thanks to ZigyTheBird for contributing the foundational concepts and code for Bézier easing.展开版本: 3.0.12支持游戏: 1.18.2类型:ForgeRelease下载次数: 26azurelib fabric 1.18.2azurelib-fabric-1.18.2-3.0.12.jar下载3.0.12#Releasev3.0.12### Changes- **Added New Easing Types**:- **Bezier Easing**: Implements smooth transitions using cubic Bézier curves for precise animation control. Adapted from base code by ZigyTheBird.- **Bezier After Easing**: A variation of Bezier easing, applied to animations after a specified point in time.- **Ticking Light Block Enhancements**:- Added support for variable light-level emission via the `LIGHT_LEVEL` block state property, allowing the block to emit dynamic levels of light ranging from 0–15 depending on its state.- The block is now fully waterloggable, allowing it to function correctly even when submerged in water.### Fixes- Fixed an issue using the DynamicModelRenderer, you were required to set a render type for the bone. The RenderType is now properly optional.### Credits- Special thanks to ZigyTheBird for contributing the foundational concepts and code for Bézier easing.展开版本: 3.0.12支持游戏: 1.18.2类型:FabricRelease下载次数: 9azurelib forge 1.17.1azurelib-forge-1.17.1-3.0.12.jar下载3.0.12#Releasev3.0.12### Changes- **Added New Easing Types**:- **Bezier Easing**: Implements smooth transitions using cubic Bézier curves for precise animation control. Adapted from base code by ZigyTheBird.- **Bezier After Easing**: A variation of Bezier easing, applied to animations after a specified point in time.- **Ticking Light Block Enhancements**:- Added support for variable light-level emission via the `LIGHT_LEVEL` block state property, allowing the block to emit dynamic levels of light ranging from 0–15 depending on its state.- The block is now fully waterloggable, allowing it to function correctly even when submerged in water.### Fixes- Fixed an issue using the DynamicModelRenderer, you were required to set a render type for the bone. The RenderType is now properly optional.### Credits- Special thanks to ZigyTheBird for contributing the foundational concepts and code for Bézier easing.展开版本: 3.0.12支持游戏: 1.17.1类型:ForgeRelease下载次数: 4azurelib fabric 1.17.1azurelib-fabric-1.17.1-3.0.12.jar下载3.0.12#Releasev3.0.12### Changes- **Added New Easing Types**:- **Bezier Easing**: Implements smooth transitions using cubic Bézier curves for precise animation control. Adapted from base code by ZigyTheBird.- **Bezier After Easing**: A variation of Bezier easing, applied to animations after a specified point in time.- **Ticking Light Block Enhancements**:- Added support for variable light-level emission via the `LIGHT_LEVEL` block state property, allowing the block to emit dynamic levels of light ranging from 0–15 depending on its state.- The block is now fully waterloggable, allowing it to function correctly even when submerged in water.### Fixes- Fixed an issue using the DynamicModelRenderer, you were required to set a render type for the bone. The RenderType is now properly optional.### Credits- Special thanks to ZigyTheBird for contributing the foundational concepts and code for Bézier easing.展开版本: 3.0.12支持游戏: 1.17.1类型:FabricRelease下载次数: 4azurelib forge 1.16.5azurelib-forge-1.16.5-3.0.12.jar下载3.0.12#Releasev3.0.12### Changes- **Added New Easing Types**:- **Bezier Easing**: Implements smooth transitions using cubic Bézier curves for precise animation control. Adapted from base code by ZigyTheBird.- **Bezier After Easing**: A variation of Bezier easing, applied to animations after a specified point in time.### Fixes- Fixed an issue using the DynamicModelRenderer, you were required to set a render type for the bone. The RenderType is now properly optional.### Credits- Special thanks to ZigyTheBird for contributing the foundational concepts and code for Bézier easing.展开版本: 3.0.12支持游戏: 1.16.5类型:ForgeRelease下载次数: 14azurelib fabric 1.16.5azurelib-fabric-1.16.5-3.0.12.jar下载3.0.12#Releasev3.0.12### Changes- **Added New Easing Types**:- **Bezier Easing**: Implements smooth transitions using cubic Bézier curves for precise animation control. Adapted from base code by ZigyTheBird.- **Bezier After Easing**: A variation of Bezier easing, applied to animations after a specified point in time.### Fixes- Fixed an issue using the DynamicModelRenderer, you were required to set a render type for the bone. The RenderType is now properly optional.### Credits- Special thanks to ZigyTheBird for contributing the foundational concepts and code for Bézier easing.展开版本: 3.0.12支持游戏: 1.16.5类型:FabricRelease下载次数: 8azurelib fabric 1.15.2azurelib-fabric-1.15.2-3.0.12.jar下载3.0.12#Releasev3.0.12### Changes- **Added New Easing Types**:- **Bezier Easing**: Implements smooth transitions using cubic Bézier curves for precise animation control. Adapted from base code by ZigyTheBird.- **Bezier After Easing**: A variation of Bezier easing, applied to animations after a specified point in time.### Fixes- Fixed an issue using the DynamicModelRenderer, you were required to set a render type for the bone. The RenderType is now properly optional.### Credits- Special thanks to ZigyTheBird for contributing the foundational concepts and code for Bézier easing.展开版本: 3.0.12支持游戏: 1.15.2类型:FabricRelease下载次数: 7azurelib forge 1.15.2azurelib-forge-1.15.2-3.0.12.jar下载3.0.12#Releasev3.0.12### Changes- **Added New Easing Types**:- **Bezier Easing**: Implements smooth transitions using cubic Bézier curves for precise animation control. Adapted from base code by ZigyTheBird.- **Bezier After Easing**: A variation of Bezier easing, applied to animations after a specified point in time.### Fixes- Fixed an issue using the DynamicModelRenderer, you were required to set a render type for the bone. The RenderType is now properly optional.### Credits- Special thanks to ZigyTheBird for contributing the foundational concepts and code for Bézier easing.展开版本: 3.0.12支持游戏: 1.15.2类型:ForgeRelease下载次数: 6azurelib neoforge 1.21.1azurelib-neo-1.21.1-3.0.24.jar下载3.0.24#Releasev3.0.24### Changes- Added Dynamic Model Renderers, a set of extendable classes with per-bone texture overrides and render type customization.展开版本: 3.0.24支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 1,302azurelib fabric 1.21.1azurelib-fabric-1.21.1-3.0.24.jar下载3.0.24#Releasev3.0.24### Changes- Added Dynamic Model Renderers, a set of extendable classes with per-bone texture overrides and render type customization.展开版本: 3.0.24支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 983azurelib forge 1.20.1azurelib-neo-1.20.1-3.0.12.jar下载3.0.12#Releasev3.0.12### Bug Fixes- Added Dynamic Model Renderers, a set of extendable classes with per-bone texture overrides and render type customization.展开版本: 3.0.12支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 5,342azurelib fabric 1.20.1azurelib-fabric-1.20.1-3.0.12.jar下载3.0.12#Releasev3.0.12### Bug Fixes- Added Dynamic Model Renderers, a set of extendable classes with per-bone texture overrides and render type customization.展开版本: 3.0.12支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 2,536azurelib forge 1.19.4azurelib-forge-1.19.4-3.0.11.jar下载3.0.11#Releasev3.0.11### Bug Fixes- Added Dynamic Model Renderers, a set of extendable classes with per-bone texture overrides and render type customization.展开版本: 3.0.11支持游戏: 1.19.4类型:ForgeRelease下载次数: 10azurelib fabric 1.19.4azurelib-fabric-1.19.4-3.0.11.jar下载3.0.11#Releasev3.0.11### Bug Fixes- Added Dynamic Model Renderers, a set of extendable classes with per-bone texture overrides and render type customization.展开版本: 3.0.11支持游戏: 1.19.4类型:FabricRelease下载次数: 11azurelib forge 1.19.2azurelib-forge-1.19.2-3.0.11.jar下载3.0.11#Releasev3.0.11### Bug Fixes- Added Dynamic Model Renderers, a set of extendable classes with per-bone texture overrides and render type customization.展开版本: 3.0.11支持游戏: 1.19.2类型:ForgeRelease下载次数: 157azurelib fabric 1.19.2azurelib-fabric-1.19.2-3.0.11.jar下载3.0.11#Releasev3.0.11### Bug Fixes- Added Dynamic Model Renderers, a set of extendable classes with per-bone texture overrides and render type customization.展开版本: 3.0.11支持游戏: 1.19.2类型:FabricRelease下载次数: 33azurelib forge 1.18.2azurelib-forge-1.18.2-3.0.11.jar下载3.0.11#Releasev3.0.11### Bug Fixes- Added Dynamic Model Renderers, a set of extendable classes with per-bone texture overrides and render type customization.展开版本: 3.0.11支持游戏: 1.18.2类型:ForgeRelease下载次数: 25azurelib fabric 1.18.2azurelib-fabric-1.18.2-3.0.11.jar下载3.0.11#Releasev3.0.11### Bug Fixes- Added Dynamic Model Renderers, a set of extendable classes with per-bone texture overrides and render type customization.展开版本: 3.0.11支持游戏: 1.18.2类型:FabricRelease下载次数: 5azurelib forge 1.17.1azurelib-forge-1.17.1-3.0.11.jar下载3.0.11#Releasev3.0.11### Bug Fixes- Added Dynamic Model Renderers, a set of extendable classes with per-bone texture overrides and render type customization.展开版本: 3.0.11支持游戏: 1.17.1类型:ForgeRelease下载次数: 6azurelib fabric 1.17.1azurelib-fabric-1.17.1-3.0.11.jar下载3.0.11#Releasev3.0.11### Bug Fixes- Added Dynamic Model Renderers, a set of extendable classes with per-bone texture overrides and render type customization.展开版本: 3.0.11支持游戏: 1.17.1类型:FabricRelease下载次数: 6azurelib fabric 1.16.5azurelib-fabric-1.16.5-3.0.11.jar下载3.0.11#Releasev3.0.11### Bug Fixes- Added Dynamic Model Renderers, a set of extendable classes with per-bone texture overrides and render type customization.展开版本: 3.0.11支持游戏: 1.16.5类型:FabricRelease下载次数: 8azurelib forge 1.16.5azurelib-forge-1.16.5-3.0.11.jar下载3.0.11#Releasev3.0.11### Bug Fixes- Added Dynamic Model Renderers, a set of extendable classes with per-bone texture overrides and render type customization.展开版本: 3.0.11支持游戏: 1.16.5类型:ForgeRelease下载次数: 13azurelib fabric 1.15.2azurelib-fabric-1.15.2-3.0.11.jar下载3.0.11#Releasev3.0.11### Bug Fixes- Added Dynamic Model Renderers, a set of extendable classes with per-bone texture overrides and render type customization.展开版本: 3.0.11支持游戏: 1.15.2类型:FabricRelease下载次数: 4azurelib forge 1.15.2azurelib-forge-1.15.2-3.0.11.jar下载3.0.11#Releasev3.0.11### Bug Fixes- Added Dynamic Model Renderers, a set of extendable classes with per-bone texture overrides and render type customization.展开版本: 3.0.11支持游戏: 1.15.2类型:ForgeRelease下载次数: 6azurelib neoforge 1.21.1azurelib-neo-1.21.1-3.0.23.jar下载3.0.23#Releasev3.0.23### 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.展开版本: 3.0.23支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 4,438azurelib fabric 1.21.1azurelib-fabric-1.21.1-3.0.23.jar下载3.0.23#Releasev3.0.23### 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.展开版本: 3.0.23支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 2,057azurelib forge 1.19.4azurelib-forge-1.19.4-3.0.10.jar下载3.0.10#Releasev3.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.展开版本: 3.0.10支持游戏: 1.19.4类型:ForgeRelease下载次数: 21azurelib forge 1.20.1azurelib-neo-1.20.1-3.0.11.jar下载3.0.11#Releasev3.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.展开版本: 3.0.11支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 22,448azurelib fabric 1.20.1azurelib-fabric-1.20.1-3.0.11.jar下载3.0.11#Releasev3.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.展开版本: 3.0.11支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 18,261azurelib fabric 1.19.4azurelib-fabric-1.19.4-3.0.10.jar下载3.0.10#Releasev3.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.展开版本: 3.0.10支持游戏: 1.19.4类型:FabricRelease下载次数: 9azurelib forge 1.19.2azurelib-forge-1.19.2-3.0.10.jar下载3.0.10#Releasev3.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.展开版本: 3.0.10支持游戏: 1.19.2类型:ForgeRelease下载次数: 177azurelib fabric 1.19.2azurelib-fabric-1.19.2-3.0.10.jar下载3.0.10#Releasev3.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.展开版本: 3.0.10支持游戏: 1.19.2类型:FabricRelease下载次数: 60azurelib forge 1.18.2azurelib-forge-1.18.2-3.0.10.jar下载3.0.10#Releasev3.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.展开版本: 3.0.10支持游戏: 1.18.2类型:ForgeRelease下载次数: 41azurelib fabric 1.18.2azurelib-fabric-1.18.2-3.0.10.jar下载3.0.10#Releasev3.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.展开版本: 3.0.10支持游戏: 1.18.2类型:FabricRelease下载次数: 6azurelib forge 1.17.1azurelib-forge-1.17.1-3.0.10.jar下载3.0.10#Releasev3.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.展开版本: 3.0.10支持游戏: 1.17.1类型:ForgeRelease下载次数: 4azurelib fabric 1.17.1azurelib-fabric-1.17.1-3.0.10.jar下载3.0.10#Releasev3.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.展开版本: 3.0.10支持游戏: 1.17.1类型:FabricRelease下载次数: 4azurelib fabric 1.16.5azurelib-fabric-1.16.5-3.0.10.jar下载3.0.10#Releasev3.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.展开版本: 3.0.10支持游戏: 1.16.5类型:FabricRelease下载次数: 7azurelib forge 1.16.5azurelib-forge-1.16.5-3.0.10.jar下载3.0.10#Releasev3.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.展开版本: 3.0.10支持游戏: 1.16.5类型:ForgeRelease下载次数: 15azurelib forge 1.15.2azurelib-forge-1.15.2-3.0.10.jar下载3.0.10#Releasev3.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.展开版本: 3.0.10支持游戏: 1.15.2类型:ForgeRelease下载次数: 6azurelib fabric 1.15.2azurelib-fabric-1.15.2-3.0.10.jar下载3.0.10#Releasev3.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.展开版本: 3.0.10支持游戏: 1.15.2类型:FabricRelease下载次数: 5azurelib neoforge 1.21.1azurelib-neo-1.21.1-3.0.22.jar下载3.0.22#Releasev3.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 QueriesThe 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.展开版本: 3.0.22支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 579azurelib fabric 1.21.1azurelib-fabric-1.21.1-3.0.22.jar下载3.0.22#Releasev3.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 QueriesThe 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.展开版本: 3.0.22支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 349azurelib forge 1.20.1azurelib-neo-1.20.1-3.0.10.jar下载3.0.10#Releasev3.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 QueriesThe 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.展开版本: 3.0.10支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 1,901azurelib fabric 1.20.1azurelib-fabric-1.20.1-3.0.10.jar下载3.0.10#Releasev3.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 QueriesThe 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.展开版本: 3.0.10支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 931azurelib forge 1.19.4azurelib-forge-1.19.4-3.0.9.jar下载3.0.9#Releasev3.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 QueriesThe 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.展开版本: 3.0.9支持游戏: 1.19.4类型:ForgeRelease下载次数: 3azurelib fabric 1.19.4azurelib-fabric-1.19.4-3.0.9.jar下载3.0.9#Releasev3.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 QueriesThe 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.展开版本: 3.0.9支持游戏: 1.19.4类型:FabricRelease下载次数: 4azurelib forge 1.19.2azurelib-forge-1.19.2-3.0.9.jar下载3.0.9#Releasev3.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 QueriesThe 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.展开版本: 3.0.9支持游戏: 1.19.2类型:ForgeRelease下载次数: 110azurelib fabric 1.19.2azurelib-fabric-1.19.2-3.0.9.jar下载3.0.9#Releasev3.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 QueriesThe 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.展开版本: 3.0.9支持游戏: 1.19.2类型:FabricRelease下载次数: 13azurelib forge 1.18.2azurelib-forge-1.18.2-3.0.9.jar下载3.0.9#Releasev3.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 QueriesThe 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.展开版本: 3.0.9支持游戏: 1.18.2类型:ForgeRelease下载次数: 8azurelib fabric 1.18.2azurelib-fabric-1.18.2-3.0.9.jar下载3.0.9#Releasev3.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 QueriesThe 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.展开版本: 3.0.9支持游戏: 1.18.2类型:FabricRelease下载次数: 2azurelib forge 1.17.1azurelib-forge-1.17.1-3.0.9.jar下载3.0.9#Releasev3.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 QueriesThe 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.展开版本: 3.0.9支持游戏: 1.17.1类型:ForgeRelease下载次数: 4azurelib fabric 1.17.1azurelib-fabric-1.17.1-3.0.9.jar下载3.0.9#Releasev3.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 QueriesThe 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.展开版本: 3.0.9支持游戏: 1.17.1类型:FabricRelease下载次数: 3azurelib fabric 1.16.5azurelib-fabric-1.16.5-3.0.9.jar下载3.0.9#Releasev3.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 QueriesThe 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.展开版本: 3.0.9支持游戏: 1.16.5类型:FabricRelease下载次数: 4azurelib forge 1.16.5azurelib-forge-1.16.5-3.0.9.jar下载3.0.9#Releasev3.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 QueriesThe 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.展开版本: 3.0.9支持游戏: 1.16.5类型:ForgeRelease下载次数: 3azurelib fabric 1.15.2azurelib-fabric-1.15.2-3.0.9.jar下载3.0.9#Releasev3.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 QueriesThe 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.展开版本: 3.0.9支持游戏: 1.15.2类型:FabricRelease下载次数: 2azurelib forge 1.15.2azurelib-forge-1.15.2-3.0.9.jar下载3.0.9#Releasev3.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 QueriesThe 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.展开版本: 3.0.9支持游戏: 1.15.2类型:ForgeRelease下载次数: 2azurelib neoforge 1.21.1azurelib-neo-1.21.1-3.0.21.jar下载3.0.21#Releasev3.0.21- Excludes more MCreator mods with broken geo models (brutality, crazythings) that break things.- Adds a cap to adjustedTick on transitions.- Adds a logger and return to avoid crash when using a super high tick rate with transitions.展开版本: 3.0.21支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 7,295azurelib fabric 1.21.1azurelib-fabric-1.21.1-3.0.21.jar下载3.0.21#Releasev3.0.21- Excludes more MCreator mods with broken geo models (brutality, crazythings) that break things.- Adds a cap to adjustedTick on transitions.- Adds a logger and return to avoid crash when using a super high tick rate with transitions.展开版本: 3.0.21支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 7,899azurelib forge 1.20.1azurelib-neo-1.20.1-3.0.9.jar下载3.0.9#Releasev3.0.9- Excludes more MCreator mods with broken geo models (brutality, crazythings) that break things.- Adds a cap to adjustedTick on transitions.- Adds a logger and return to avoid crash when using a super high tick rate with transitions.展开版本: 3.0.9支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 28,074azurelib fabric 1.20.1azurelib-fabric-1.20.1-3.0.9.jar下载3.0.9#Releasev3.0.9- Excludes more MCreator mods with broken geo models (brutality, crazythings) that break things.- Adds a cap to adjustedTick on transitions.- Adds a logger and return to avoid crash when using a super high tick rate with transitions.展开版本: 3.0.9支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 18,772azurelib forge 1.20.1azurelib-neo-1.20.1-3.0.8.jar下载3.0.8#Releasev3.0.8- Item animation packets will now not send itself if the item doesn\'t animations setup properly via AzIdentityRegistry.展开版本: 3.0.8支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 34,975azurelib fabric 1.20.1azurelib-fabric-1.20.1-3.0.8.jar下载3.0.8#Releasev3.0.8- Item animation packets will now not send itself if the item doesn\'t animations setup properly via AzIdentityRegistry.展开版本: 3.0.8支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 68,760azurelib forge 1.19.4azurelib-forge-1.19.4-3.0.8.jar下载3.0.8#Releasev3.0.8- Item animation packets will now not send itself if the item doesn\'t animations setup properly via AzIdentityRegistry.展开版本: 3.0.8支持游戏: 1.19.4类型:ForgeRelease下载次数: 73azurelib fabric 1.19.4azurelib-fabric-1.19.4-3.0.8.jar下载3.0.8#Releasev3.0.8- Item animation packets will now not send itself if the item doesn\'t animations setup properly via AzIdentityRegistry.展开版本: 3.0.8支持游戏: 1.19.4类型:FabricRelease下载次数: 101azurelib forge 1.19.2azurelib-forge-1.19.2-3.0.8.jar下载3.0.8#Releasev3.0.8- Item animation packets will now not send itself if the item doesn\'t animations setup properly via AzIdentityRegistry.展开版本: 3.0.8支持游戏: 1.19.2类型:ForgeRelease下载次数: 1,202azurelib fabric 1.19.2azurelib-fabric-1.19.2-3.0.8.jar下载3.0.8#Releasev3.0.8- Item animation packets will now not send itself if the item doesn\'t animations setup properly via AzIdentityRegistry.展开版本: 3.0.8支持游戏: 1.19.2类型:FabricRelease下载次数: 436azurelib forge 1.18.2azurelib-forge-1.18.2-3.0.8.jar下载3.0.8#Releasev3.0.8- Item animation packets will now not send itself if the item doesn\'t animations setup properly via AzIdentityRegistry.展开版本: 3.0.8支持游戏: 1.18.2类型:ForgeRelease下载次数: 193azurelib fabric 1.18.2azurelib-fabric-1.18.2-3.0.8.jar下载3.0.8#Releasev3.0.8- Item animation packets will now not send itself if the item doesn\'t animations setup properly via AzIdentityRegistry.展开版本: 3.0.8支持游戏: 1.18.2类型:FabricRelease下载次数: 22azurelib forge 1.17.1azurelib-forge-1.17.1-3.0.8.jar下载3.0.8#Releasev3.0.8- Item animation packets will now not send itself if the item doesn\'t animations setup properly via AzIdentityRegistry.展开版本: 3.0.8支持游戏: 1.17.1类型:ForgeRelease下载次数: 9azurelib fabric 1.17.1azurelib-fabric-1.17.1-3.0.8.jar下载3.0.8#Releasev3.0.8- Item animation packets will now not send itself if the item doesn\'t animations setup properly via AzIdentityRegistry.展开版本: 3.0.8支持游戏: 1.17.1类型:FabricRelease下载次数: 8azurelib fabric 1.16.5azurelib-fabric-1.16.5-3.0.8.jar下载3.0.8#Releasev3.0.8- Item animation packets will now not send itself if the item doesn\'t animations setup properly via AzIdentityRegistry.展开版本: 3.0.8支持游戏: 1.16.5类型:FabricRelease下载次数: 47azurelib forge 1.16.5azurelib-forge-1.16.5-3.0.8.jar下载3.0.8#Releasev3.0.8- Item animation packets will now not send itself if the item doesn\'t animations setup properly via AzIdentityRegistry.展开版本: 3.0.8支持游戏: 1.16.5类型:ForgeRelease下载次数: 52azurelib forge 1.15.2azurelib-forge-1.15.2-3.0.8.jar下载3.0.8#Releasev3.0.8- Item animation packets will now not send itself if the item doesn\'t animations setup properly via AzIdentityRegistry.展开版本: 3.0.8支持游戏: 1.15.2类型:ForgeRelease下载次数: 8azurelib fabric 1.15.2azurelib-fabric-1.15.2-3.0.8.jar下载3.0.8#Releasev3.0.8- Item animation packets will now not send itself if the item doesn\'t animations setup properly via AzIdentityRegistry.展开版本: 3.0.8支持游戏: 1.15.2类型:FabricRelease下载次数: 7azurelib forge 1.20.1azurelib-neo-1.20.1-3.0.7.jar下载3.0.7#Releasev3.0.7- Resolves a crash from missing NBT data on AzureLib animated items.展开版本: 3.0.7支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 6,841azurelib fabric 1.20.1azurelib-fabric-1.20.1-3.0.7.jar下载3.0.7#Releasev3.0.7- Resolves a crash from missing NBT data on AzureLib animated items.展开版本: 3.0.7支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 15,773azurelib forge 1.19.4azurelib-forge-1.19.4-3.0.7.jar下载3.0.7#Releasev3.0.7- Resolves a crash from missing NBT data on AzureLib animated items.- Resolves a packet issue preventing item animations from working for the player using the item.展开版本: 3.0.7支持游戏: 1.19.4类型:ForgeRelease下载次数: 10azurelib fabric 1.19.4azurelib-fabric-1.19.4-3.0.7.jar下载3.0.7#Releasev3.0.7- Resolves a crash from missing NBT data on AzureLib animated items.展开版本: 3.0.7支持游戏: 1.19.4类型:FabricRelease下载次数: 23azurelib forge 1.19.2azurelib-forge-1.19.2-3.0.7.jar下载3.0.7#Releasev3.0.7- Resolves a crash from missing NBT data on AzureLib animated items.- Resolves a packet issue preventing item animations from working for the player using the item.展开版本: 3.0.7支持游戏: 1.19.2类型:ForgeRelease下载次数: 199azurelib fabric 1.19.2azurelib-fabric-1.19.2-3.0.7.jar下载3.0.7#Releasev3.0.7- Resolves a crash from missing NBT data on AzureLib animated items.展开版本: 3.0.7支持游戏: 1.19.2类型:FabricRelease下载次数: 60azurelib forge 1.18.2azurelib-forge-1.18.2-3.0.7.jar下载3.0.7#Releasev3.0.7- Resolves a crash from missing NBT data on AzureLib animated items.- Resolves a packet issue preventing item animations from working for the player using the item.展开版本: 3.0.7支持游戏: 1.18.2类型:ForgeRelease下载次数: 26azurelib fabric 1.18.2azurelib-fabric-1.18.2-3.0.7.jar下载3.0.7#Releasev3.0.7- Resolves a crash from missing NBT data on AzureLib animated items.展开版本: 3.0.7支持游戏: 1.18.2类型:FabricRelease下载次数: 8azurelib fabric 1.17.1azurelib-fabric-1.17.1-3.0.7.jar下载3.0.7#Releasev3.0.7- Resolves a crash from missing NBT data on AzureLib animated items.展开版本: 3.0.7支持游戏: 1.17.1类型:FabricRelease下载次数: 6azurelib forge 1.17.1azurelib-forge-1.17.1-3.0.7.jar下载3.0.7#Releasev3.0.7- Resolves a crash from missing NBT data on AzureLib animated items.- Resolves a packet issue preventing item animations from working for the player using the item.展开版本: 3.0.7支持游戏: 1.17.1类型:ForgeRelease下载次数: 8azurelib fabric 1.16.5azurelib-fabric-1.16.5-3.0.7.jar下载3.0.7#Releasev3.0.7- Resolves a crash from missing NBT data on AzureLib animated items.展开版本: 3.0.7支持游戏: 1.16.5类型:FabricRelease下载次数: 8azurelib forge 1.16.5azurelib-forge-1.16.5-3.0.7.jar下载3.0.7#Releasev3.0.7- Resolves a crash from missing NBT data on AzureLib animated items.展开版本: 3.0.7支持游戏: 1.16.5类型:ForgeRelease下载次数: 11azurelib fabric 1.15.2azurelib-fabric-1.15.2-3.0.7.jar下载3.0.7#Releasev3.0.7- Resolves a crash from missing NBT data on AzureLib animated items.展开版本: 3.0.7支持游戏: 1.15.2类型:FabricRelease下载次数: 6azurelib forge 1.15.2azurelib-forge-1.15.2-3.0.7.jar下载3.0.7#Releasev3.0.7- Resolves a crash from missing NBT data on AzureLib animated items.展开版本: 3.0.7支持游戏: 1.15.2类型:ForgeRelease下载次数: 7azurelib forge 1.20.1azurelib-neo-1.20.1-3.0.6.jar下载3.0.6#Releasev3.0.6- Resolves an edge crash with comparing two NBTs when grabbing creative menu AzLib items.展开版本: 3.0.6支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 113,865azurelib fabric 1.20.1azurelib-fabric-1.20.1-3.0.6.jar下载3.0.6#Releasev3.0.6- Resolves an edge crash with comparing two NBTs when grabbing creative menu AzLib items.展开版本: 3.0.6支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 38,402azurelib forge 1.19.4azurelib-forge-1.19.4-3.0.6.jar下载3.0.6#Releasev3.0.6- Resolves an edge crash with comparing two NBTs when grabbing creative menu AzLib items.展开版本: 3.0.6支持游戏: 1.19.4类型:ForgeRelease下载次数: 59azurelib fabric 1.19.4azurelib-fabric-1.19.4-3.0.6.jar下载3.0.6#Releasev3.0.6- Resolves an edge crash with comparing two NBTs when grabbing creative menu AzLib items.展开版本: 3.0.6支持游戏: 1.19.4类型:FabricRelease下载次数: 51azurelib forge 1.19.2azurelib-forge-1.19.2-3.0.6.jar下载3.0.6#Releasev3.0.6- Resolves an edge crash with comparing two NBTs when grabbing creative menu AzLib items.展开版本: 3.0.6支持游戏: 1.19.2类型:ForgeRelease下载次数: 770azurelib fabric 1.19.2azurelib-fabric-1.19.2-3.0.6.jar下载3.0.6#Releasev3.0.6- Resolves an edge crash with comparing two NBTs when grabbing creative menu AzLib items.展开版本: 3.0.6支持游戏: 1.19.2类型:FabricRelease下载次数: 278azurelib forge 1.18.2azurelib-forge-1.18.2-3.0.6.jar下载3.0.6#Releasev3.0.6- Resolves an edge crash with comparing two NBTs when grabbing creative menu AzLib items.展开版本: 3.0.6支持游戏: 1.18.2类型:ForgeRelease下载次数: 111azurelib fabric 1.18.2azurelib-fabric-1.18.2-3.0.6.jar下载3.0.6#Releasev3.0.6- Resolves an edge crash with comparing two NBTs when grabbing creative menu AzLib items.展开版本: 3.0.6支持游戏: 1.18.2类型:FabricRelease下载次数: 13azurelib forge 1.17.1azurelib-forge-1.17.1-3.0.6.jar下载3.0.6#Releasev3.0.6- Resolves an edge crash with comparing two NBTs when grabbing creative menu AzLib items.展开版本: 3.0.6支持游戏: 1.17.1类型:ForgeRelease下载次数: 8azurelib fabric 1.17.1azurelib-fabric-1.17.1-3.0.6.jar下载3.0.6#Releasev3.0.6- Resolves an edge crash with comparing two NBTs when grabbing creative menu AzLib items.展开版本: 3.0.6支持游戏: 1.17.1类型:FabricRelease下载次数: 9azurelib fabric 1.16.5azurelib-fabric-1.16.5-3.0.6.jar下载3.0.6#Releasev3.0.6- Resolves an edge crash with comparing two NBTs when grabbing creative menu AzLib items.展开版本: 3.0.6支持游戏: 1.16.5类型:FabricRelease下载次数: 21azurelib forge 1.16.5azurelib-forge-1.16.5-3.0.6.jar下载3.0.6#Releasev3.0.6- Resolves an edge crash with comparing two NBTs when grabbing creative menu AzLib items.展开版本: 3.0.6支持游戏: 1.16.5类型:ForgeRelease下载次数: 37azurelib forge 1.15.2azurelib-forge-1.15.2-3.0.6.jar下载3.0.6#Releasev3.0.6- Resolves an edge crash with comparing two NBTs when grabbing creative menu AzLib items.展开版本: 3.0.6支持游戏: 1.15.2类型:ForgeRelease下载次数: 9azurelib fabric 1.15.2azurelib-fabric-1.15.2-3.0.6.jar下载3.0.6#Releasev3.0.6- Resolves an edge crash with comparing two NBTs when grabbing creative menu AzLib items.展开版本: 3.0.6支持游戏: 1.15.2类型:FabricRelease下载次数: 8azurelib forge 1.15.2azurelib-forge-1.15.2-3.0.5.jar下载3.0.5#Releasev3.0.5- Fixes item stacking on non-azurelib identity registered items.展开版本: 3.0.5支持游戏: 1.15.2类型:ForgeRelease下载次数: 27azurelib fabric 1.15.2azurelib-fabric-1.15.2-3.0.5.jar下载3.0.5#Releasev3.0.5- Fixes item stacking on non-azurelib identity registered items.展开版本: 3.0.5支持游戏: 1.15.2类型:FabricRelease下载次数: 10azurelib fabric 1.16.5azurelib-fabric-1.16.5-3.0.5.jar下载3.0.5#Releasev3.0.5- Fixes item stacking on non-azurelib identity registered items.展开版本: 3.0.5支持游戏: 1.16.5类型:FabricRelease下载次数: 8azurelib forge 1.16.5azurelib-forge-1.16.5-3.0.5.jar下载3.0.5#Releasev3.0.5- Fixes item stacking on non-azurelib identity registered items.展开版本: 3.0.5支持游戏: 1.16.5类型:ForgeRelease下载次数: 10azurelib forge 1.17.1azurelib-forge-1.17.1-3.0.5.jar下载3.0.5#Releasev3.0.5- Fixes item stacking on non-azurelib identity registered items.展开版本: 3.0.5支持游戏: 1.17.1类型:ForgeRelease下载次数: 6azurelib fabric 1.17.1azurelib-fabric-1.17.1-3.0.5.jar下载3.0.5#Releasev3.0.5- Fixes item stacking on non-azurelib identity registered items.展开版本: 3.0.5支持游戏: 1.17.1类型:FabricRelease下载次数: 7azurelib forge 1.18.2azurelib-forge-1.18.2-3.0.5.jar下载3.0.5#Releasev3.0.5- Fixes item stacking on non-azurelib identity registered items.展开版本: 3.0.5支持游戏: 1.18.2类型:ForgeRelease下载次数: 38azurelib fabric 1.18.2azurelib-fabric-1.18.2-3.0.5.jar下载3.0.5#Releasev3.0.5- Fixes item stacking on non-azurelib identity registered items.展开版本: 3.0.5支持游戏: 1.18.2类型:FabricRelease下载次数: 7azurelib forge 1.19.2azurelib-forge-1.19.2-3.0.5.jar下载3.0.5#Releasev3.0.5- Fixes item stacking on non-azurelib identity registered items.展开版本: 3.0.5支持游戏: 1.19.2类型:ForgeRelease下载次数: 46azurelib fabric 1.19.2azurelib-fabric-1.19.2-3.0.5.jar下载3.0.5#Releasev3.0.5- Fixes item stacking on non-azurelib identity registered items.展开版本: 3.0.5支持游戏: 1.19.2类型:FabricRelease下载次数: 20azurelib forge 1.19.4azurelib-forge-1.19.4-3.0.5.jar下载3.0.5#Releasev3.0.5- Fixes item stacking on non-azurelib identity registered items.展开版本: 3.0.5支持游戏: 1.19.4类型:ForgeRelease下载次数: 8azurelib fabric 1.19.4azurelib-fabric-1.19.4-3.0.5.jar下载3.0.5#Releasev3.0.5- Fixes item stacking on non-azurelib identity registered items.展开版本: 3.0.5支持游戏: 1.19.4类型:FabricRelease下载次数: 11azurelib fabric 1.20.1azurelib-fabric-1.20.1-3.0.5.jar下载3.0.5#Releasev3.0.5- Fixes item stacking on non-azurelib identity registered items.展开版本: 3.0.5支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 1,663azurelib forge 1.20.1azurelib-neo-1.20.1-3.0.5.jar下载3.0.5#Releasev3.0.5- Fixes item stacking on non-azurelib identity registered items.展开版本: 3.0.5支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 2,793azurelib forge 1.20.1azurelib-neo-1.20.1-3.0.4.jar下载3.0.4#Releasev3.0.4- Ports missing animations including feature to 3.x.- See wiki here for documentation on this feature: https://moddedmc.wiki/en/project/azurelib/docs/misc/animation_includes展开版本: 3.0.4支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 817azurelib fabric 1.20.1azurelib-fabric-1.20.1-3.0.4.jar下载3.0.4#Releasev3.0.4- Ports missing animations including feature to 3.x.- See wiki here for documentation on this feature: https://moddedmc.wiki/en/project/azurelib/docs/misc/animation_includes展开版本: 3.0.4支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 451azurelib forge 1.19.4azurelib-forge-1.19.4-3.0.4.jar下载3.0.4#Releasev3.0.4- Ports missing animations including feature to 3.x.- See wiki here for documentation on this feature: https://moddedmc.wiki/en/project/azurelib/docs/misc/animation_includes展开版本: 3.0.4支持游戏: 1.19.4类型:ForgeRelease下载次数: 8azurelib fabric 1.19.4azurelib-fabric-1.19.4-3.0.4.jar下载3.0.4#Releasev3.0.4- Ports missing animations including feature to 3.x.- See wiki here for documentation on this feature: https://moddedmc.wiki/en/project/azurelib/docs/misc/animation_includes展开版本: 3.0.4支持游戏: 1.19.4类型:FabricRelease下载次数: 7azurelib forge 1.19.2azurelib-forge-1.19.2-3.0.4.jar下载3.0.4#Releasev3.0.4- Ports missing animations including feature to 3.x.- See wiki here for documentation on this feature: https://moddedmc.wiki/en/project/azurelib/docs/misc/animation_includes展开版本: 3.0.4支持游戏: 1.19.2类型:ForgeRelease下载次数: 18azurelib fabric 1.19.2azurelib-fabric-1.19.2-3.0.4.jar下载3.0.4#Releasev3.0.4- Ports missing animations including feature to 3.x.- See wiki here for documentation on this feature: https://moddedmc.wiki/en/project/azurelib/docs/misc/animation_includes展开版本: 3.0.4支持游戏: 1.19.2类型:FabricRelease下载次数: 21azurelib fabric 1.18.2azurelib-fabric-1.18.2-3.0.4.jar下载3.0.4#Releasev3.0.4- Ports missing animations including feature to 3.x.- See wiki here for documentation on this feature: https://moddedmc.wiki/en/project/azurelib/docs/misc/animation_includes展开版本: 3.0.4支持游戏: 1.18.2类型:FabricRelease下载次数: 7azurelib forge 1.18.2azurelib-forge-1.18.2-3.0.4.jar下载3.0.4#Releasev3.0.4- Ports missing animations including feature to 3.x.- See wiki here for documentation on this feature: https://moddedmc.wiki/en/project/azurelib/docs/misc/animation_includes展开版本: 3.0.4支持游戏: 1.18.2类型:ForgeRelease下载次数: 7azurelib fabric 1.17.1azurelib-fabric-1.17.1-3.0.4.jar下载3.0.4#Releasev3.0.4- Ports missing animations including feature to 3.x.- See wiki here for documentation on this feature: https://moddedmc.wiki/en/project/azurelib/docs/misc/animation_includes展开版本: 3.0.4支持游戏: 1.17.1类型:FabricRelease下载次数: 9azurelib forge 1.17.1azurelib-forge-1.17.1-3.0.4.jar下载3.0.4#Releasev3.0.4- Ports missing animations including feature to 3.x.- See wiki here for documentation on this feature: https://moddedmc.wiki/en/project/azurelib/docs/misc/animation_includes展开版本: 3.0.4支持游戏: 1.17.1类型:ForgeRelease下载次数: 7azurelib fabric 1.16.5azurelib-fabric-1.16.5-3.0.4.jar下载3.0.4#Releasev3.0.4- Ports missing animations including feature to 3.x.- See wiki here for documentation on this feature: https://moddedmc.wiki/en/project/azurelib/docs/misc/animation_includes展开版本: 3.0.4支持游戏: 1.16.5类型:FabricRelease下载次数: 4azurelib forge 1.16.5azurelib-forge-1.16.5-3.0.4.jar下载3.0.4#Releasev3.0.4- Ports missing animations including feature to 3.x.- See wiki here for documentation on this feature: https://moddedmc.wiki/en/project/azurelib/docs/misc/animation_includes展开版本: 3.0.4支持游戏: 1.16.5类型:ForgeRelease下载次数: 5azurelib forge 1.15.2azurelib-forge-1.15.2-3.0.4.jar下载3.0.4#Releasev3.0.4- Ports missing animations including feature to 3.x.- See wiki here for documentation on this feature: https://moddedmc.wiki/en/project/azurelib/docs/misc/animation_includes展开版本: 3.0.4支持游戏: 1.15.2类型:ForgeRelease下载次数: 5azurelib fabric 1.15.2azurelib-fabric-1.15.2-3.0.1.jar下载3.0.1#Releasev3.0.1- Ports missing animations including feature to 3.x.- See wiki here for documentation on this feature: https://moddedmc.wiki/en/project/azurelib/docs/misc/animation_includes展开版本: 3.0.1支持游戏: 1.15.2类型:FabricRelease下载次数: 4azurelib fabric 1.21.1azurelib-fabric-1.21.1-3.0.20.jar下载3.0.20#Releasev3.0.20- Ports missing animations including feature to 3.x.- See wiki here for documentation on this feature: https://moddedmc.wiki/en/project/azurelib/docs/misc/animation_includes展开版本: 3.0.20支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 28,595azurelib neoforge 1.21.1azurelib-neo-1.21.1-3.0.20.jar下载3.0.20#Releasev3.0.20- Ports missing animations including feature to 3.x.- See wiki here for documentation on this feature: https://moddedmc.wiki/en/project/azurelib/docs/misc/animation_includes展开版本: 3.0.20支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 45,116azurelib fabric 1.15.2azurelib-fabric-1.15.2-3.0.0.jar下载3.0.0#Releasev3.0.0- Port of Azurelib 3.x.展开版本: 3.0.0支持游戏: 1.15.2类型:FabricRelease下载次数: 22AzureLib 3.0.3azurelib-neo-1.20.1-3.0.3.jar下载3.0.3#Releasev3.0.3- Fixes crash due to Java generics and lambdas.展开版本: 3.0.3支持游戏: 1.20.1类型:ForgeRelease下载次数: 7,445AzureLib 3.0.3azurelib-forge-1.19.4-3.0.3.jar下载3.0.3#Releasev3.0.3- Fixes crash due to Java generics and lambdas.展开版本: 3.0.3支持游戏: 1.19.4类型:ForgeRelease下载次数: 13AzureLib 3.0.3azurelib-forge-1.19.2-3.0.3.jar下载3.0.3#Releasev3.0.3- Fixes crash due to Java generics and lambdas.展开版本: 3.0.3支持游戏: 1.19.2类型:ForgeRelease下载次数: 83AzureLib 3.0.3azurelib-forge-1.18.2-3.0.3.jar下载3.0.3#Releasev3.0.3- Fixes crash due to Java generics and lambdas.展开版本: 3.0.3支持游戏: 1.18.2类型:ForgeRelease下载次数: 53AzureLib 3.0.3azurelib-forge-1.18.2-3.0.3.jar下载3.0.3#Releasev3.0.3- Fixes crash due to Java generics and lambdas.展开版本: 3.0.3支持游戏: 1.18.2类型:ForgeRelease下载次数: 3azurelib fabric 1.21.1azurelib-fabric-1.21.1-3.0.19.jar下载3.0.19#Releasev3.0.19- Fixes crash due to Java generics and lambdas.展开版本: 3.0.19支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 666azurelib neoforge 1.21.1azurelib-neo-1.21.1-3.0.19.jar下载3.0.19#Releasev3.0.19- Fixes crash due to Java generics and lambdas.展开版本: 3.0.19支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 751azurelib fabric 1.20.1azurelib-fabric-1.20.1-3.0.3.jar下载3.0.3#Releasev3.0.3- Fixes crash due to Java generics and lambdas.展开版本: 3.0.3支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 2,512azurelib fabric 1.19.4azurelib-fabric-1.19.4-3.0.3.jar下载3.0.3#Releasev3.0.3- Fixes crash due to Java generics and lambdas.展开版本: 3.0.3支持游戏: 1.19.4类型:FabricRelease下载次数: 15azurelib fabric 1.19.2azurelib-fabric-1.19.2-3.0.3.jar下载3.0.3#Releasev3.0.3- Fixes crash due to Java generics and lambdas.展开版本: 3.0.3支持游戏: 1.19.2类型:FabricRelease下载次数: 39azurelib fabric 1.18.2azurelib-fabric-1.18.2-3.0.3.jar下载3.0.3#Releasev3.0.3- Fixes crash due to Java generics and lambdas.展开版本: 3.0.3支持游戏: 1.18.2类型:FabricRelease下载次数: 5azurelib fabric 1.17.1azurelib-fabric-1.17.1-3.0.3.jar下载3.0.3#Releasev3.0.3- Fixes crash due to Java generics and lambdas.展开版本: 3.0.3支持游戏: 1.17.1类型:FabricRelease下载次数: 5azurelib forge 1.17.1azurelib-forge-1.17.1-3.0.3.jar下载3.0.3#Releasev3.0.3- Fixes crash due to Java generics and lambdas.展开版本: 3.0.3支持游戏: 1.17.1类型:ForgeRelease下载次数: 5azurelib fabric 1.16.5azurelib-fabric-1.16.5-3.0.3.jar下载3.0.3#Releasev3.0.3- Fixes crash due to Java generics and lambdas.展开版本: 3.0.3支持游戏: 1.16.5类型:FabricRelease下载次数: 6azurelib forge 1.16.5azurelib-forge-1.16.5-3.0.3.jar下载3.0.3#Releasev3.0.3- Fixes crash due to Java generics and lambdas.展开版本: 3.0.3支持游戏: 1.16.5类型:ForgeRelease下载次数: 10azurelib forge 1.15.2azurelib-forge-1.15.2-3.0.2.jar下载3.0.2#Releasev3.0.3- Fixes crash due to Java generics and lambdas.展开版本: 3.0.2支持游戏: 1.15.2类型:ForgeRelease下载次数: 9neo 3.0.1azurelib-neo-1.20.1-3.0.1.jar下载3.0.1#Releasev3.0.1- Fixes crash with Identity registry mixin with some mods.- Fixes crash with jar-in-jar MixinExtras for Forge.展开版本: 3.0.1支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 587fabric 3.0.1azurelib-fabric-1.20.1-3.0.1.jar下载3.0.1#Releasev3.0.1- Fixes crash with Identity registry mixin with some mods.- Fixes crash with jar-in-jar MixinExtras for Forge.展开版本: 3.0.1支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 327azurelib-forge-1.19.4 3.0.1azurelib-forge-1.19.4-3.0.1-slim.jar下载3.0.1#Releasev3.0.1- Fixes crash with Identity registry mixin with some mods.- Fixes crash with jar-in-jar MixinExtras.展开版本: 3.0.1支持游戏: 1.19.4类型:ForgeRelease下载次数: 7azurelib-fabric-1.19.4 3.0.1azurelib-fabric-1.19.4-3.0.1.jar下载3.0.1#Releasev3.0.1- Fixes crash with Identity registry mixin with some mods.展开版本: 3.0.1支持游戏: 1.19.4类型:FabricRelease下载次数: 6azurelib-forge-1.19.2 3.0.1azurelib-forge-1.19.2-3.0.1-slim.jar下载3.0.1#Releasev3.0.1- Fixes crash with Identity registry mixin with some mods.- Fixes crash with jar-in-jar MixinExtras.展开版本: 3.0.1支持游戏: 1.19.2类型:ForgeRelease下载次数: 17azurelib-fabric-1.19.2 3.0.1azurelib-fabric-1.19.2-3.0.1.jar下载3.0.1#Releasev3.0.1- Fixes crash with Identity registry mixin with some mods.展开版本: 3.0.1支持游戏: 1.19.2类型:FabricRelease下载次数: 9azurelib-forge-1.18.2 3.0.1azurelib-forge-1.18.2-3.0.1-slim.jar下载3.0.1#Releasev3.0.1- Fixes crash with Identity registry mixin with some mods.- Fixes crash with jar-in-jar MixinExtras.展开版本: 3.0.1支持游戏: 1.18.2类型:ForgeRelease下载次数: 7azurelib-fabric-1.18.2 3.0.1azurelib-fabric-1.18.2-3.0.1.jar下载3.0.1#Releasev3.0.1- Fixes crash with Identity registry mixin with some mods.展开版本: 3.0.1支持游戏: 1.18.2类型:FabricRelease下载次数: 5azurelib-fabric-1.17.1 3.0.1azurelib-fabric-1.17.1-3.0.1.jar下载3.0.1#Releasev3.0.1- Fixes crash with Identity registry mixin with some mods.展开版本: 3.0.1支持游戏: 1.17.1类型:FabricRelease下载次数: 6azurelib-forge-1.17.1 3.0.1azurelib-forge-1.17.1-3.0.1.jar下载3.0.1#Releasev3.0.1- Fixes crash with Identity registry mixin with some mods.展开版本: 3.0.1支持游戏: 1.17.1类型:ForgeRelease下载次数: 8azurelib-fabric-1.16.5 3.0.1azurelib-fabric-1.16.5-3.0.1.jar下载3.0.1#Releasev3.0.1- Fixes crash with Identity registry mixin with some mods.展开版本: 3.0.1支持游戏: 1.16.5类型:FabricRelease下载次数: 5azurelib-forge-1.16.5 3.0.1azurelib-forge-1.16.5-3.0.1.jar下载3.0.1#Releasev3.0.1- Fixes crash with Identity registry mixin with some mods.展开版本: 3.0.1支持游戏: 1.16.5类型:ForgeRelease下载次数: 7azurelib-forge-1.15.2-3.0.1.jarazurelib-forge-1.15.2-3.0.1.jar下载3.0.1#Releasev3.0.1- Fixes crash with Identity registry mixin with some mods.展开版本: 3.0.1支持游戏: 1.15.2类型:ForgeRelease下载次数: 6fabric 3.0.0azurelib-fabric-1.20.1-3.0.0.jar下载3.0.0#Releasev3.0.0- Complete backport of AzureLib 3.x, please see: https://moddedmc.wiki/en/project/azurelib/docs Updating Guide for updating to this version.展开版本: 3.0.0支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 1,050azurelib-fabric-1.19.4 3.0.0azurelib-fabric-1.19.4-3.0.0.jar下载3.0.0#Releasev3.0.0- Complete backport of AzureLib 3.x, please see: https://moddedmc.wiki/en/project/azurelib/docs Updating Guide for updating to this version.展开版本: 3.0.0支持游戏: 1.19.4类型:FabricRelease下载次数: 9azurelib-fabric-1.19.2 3.0.0azurelib-fabric-1.19.2-3.0.0.jar下载3.0.0#Releasev3.0.0- Complete backport of AzureLib 3.x, please see: https://moddedmc.wiki/en/project/azurelib/docs Updating Guide for updating to this version.展开版本: 3.0.0支持游戏: 1.19.2类型:FabricRelease下载次数: 17azurelib-fabric-1.18.2 3.0.0azurelib-fabric-1.18.2-3.0.0.jar下载3.0.0#Releasev3.0.0- Complete backport of AzureLib 3.x, please see: https://moddedmc.wiki/en/project/azurelib/docs Updating Guide for updating to this version.展开版本: 3.0.0支持游戏: 1.18.2类型:FabricRelease下载次数: 6azurelib-fabric-1.17.1 3.0.0azurelib-fabric-1.17.1-3.0.0.jar下载3.0.0#Releasev3.0.0- Complete backport of AzureLib 3.x, please see: https://moddedmc.wiki/en/project/azurelib/docs Updating Guide for updating to this version.展开版本: 3.0.0支持游戏: 1.17.1类型:FabricRelease下载次数: 6azurelib-forge-1.17.1 3.0.0azurelib-forge-1.17.1-3.0.0.jar下载3.0.0#Releasev3.0.0- Complete backport of AzureLib 3.x, please see: https://moddedmc.wiki/en/project/azurelib/docs Updating Guide for updating to this version.展开版本: 3.0.0支持游戏: 1.17.1类型:ForgeRelease下载次数: 48azurelib-fabric-1.16.5 3.0.0azurelib-fabric-1.16.5-3.0.0.jar下载3.0.0#Releasev3.0.0- Complete backport of AzureLib 3.x, please see: https://moddedmc.wiki/en/project/azurelib/docs Updating Guide for updating to this version.展开版本: 3.0.0支持游戏: 1.16.5类型:FabricRelease下载次数: 5azurelib-forge-1.16.5 3.0.0azurelib-forge-1.16.5-3.0.0.jar下载3.0.0#Releasev3.0.0- Complete backport of AzureLib 3.x, please see: https://moddedmc.wiki/en/project/azurelib/docs Updating Guide for updating to this version.展开版本: 3.0.0支持游戏: 1.16.5类型:ForgeRelease下载次数: 8azurelib-forge-1.15.2 3.0.0azurelib-forge-1.15.2-3.0.0.jar下载3.0.0#Releasev3.0.0- Complete backport of AzureLib 3.x, please see: https://moddedmc.wiki/en/project/azurelib/docs Updating Guide for updating to this version.展开版本: 3.0.0支持游戏: 1.15.2类型:ForgeRelease下载次数: 12fabric 3.0.18azurelib-fabric-1.21.1-3.0.18.jar下载3.0.18#Releasev3.0.18- Fixes ShoulderSurfing compat causing other instances of the armor to also go transparent- Adds a builder option for setting Shadow radius展开版本: 3.0.18支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 929neo 3.0.18azurelib-neo-1.21.1-3.0.18.jar下载3.0.18#Releasev3.0.18- Fixes ShoulderSurfing compat causing other instances of the armor to also go transparent- Adds a builder option for setting Shadow radius展开版本: 3.0.18支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 3,622fabric 3.0.17azurelib-fabric-1.21.1-3.0.17.jar下载3.0.17#Releasev3.0.17- Adds builder support for Alpha, fixing shader issue from previous update. Thanks daedelus_dev for the fix!- Fixes scale not working for builders.- Adds scale builders with context of the entity being rendered.展开版本: 3.0.17支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 334neo 3.0.17azurelib-neo-1.21.1-3.0.17.jar下载3.0.17#Releasev3.0.17- Adds builder support for Alpha, fixing shader issue from previous update. Thanks daedelus_dev for the fix!- Fixes scale not working for builders.- Adds scale builders with context of the entity being rendered.展开版本: 3.0.17支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 508fabric 3.0.16azurelib-fabric-1.21.1-3.0.16.jar下载3.0.16#Releasev3.0.16- Adds Shoulder Surfing support for armor.展开版本: 3.0.16支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 243neo 3.0.16azurelib-neo-1.21.1-3.0.16.jar下载3.0.16#Releasev3.0.16- Adds Shoulder Surfing support for armor.展开版本: 3.0.16支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 352fabric 3.0.15azurelib-fabric-1.21.1-3.0.15.jar下载3.0.15#Releasev3.0.15- Now properly hide player outlayers on equipping armor.展开版本: 3.0.15支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 9,196neo 3.0.15azurelib-neo-1.21.1-3.0.15.jar下载3.0.15#Releasev3.0.15- Now properly hide player outlayers on equipping armor.展开版本: 3.0.15支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 2,055neo 3.0.14azurelib-neo-1.21.1-3.0.14.jar下载3.0.14#Releasev3.0.14- Fixed AzID being copied to a new stack on menu creation, now ensures each item stack has it\'s own Az_ID.展开版本: 3.0.14支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 1,575fabric 3.0.14azurelib-fabric-1.21.1-3.0.14.jar下载3.0.14#Releasev3.0.14- Fixed AzID being copied to a new stack on menu creation, now ensures each item stack has it\'s own Az_ID.展开版本: 3.0.14支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 654fabric 3.0.13azurelib-fabric-1.21.1-3.0.13.jar下载3.0.13#Releasev3.0.13- Added log for when missing _glowmask texture when using auto glow layer.- Fixes animated textures being broken.- Fixes animated textures not working with glowmask layers.展开版本: 3.0.13支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 16,077neo 3.0.13azurelib-neo-1.21.1-3.0.13.jar下载3.0.13#Releasev3.0.13- Added log for when missing _glowmask texture when using auto glow layer.- Fixes animated textures being broken.- Fixes animated textures not working with glowmask layers.展开版本: 3.0.13支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 12,092neo 3.0.11azurelib-neo-1.21.1-3.0.11.jar下载3.0.11#Releasev3.0.11- Fixes https://github.com/Sinytra/ItemAssetExporterMod/issues/4v3.0.10- Creates ru_ru translation - mpustovoi- Add CustomModelData support to AzArmorRendererRegistry - RazorPlay01v3.0.9- Fixed AzArmorLayer for vanilla armor rendering. WIP on AzArmor rendering as it\'s being weirdv3.0.8- Fixed AzureNavigation causing stuck pathfinding.v3.0.7- Add animatable to various methods in AzBlockAndItemLayer for better support.v3.0.6- Fixes Block Entity render being off centered.v3.0.5- Changes a few Builder options from protected to public- Adds support for q.* Molang.v3.0.4- Fixes useNewOffset for items not working when used.v3.0.3- Fixes setRenderType issue caused by last update.v3.0.2- Implement preRenderEntry and postRenderEntry call backs to RenderConfigs, allowing you to inject code into the preRender and postRender stages.v3.0.1- Fixes a packet issue with calling cancelAll on an AzCommand from the server.- Implement getRenderType to RenderConfigs, as to make changing the render type easier.v3.0.0- Rewrite Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/entities- No longer have to supply a cache.- No longer have to use a GeoEnity interface.- Rewrite Item animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/items- Fixes issue with Item animations not working the first time due to missing NBT tag check.- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzItemRendererRegistry#register.- Rewrite Block Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/blockentities- No longer have to supply a cache.- No longer have to use a GeoEntity interface.- Rewrite Armor animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/armor- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzArmorRendererRegistry#register.- Animations are now done fully using a trigger animation call from the Az<Type>Animator.- New system fixes Animations not firing properly on Items on first use.- You have to now register your item in your mods onInitialize for Fabric and NeoForges FMLCommonSetupEvent using AzIdentityRegistry#register- AzIdentityRegistry#register can take 1 item or multiple if you have a lot of item.- New system fixes Aniamtions not pausing correctly when in singleplayer. (Old system/Geckolib \"pauses\" it but it still ticks so doesn\'t hold the animations spot properly)- New system fixes Animation triggers not working with armors.- New system shows about a 40% drop in memory usage compared to old systems/Azurelib.- Move to new Az Naming scheme from Geo- Fixes crash with Minecolonies when using new render.# Known issues- PLAY_ONCE animations have an odd bug with bones resetting in between triggers.展开版本: 3.0.11支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 6,236fabric 3.0.11azurelib-fabric-1.21.1-3.0.11.jar下载3.0.11#Releasev3.0.11- Fixes https://github.com/Sinytra/ItemAssetExporterMod/issues/4v3.0.10- Creates ru_ru translation - mpustovoi- Add CustomModelData support to AzArmorRendererRegistry - RazorPlay01v3.0.9- Fixed AzArmorLayer for vanilla armor rendering. WIP on AzArmor rendering as it\'s being weirdv3.0.8- Fixed AzureNavigation causing stuck pathfinding.v3.0.7- Add animatable to various methods in AzBlockAndItemLayer for better support.v3.0.6- Fixes Block Entity render being off centered.v3.0.5- Changes a few Builder options from protected to public- Adds support for q.* Molang.v3.0.4- Fixes useNewOffset for items not working when used.v3.0.3- Fixes setRenderType issue caused by last update.v3.0.2- Implement preRenderEntry and postRenderEntry call backs to RenderConfigs, allowing you to inject code into the preRender and postRender stages.v3.0.1- Fixes a packet issue with calling cancelAll on an AzCommand from the server.- Implement getRenderType to RenderConfigs, as to make changing the render type easier.v3.0.0- Rewrite Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/entities- No longer have to supply a cache.- No longer have to use a GeoEnity interface.- Rewrite Item animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/items- Fixes issue with Item animations not working the first time due to missing NBT tag check.- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzItemRendererRegistry#register.- Rewrite Block Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/blockentities- No longer have to supply a cache.- No longer have to use a GeoEntity interface.- Rewrite Armor animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/armor- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzArmorRendererRegistry#register.- Animations are now done fully using a trigger animation call from the Az<Type>Animator.- New system fixes Animations not firing properly on Items on first use.- You have to now register your item in your mods onInitialize for Fabric and NeoForges FMLCommonSetupEvent using AzIdentityRegistry#register- AzIdentityRegistry#register can take 1 item or multiple if you have a lot of item.- New system fixes Aniamtions not pausing correctly when in singleplayer. (Old system/Geckolib \"pauses\" it but it still ticks so doesn\'t hold the animations spot properly)- New system fixes Animation triggers not working with armors.- New system shows about a 40% drop in memory usage compared to old systems/Azurelib.- Move to new Az Naming scheme from Geo- Fixes crash with Minecolonies when using new render.# Known issues- PLAY_ONCE animations have an odd bug with bones resetting in between triggers.展开版本: 3.0.11支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 14,045fabric 3.0.10azurelib-fabric-1.21.1-3.0.10.jar下载3.0.10#Releasev3.0.10- Creates ru_ru translation - mpustovoi- Add CustomModelData support to AzArmorRendererRegistry - RazorPlay01v3.0.9- Fixed AzArmorLayer for vanilla armor rendering. WIP on AzArmor rendering as it\'s being weirdv3.0.8- Fixed AzureNavigation causing stuck pathfinding.v3.0.7- Add animatable to various methods in AzBlockAndItemLayer for better support.v3.0.6- Fixes Block Entity render being off centered.v3.0.5- Changes a few Builder options from protected to public- Adds support for q.* Molang.v3.0.4- Fixes useNewOffset for items not working when used.v3.0.3- Fixes setRenderType issue caused by last update.v3.0.2- Implement preRenderEntry and postRenderEntry call backs to RenderConfigs, allowing you to inject code into the preRender and postRender stages.v3.0.1- Fixes a packet issue with calling cancelAll on an AzCommand from the server.- Implement getRenderType to RenderConfigs, as to make changing the render type easier.v3.0.0- Rewrite Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/entities- No longer have to supply a cache.- No longer have to use a GeoEnity interface.- Rewrite Item animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/items- Fixes issue with Item animations not working the first time due to missing NBT tag check.- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzItemRendererRegistry#register.- Rewrite Block Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/blockentities- No longer have to supply a cache.- No longer have to use a GeoEntity interface.- Rewrite Armor animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/armor- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzArmorRendererRegistry#register.- Animations are now done fully using a trigger animation call from the Az<Type>Animator.- New system fixes Animations not firing properly on Items on first use.- You have to now register your item in your mods onInitialize for Fabric and NeoForges FMLCommonSetupEvent using AzIdentityRegistry#register- AzIdentityRegistry#register can take 1 item or multiple if you have a lot of item.- New system fixes Aniamtions not pausing correctly when in singleplayer. (Old system/Geckolib \"pauses\" it but it still ticks so doesn\'t hold the animations spot properly)- New system fixes Animation triggers not working with armors.- New system shows about a 40% drop in memory usage compared to old systems/Azurelib.- Move to new Az Naming scheme from Geo- Fixes crash with Minecolonies when using new render.# Known issues- PLAY_ONCE animations have an odd bug with bones resetting in between triggers.展开版本: 3.0.10支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 584neo 3.0.10azurelib-neo-1.21.1-3.0.10.jar下载3.0.10#Releasev3.0.10- Creates ru_ru translation - mpustovoi- Add CustomModelData support to AzArmorRendererRegistry - RazorPlay01v3.0.9- Fixed AzArmorLayer for vanilla armor rendering. WIP on AzArmor rendering as it\'s being weirdv3.0.8- Fixed AzureNavigation causing stuck pathfinding.v3.0.7- Add animatable to various methods in AzBlockAndItemLayer for better support.v3.0.6- Fixes Block Entity render being off centered.v3.0.5- Changes a few Builder options from protected to public- Adds support for q.* Molang.v3.0.4- Fixes useNewOffset for items not working when used.v3.0.3- Fixes setRenderType issue caused by last update.v3.0.2- Implement preRenderEntry and postRenderEntry call backs to RenderConfigs, allowing you to inject code into the preRender and postRender stages.v3.0.1- Fixes a packet issue with calling cancelAll on an AzCommand from the server.- Implement getRenderType to RenderConfigs, as to make changing the render type easier.v3.0.0- Rewrite Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/entities- No longer have to supply a cache.- No longer have to use a GeoEnity interface.- Rewrite Item animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/items- Fixes issue with Item animations not working the first time due to missing NBT tag check.- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzItemRendererRegistry#register.- Rewrite Block Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/blockentities- No longer have to supply a cache.- No longer have to use a GeoEntity interface.- Rewrite Armor animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/armor- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzArmorRendererRegistry#register.- Animations are now done fully using a trigger animation call from the Az<Type>Animator.- New system fixes Animations not firing properly on Items on first use.- You have to now register your item in your mods onInitialize for Fabric and NeoForges FMLCommonSetupEvent using AzIdentityRegistry#register- AzIdentityRegistry#register can take 1 item or multiple if you have a lot of item.- New system fixes Aniamtions not pausing correctly when in singleplayer. (Old system/Geckolib \"pauses\" it but it still ticks so doesn\'t hold the animations spot properly)- New system fixes Animation triggers not working with armors.- New system shows about a 40% drop in memory usage compared to old systems/Azurelib.- Move to new Az Naming scheme from Geo- Fixes crash with Minecolonies when using new render.# Known issues- PLAY_ONCE animations have an odd bug with bones resetting in between triggers.展开版本: 3.0.10支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 548neo 3.0.9azurelib-neo-1.21.1-3.0.9.jar下载3.0.9#Releasev3.0.9- Fixed AzArmorLayer for vanilla armor rendering. WIP on AzArmor rendering as it\'s being weirdv3.0.8- Fixed AzureNavigation causing stuck pathfinding.v3.0.7- Add animatable to various methods in AzBlockAndItemLayer for better support.v3.0.6- Fixes Block Entity render being off centered.v3.0.5- Changes a few Builder options from protected to public- Adds support for q.* Molang.v3.0.4- Fixes useNewOffset for items not working when used.v3.0.3- Fixes setRenderType issue caused by last update.v3.0.2- Implement preRenderEntry and postRenderEntry call backs to RenderConfigs, allowing you to inject code into the preRender and postRender stages.v3.0.1- Fixes a packet issue with calling cancelAll on an AzCommand from the server.- Implement getRenderType to RenderConfigs, as to make changing the render type easier.v3.0.0- Rewrite Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/entities- No longer have to supply a cache.- No longer have to use a GeoEnity interface.- Rewrite Item animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/items- Fixes issue with Item animations not working the first time due to missing NBT tag check.- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzItemRendererRegistry#register.- Rewrite Block Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/blockentities- No longer have to supply a cache.- No longer have to use a GeoEntity interface.- Rewrite Armor animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/armor- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzArmorRendererRegistry#register.- Animations are now done fully using a trigger animation call from the Az<Type>Animator.- New system fixes Animations not firing properly on Items on first use.- You have to now register your item in your mods onInitialize for Fabric and NeoForges FMLCommonSetupEvent using AzIdentityRegistry#register- AzIdentityRegistry#register can take 1 item or multiple if you have a lot of item.- New system fixes Aniamtions not pausing correctly when in singleplayer. (Old system/Geckolib \"pauses\" it but it still ticks so doesn\'t hold the animations spot properly)- New system fixes Animation triggers not working with armors.- New system shows about a 40% drop in memory usage compared to old systems/Azurelib.- Move to new Az Naming scheme from Geo- Fixes crash with Minecolonies when using new render.# Known issues- PLAY_ONCE animations have an odd bug with bones resetting in between triggers.展开版本: 3.0.9支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 6,124fabric 3.0.9azurelib-fabric-1.21.1-3.0.9.jar下载3.0.9#Releasev3.0.9- Fixed AzArmorLayer for vanilla armor rendering. WIP on AzArmor rendering as it\'s being weirdv3.0.8- Fixed AzureNavigation causing stuck pathfinding.v3.0.7- Add animatable to various methods in AzBlockAndItemLayer for better support.v3.0.6- Fixes Block Entity render being off centered.v3.0.5- Changes a few Builder options from protected to public- Adds support for q.* Molang.v3.0.4- Fixes useNewOffset for items not working when used.v3.0.3- Fixes setRenderType issue caused by last update.v3.0.2- Implement preRenderEntry and postRenderEntry call backs to RenderConfigs, allowing you to inject code into the preRender and postRender stages.v3.0.1- Fixes a packet issue with calling cancelAll on an AzCommand from the server.- Implement getRenderType to RenderConfigs, as to make changing the render type easier.v3.0.0- Rewrite Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/entities- No longer have to supply a cache.- No longer have to use a GeoEnity interface.- Rewrite Item animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/items- Fixes issue with Item animations not working the first time due to missing NBT tag check.- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzItemRendererRegistry#register.- Rewrite Block Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/blockentities- No longer have to supply a cache.- No longer have to use a GeoEntity interface.- Rewrite Armor animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/armor- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzArmorRendererRegistry#register.- Animations are now done fully using a trigger animation call from the Az<Type>Animator.- New system fixes Animations not firing properly on Items on first use.- You have to now register your item in your mods onInitialize for Fabric and NeoForges FMLCommonSetupEvent using AzIdentityRegistry#register- AzIdentityRegistry#register can take 1 item or multiple if you have a lot of item.- New system fixes Aniamtions not pausing correctly when in singleplayer. (Old system/Geckolib \"pauses\" it but it still ticks so doesn\'t hold the animations spot properly)- New system fixes Animation triggers not working with armors.- New system shows about a 40% drop in memory usage compared to old systems/Azurelib.- Move to new Az Naming scheme from Geo- Fixes crash with Minecolonies when using new render.# Known issues- PLAY_ONCE animations have an odd bug with bones resetting in between triggers.展开版本: 3.0.9支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 10,906fabric 3.0.8azurelib-fabric-1.21.1-3.0.8.jar下载3.0.8#Releasev3.0.8- Fixed AzureNavigation causing stuck pathfinding.v3.0.7- Add animatable to various methods in AzBlockAndItemLayer for better support.v3.0.6- Fixes Block Entity render being off centered.v3.0.5- Changes a few Builder options from protected to public- Adds support for q.* Molang.v3.0.4- Fixes useNewOffset for items not working when used.v3.0.3- Fixes setRenderType issue caused by last update.v3.0.2- Implement preRenderEntry and postRenderEntry call backs to RenderConfigs, allowing you to inject code into the preRender and postRender stages.v3.0.1- Fixes a packet issue with calling cancelAll on an AzCommand from the server.- Implement getRenderType to RenderConfigs, as to make changing the render type easier.v3.0.0- Rewrite Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/entities- No longer have to supply a cache.- No longer have to use a GeoEnity interface.- Rewrite Item animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/items- Fixes issue with Item animations not working the first time due to missing NBT tag check.- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzItemRendererRegistry#register.- Rewrite Block Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/blockentities- No longer have to supply a cache.- No longer have to use a GeoEntity interface.- Rewrite Armor animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/armor- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzArmorRendererRegistry#register.- Animations are now done fully using a trigger animation call from the Az<Type>Animator.- New system fixes Animations not firing properly on Items on first use.- You have to now register your item in your mods onInitialize for Fabric and NeoForges FMLCommonSetupEvent using AzIdentityRegistry#register- AzIdentityRegistry#register can take 1 item or multiple if you have a lot of item.- New system fixes Aniamtions not pausing correctly when in singleplayer. (Old system/Geckolib \"pauses\" it but it still ticks so doesn\'t hold the animations spot properly)- New system fixes Animation triggers not working with armors.- New system shows about a 40% drop in memory usage compared to old systems/Azurelib.- Move to new Az Naming scheme from Geo- Fixes crash with Minecolonies when using new render.# Known issues- PLAY_ONCE animations have an odd bug with bones resetting in between triggers.展开版本: 3.0.8支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 19,290neo 3.0.8azurelib-neo-1.21.1-3.0.8.jar下载3.0.8#Releasev3.0.8- Fixed AzureNavigation causing stuck pathfinding.v3.0.7- Add animatable to various methods in AzBlockAndItemLayer for better support.v3.0.6- Fixes Block Entity render being off centered.v3.0.5- Changes a few Builder options from protected to public- Adds support for q.* Molang.v3.0.4- Fixes useNewOffset for items not working when used.v3.0.3- Fixes setRenderType issue caused by last update.v3.0.2- Implement preRenderEntry and postRenderEntry call backs to RenderConfigs, allowing you to inject code into the preRender and postRender stages.v3.0.1- Fixes a packet issue with calling cancelAll on an AzCommand from the server.- Implement getRenderType to RenderConfigs, as to make changing the render type easier.v3.0.0- Rewrite Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/entities- No longer have to supply a cache.- No longer have to use a GeoEnity interface.- Rewrite Item animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/items- Fixes issue with Item animations not working the first time due to missing NBT tag check.- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzItemRendererRegistry#register.- Rewrite Block Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/blockentities- No longer have to supply a cache.- No longer have to use a GeoEntity interface.- Rewrite Armor animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/armor- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzArmorRendererRegistry#register.- Animations are now done fully using a trigger animation call from the Az<Type>Animator.- New system fixes Animations not firing properly on Items on first use.- You have to now register your item in your mods onInitialize for Fabric and NeoForges FMLCommonSetupEvent using AzIdentityRegistry#register- AzIdentityRegistry#register can take 1 item or multiple if you have a lot of item.- New system fixes Aniamtions not pausing correctly when in singleplayer. (Old system/Geckolib \"pauses\" it but it still ticks so doesn\'t hold the animations spot properly)- New system fixes Animation triggers not working with armors.- New system shows about a 40% drop in memory usage compared to old systems/Azurelib.- Move to new Az Naming scheme from Geo- Fixes crash with Minecolonies when using new render.# Known issues- PLAY_ONCE animations have an odd bug with bones resetting in between triggers.展开版本: 3.0.8支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 20,051fabric 3.0.7azurelib-fabric-1.21.1-3.0.7.jar下载3.0.7#Releasev3.0.7- Add animatable to various methods in AzBlockAndItemLayer for better support.v3.0.6- Fixes Block Entity render being off centered.v3.0.5- Changes a few Builder options from protected to public- Adds support for q.* Molang.v3.0.4- Fixes useNewOffset for items not working when used.v3.0.3- Fixes setRenderType issue caused by last update.v3.0.2- Implement preRenderEntry and postRenderEntry call backs to RenderConfigs, allowing you to inject code into the preRender and postRender stages.v3.0.1- Fixes a packet issue with calling cancelAll on an AzCommand from the server.- Implement getRenderType to RenderConfigs, as to make changing the render type easier.v3.0.0- Rewrite Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/entities- No longer have to supply a cache.- No longer have to use a GeoEnity interface.- Rewrite Item animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/items- Fixes issue with Item animations not working the first time due to missing NBT tag check.- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzItemRendererRegistry#register.- Rewrite Block Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/blockentities- No longer have to supply a cache.- No longer have to use a GeoEntity interface.- Rewrite Armor animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/armor- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzArmorRendererRegistry#register.- Animations are now done fully using a trigger animation call from the Az<Type>Animator.- New system fixes Animations not firing properly on Items on first use.- You have to now register your item in your mods onInitialize for Fabric and NeoForges FMLCommonSetupEvent using AzIdentityRegistry#register- AzIdentityRegistry#register can take 1 item or multiple if you have a lot of item.- New system fixes Aniamtions not pausing correctly when in singleplayer. (Old system/Geckolib \"pauses\" it but it still ticks so doesn\'t hold the animations spot properly)- New system fixes Animation triggers not working with armors.- New system shows about a 40% drop in memory usage compared to old systems/Azurelib.- Move to new Az Naming scheme from Geo- Fixes crash with Minecolonies when using new render.# Known issues- PLAY_ONCE animations have an odd bug with bones resetting in between triggers.展开版本: 3.0.7支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 799neo 3.0.7azurelib-neo-1.21.1-3.0.7.jar下载3.0.7#Releasev3.0.7- Add animatable to various methods in AzBlockAndItemLayer for better support.v3.0.6- Fixes Block Entity render being off centered.v3.0.5- Changes a few Builder options from protected to public- Adds support for q.* Molang.v3.0.4- Fixes useNewOffset for items not working when used.v3.0.3- Fixes setRenderType issue caused by last update.v3.0.2- Implement preRenderEntry and postRenderEntry call backs to RenderConfigs, allowing you to inject code into the preRender and postRender stages.v3.0.1- Fixes a packet issue with calling cancelAll on an AzCommand from the server.- Implement getRenderType to RenderConfigs, as to make changing the render type easier.v3.0.0- Rewrite Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/entities- No longer have to supply a cache.- No longer have to use a GeoEnity interface.- Rewrite Item animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/items- Fixes issue with Item animations not working the first time due to missing NBT tag check.- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzItemRendererRegistry#register.- Rewrite Block Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/blockentities- No longer have to supply a cache.- No longer have to use a GeoEntity interface.- Rewrite Armor animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/armor- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzArmorRendererRegistry#register.- Animations are now done fully using a trigger animation call from the Az<Type>Animator.- New system fixes Animations not firing properly on Items on first use.- You have to now register your item in your mods onInitialize for Fabric and NeoForges FMLCommonSetupEvent using AzIdentityRegistry#register- AzIdentityRegistry#register can take 1 item or multiple if you have a lot of item.- New system fixes Aniamtions not pausing correctly when in singleplayer. (Old system/Geckolib \"pauses\" it but it still ticks so doesn\'t hold the animations spot properly)- New system fixes Animation triggers not working with armors.- New system shows about a 40% drop in memory usage compared to old systems/Azurelib.- Move to new Az Naming scheme from Geo- Fixes crash with Minecolonies when using new render.# Known issues- PLAY_ONCE animations have an odd bug with bones resetting in between triggers.展开版本: 3.0.7支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 343fabric 3.0.6azurelib-fabric-1.21.1-3.0.6.jar下载3.0.6#Releasev3.0.6- Fixes Block Entity render being off centered.v3.0.5- Changes a few Builder options from protected to public- Adds support for q.* Molang.v3.0.4- Fixes useNewOffset for items not working when used.v3.0.3- Fixes setRenderType issue caused by last update.v3.0.2- Implement preRenderEntry and postRenderEntry call backs to RenderConfigs, allowing you to inject code into the preRender and postRender stages.v3.0.1- Fixes a packet issue with calling cancelAll on an AzCommand from the server.- Implement getRenderType to RenderConfigs, as to make changing the render type easier.v3.0.0- Rewrite Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/entities- No longer have to supply a cache.- No longer have to use a GeoEnity interface.- Rewrite Item animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/items- Fixes issue with Item animations not working the first time due to missing NBT tag check.- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzItemRendererRegistry#register.- Rewrite Block Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/blockentities- No longer have to supply a cache.- No longer have to use a GeoEntity interface.- Rewrite Armor animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/armor- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzArmorRendererRegistry#register.- Animations are now done fully using a trigger animation call from the Az<Type>Animator.- New system fixes Animations not firing properly on Items on first use.- You have to now register your item in your mods onInitialize for Fabric and NeoForges FMLCommonSetupEvent using AzIdentityRegistry#register- AzIdentityRegistry#register can take 1 item or multiple if you have a lot of item.- New system fixes Aniamtions not pausing correctly when in singleplayer. (Old system/Geckolib \"pauses\" it but it still ticks so doesn\'t hold the animations spot properly)- New system fixes Animation triggers not working with armors.- New system shows about a 40% drop in memory usage compared to old systems/Azurelib.- Move to new Az Naming scheme from Geo- Fixes crash with Minecolonies when using new render.# Known issues- PLAY_ONCE animations have an odd bug with bones resetting in between triggers.展开版本: 3.0.6支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 5,997neo 3.0.6azurelib-neo-1.21.1-3.0.6.jar下载3.0.6#Releasev3.0.6- Fixes Block Entity render being off centered.v3.0.5- Changes a few Builder options from protected to public- Adds support for q.* Molang.v3.0.4- Fixes useNewOffset for items not working when used.v3.0.3- Fixes setRenderType issue caused by last update.v3.0.2- Implement preRenderEntry and postRenderEntry call backs to RenderConfigs, allowing you to inject code into the preRender and postRender stages.v3.0.1- Fixes a packet issue with calling cancelAll on an AzCommand from the server.- Implement getRenderType to RenderConfigs, as to make changing the render type easier.v3.0.0- Rewrite Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/entities- No longer have to supply a cache.- No longer have to use a GeoEnity interface.- Rewrite Item animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/items- Fixes issue with Item animations not working the first time due to missing NBT tag check.- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzItemRendererRegistry#register.- Rewrite Block Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/blockentities- No longer have to supply a cache.- No longer have to use a GeoEntity interface.- Rewrite Armor animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/armor- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzArmorRendererRegistry#register.- Animations are now done fully using a trigger animation call from the Az<Type>Animator.- New system fixes Animations not firing properly on Items on first use.- You have to now register your item in your mods onInitialize for Fabric and NeoForges FMLCommonSetupEvent using AzIdentityRegistry#register- AzIdentityRegistry#register can take 1 item or multiple if you have a lot of item.- New system fixes Aniamtions not pausing correctly when in singleplayer. (Old system/Geckolib \"pauses\" it but it still ticks so doesn\'t hold the animations spot properly)- New system fixes Animation triggers not working with armors.- New system shows about a 40% drop in memory usage compared to old systems/Azurelib.- Move to new Az Naming scheme from Geo- Fixes crash with Minecolonies when using new render.# Known issues- PLAY_ONCE animations have an odd bug with bones resetting in between triggers.展开版本: 3.0.6支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 683fabric 3.0.5azurelib-fabric-1.21.1-3.0.5.jar下载3.0.5#Releasev3.0.5- Changes a few Builder options from protected to public- Adds support for q.* Molang.v3.0.4- Fixes useNewOffset for items not working when used.v3.0.3- Fixes setRenderType issue caused by last update.v3.0.2- Implement preRenderEntry and postRenderEntry call backs to RenderConfigs, allowing you to inject code into the preRender and postRender stages.v3.0.1- Fixes a packet issue with calling cancelAll on an AzCommand from the server.- Implement getRenderType to RenderConfigs, as to make changing the render type easier.v3.0.0- Rewrite Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/entities- No longer have to supply a cache.- No longer have to use a GeoEnity interface.- Rewrite Item animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/items- Fixes issue with Item animations not working the first time due to missing NBT tag check.- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzItemRendererRegistry#register.- Rewrite Block Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/blockentities- No longer have to supply a cache.- No longer have to use a GeoEntity interface.- Rewrite Armor animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/armor- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzArmorRendererRegistry#register.- Animations are now done fully using a trigger animation call from the Az<Type>Animator.- New system fixes Animations not firing properly on Items on first use.- You have to now register your item in your mods onInitialize for Fabric and NeoForges FMLCommonSetupEvent using AzIdentityRegistry#register- AzIdentityRegistry#register can take 1 item or multiple if you have a lot of item.- New system fixes Aniamtions not pausing correctly when in singleplayer. (Old system/Geckolib \"pauses\" it but it still ticks so doesn\'t hold the animations spot properly)- New system fixes Animation triggers not working with armors.- New system shows about a 40% drop in memory usage compared to old systems/Azurelib.- Move to new Az Naming scheme from Geo- Fixes crash with Minecolonies when using new render.# Known issues- PLAY_ONCE animations have an odd bug with bones resetting in between triggers.展开版本: 3.0.5支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 189neo 3.0.5azurelib-neo-1.21.1-3.0.5.jar下载3.0.5#Releasev3.0.5- Changes a few Builder options from protected to public- Adds support for q.* Molang.v3.0.4- Fixes useNewOffset for items not working when used.v3.0.3- Fixes setRenderType issue caused by last update.v3.0.2- Implement preRenderEntry and postRenderEntry call backs to RenderConfigs, allowing you to inject code into the preRender and postRender stages.v3.0.1- Fixes a packet issue with calling cancelAll on an AzCommand from the server.- Implement getRenderType to RenderConfigs, as to make changing the render type easier.v3.0.0- Rewrite Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/entities- No longer have to supply a cache.- No longer have to use a GeoEnity interface.- Rewrite Item animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/items- Fixes issue with Item animations not working the first time due to missing NBT tag check.- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzItemRendererRegistry#register.- Rewrite Block Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/blockentities- No longer have to supply a cache.- No longer have to use a GeoEntity interface.- Rewrite Armor animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/armor- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzArmorRendererRegistry#register.- Animations are now done fully using a trigger animation call from the Az<Type>Animator.- New system fixes Animations not firing properly on Items on first use.- You have to now register your item in your mods onInitialize for Fabric and NeoForges FMLCommonSetupEvent using AzIdentityRegistry#register- AzIdentityRegistry#register can take 1 item or multiple if you have a lot of item.- New system fixes Aniamtions not pausing correctly when in singleplayer. (Old system/Geckolib \"pauses\" it but it still ticks so doesn\'t hold the animations spot properly)- New system fixes Animation triggers not working with armors.- New system shows about a 40% drop in memory usage compared to old systems/Azurelib.- Move to new Az Naming scheme from Geo- Fixes crash with Minecolonies when using new render.# Known issues- PLAY_ONCE animations have an odd bug with bones resetting in between triggers.展开版本: 3.0.5支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 62fabric 3.0.4azurelib-fabric-1.21.1-3.0.4.jar下载3.0.4#Releasev3.0.4- Fixes useNewOffset for items not working when used.v3.0.3- Fixes setRenderType issue caused by last update.v3.0.2- Implement preRenderEntry and postRenderEntry call backs to RenderConfigs, allowing you to inject code into the preRender and postRender stages.v3.0.1- Fixes a packet issue with calling cancelAll on an AzCommand from the server.- Implement getRenderType to RenderConfigs, as to make changing the render type easier.v3.0.0- Rewrite Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/entities- No longer have to supply a cache.- No longer have to use a GeoEnity interface.- Rewrite Item animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/items- Fixes issue with Item animations not working the first time due to missing NBT tag check.- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzItemRendererRegistry#register.- Rewrite Block Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/blockentities- No longer have to supply a cache.- No longer have to use a GeoEntity interface.- Rewrite Armor animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/armor- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzArmorRendererRegistry#register.- Animations are now done fully using a trigger animation call from the Az<Type>Animator.- New system fixes Animations not firing properly on Items on first use.- You have to now register your item in your mods onInitialize for Fabric and NeoForges FMLCommonSetupEvent using AzIdentityRegistry#register- AzIdentityRegistry#register can take 1 item or multiple if you have a lot of item.- New system fixes Aniamtions not pausing correctly when in singleplayer. (Old system/Geckolib \"pauses\" it but it still ticks so doesn\'t hold the animations spot properly)- New system fixes Animation triggers not working with armors.- New system shows about a 40% drop in memory usage compared to old systems/Azurelib.- Move to new Az Naming scheme from Geo- Fixes crash with Minecolonies when using new render.# Known issues- PLAY_ONCE animations have an odd bug with bones resetting in between triggers.展开版本: 3.0.4支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 4,368neo 3.0.4azurelib-neo-1.21.1-3.0.4.jar下载3.0.4#Releasev3.0.4- Fixes useNewOffset for items not working when used.v3.0.3- Fixes setRenderType issue caused by last update.v3.0.2- Implement preRenderEntry and postRenderEntry call backs to RenderConfigs, allowing you to inject code into the preRender and postRender stages.v3.0.1- Fixes a packet issue with calling cancelAll on an AzCommand from the server.- Implement getRenderType to RenderConfigs, as to make changing the render type easier.v3.0.0- Rewrite Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/entities- No longer have to supply a cache.- No longer have to use a GeoEnity interface.- Rewrite Item animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/items- Fixes issue with Item animations not working the first time due to missing NBT tag check.- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzItemRendererRegistry#register.- Rewrite Block Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/blockentities- No longer have to supply a cache.- No longer have to use a GeoEntity interface.- Rewrite Armor animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/armor- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzArmorRendererRegistry#register.- Animations are now done fully using a trigger animation call from the Az<Type>Animator.- New system fixes Animations not firing properly on Items on first use.- You have to now register your item in your mods onInitialize for Fabric and NeoForges FMLCommonSetupEvent using AzIdentityRegistry#register- AzIdentityRegistry#register can take 1 item or multiple if you have a lot of item.- New system fixes Aniamtions not pausing correctly when in singleplayer. (Old system/Geckolib \"pauses\" it but it still ticks so doesn\'t hold the animations spot properly)- New system fixes Animation triggers not working with armors.- New system shows about a 40% drop in memory usage compared to old systems/Azurelib.- Move to new Az Naming scheme from Geo- Fixes crash with Minecolonies when using new render.# Known issues- PLAY_ONCE animations have an odd bug with bones resetting in between triggers.展开版本: 3.0.4支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 349fabric 3.0.3azurelib-fabric-1.21.1-3.0.3.jar下载3.0.3#Releasev3.0.3- Fixes setRenderType issue caused by last update.v3.0.2- Implement preRenderEntry and postRenderEntry call backs to RenderConfigs, allowing you to inject code into the preRender and postRender stages.v3.0.1- Fixes a packet issue with calling cancelAll on an AzCommand from the server.- Implement getRenderType to RenderConfigs, as to make changing the render type easier.v3.0.0- Rewrite Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/entities- No longer have to supply a cache.- No longer have to use a GeoEnity interface.- Rewrite Item animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/items- Fixes issue with Item animations not working the first time due to missing NBT tag check.- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzItemRendererRegistry#register.- Rewrite Block Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/blockentities- No longer have to supply a cache.- No longer have to use a GeoEntity interface.- Rewrite Armor animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/armor- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzArmorRendererRegistry#register.- Animations are now done fully using a trigger animation call from the Az<Type>Animator.- New system fixes Animations not firing properly on Items on first use.- You have to now register your item in your mods onInitialize for Fabric and NeoForges FMLCommonSetupEvent using AzIdentityRegistry#register- AzIdentityRegistry#register can take 1 item or multiple if you have a lot of item.- New system fixes Aniamtions not pausing correctly when in singleplayer. (Old system/Geckolib \"pauses\" it but it still ticks so doesn\'t hold the animations spot properly)- New system fixes Animation triggers not working with armors.- New system shows about a 40% drop in memory usage compared to old systems/Azurelib.- Move to new Az Naming scheme from Geo- Fixes crash with Minecolonies when using new render.# Known issues- PLAY_ONCE animations have an odd bug with bones resetting in between triggers.展开版本: 3.0.3支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 727neo 3.0.3azurelib-neo-1.21.1-3.0.3.jar下载3.0.3#Releasev3.0.3- Fixes setRenderType issue caused by last update.v3.0.2- Implement preRenderEntry and postRenderEntry call backs to RenderConfigs, allowing you to inject code into the preRender and postRender stages.v3.0.1- Fixes a packet issue with calling cancelAll on an AzCommand from the server.- Implement getRenderType to RenderConfigs, as to make changing the render type easier.v3.0.0- Rewrite Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/entities- No longer have to supply a cache.- No longer have to use a GeoEnity interface.- Rewrite Item animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/items- Fixes issue with Item animations not working the first time due to missing NBT tag check.- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzItemRendererRegistry#register.- Rewrite Block Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/blockentities- No longer have to supply a cache.- No longer have to use a GeoEntity interface.- Rewrite Armor animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/armor- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzArmorRendererRegistry#register.- Animations are now done fully using a trigger animation call from the Az<Type>Animator.- New system fixes Animations not firing properly on Items on first use.- You have to now register your item in your mods onInitialize for Fabric and NeoForges FMLCommonSetupEvent using AzIdentityRegistry#register- AzIdentityRegistry#register can take 1 item or multiple if you have a lot of item.- New system fixes Aniamtions not pausing correctly when in singleplayer. (Old system/Geckolib \"pauses\" it but it still ticks so doesn\'t hold the animations spot properly)- New system fixes Animation triggers not working with armors.- New system shows about a 40% drop in memory usage compared to old systems/Azurelib.- Move to new Az Naming scheme from Geo- Fixes crash with Minecolonies when using new render.# Known issues- PLAY_ONCE animations have an odd bug with bones resetting in between triggers.展开版本: 3.0.3支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 186fabric 3.0.2azurelib-fabric-1.21.1-3.0.2.jar下载3.0.2#Releasev3.0.2- Implement preRenderEntry and postRenderEntry call backs to RenderConfigs, allowing you to inject code into the preRender and postRender stages.v3.0.1- Fixes a packet issue with calling cancelAll on an AzCommand from the server.- Implement getRenderType to RenderConfigs, as to make changing the render type easier.v3.0.0- Rewrite Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/entities- No longer have to supply a cache.- No longer have to use a GeoEnity interface.- Rewrite Item animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/items- Fixes issue with Item animations not working the first time due to missing NBT tag check.- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzItemRendererRegistry#register.- Rewrite Block Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/blockentities- No longer have to supply a cache.- No longer have to use a GeoEntity interface.- Rewrite Armor animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/armor- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzArmorRendererRegistry#register.- Animations are now done fully using a trigger animation call from the Az<Type>Animator.- New system fixes Animations not firing properly on Items on first use.- You have to now register your item in your mods onInitialize for Fabric and NeoForges FMLCommonSetupEvent using AzIdentityRegistry#register- AzIdentityRegistry#register can take 1 item or multiple if you have a lot of item.- New system fixes Aniamtions not pausing correctly when in singleplayer. (Old system/Geckolib \"pauses\" it but it still ticks so doesn\'t hold the animations spot properly)- New system fixes Animation triggers not working with armors.- New system shows about a 40% drop in memory usage compared to old systems/Azurelib.- Move to new Az Naming scheme from Geo- Fixes crash with Minecolonies when using new render.# Known issues- PLAY_ONCE animations have an odd bug with bones resetting in between triggers.展开版本: 3.0.2支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 527neo 3.0.2azurelib-neo-1.21.1-3.0.2.jar下载3.0.2#Releasev3.0.2- Implement preRenderEntry and postRenderEntry call backs to RenderConfigs, allowing you to inject code into the preRender and postRender stages.v3.0.1- Fixes a packet issue with calling cancelAll on an AzCommand from the server.- Implement getRenderType to RenderConfigs, as to make changing the render type easier.v3.0.0- Rewrite Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/entities- No longer have to supply a cache.- No longer have to use a GeoEnity interface.- Rewrite Item animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/items- Fixes issue with Item animations not working the first time due to missing NBT tag check.- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzItemRendererRegistry#register.- Rewrite Block Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/blockentities- No longer have to supply a cache.- No longer have to use a GeoEntity interface.- Rewrite Armor animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/armor- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzArmorRendererRegistry#register.- Animations are now done fully using a trigger animation call from the Az<Type>Animator.- New system fixes Animations not firing properly on Items on first use.- You have to now register your item in your mods onInitialize for Fabric and NeoForges FMLCommonSetupEvent using AzIdentityRegistry#register- AzIdentityRegistry#register can take 1 item or multiple if you have a lot of item.- New system fixes Aniamtions not pausing correctly when in singleplayer. (Old system/Geckolib \"pauses\" it but it still ticks so doesn\'t hold the animations spot properly)- New system fixes Animation triggers not working with armors.- New system shows about a 40% drop in memory usage compared to old systems/Azurelib.- Move to new Az Naming scheme from Geo- Fixes crash with Minecolonies when using new render.# Known issues- PLAY_ONCE animations have an odd bug with bones resetting in between triggers.展开版本: 3.0.2支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 140fabric 3.0.1azurelib-fabric-1.21.1-3.0.1.jar下载3.0.1#Releasev3.0.1- Fixes a packet issue with calling cancelAll on an AzCommand from the server.- Implement getRenderType to RenderConfigs, as to make changing the render type easier.v3.0.0- Rewrite Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/entities- No longer have to supply a cache.- No longer have to use a GeoEnity interface.- Rewrite Item animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/items- Fixes issue with Item animations not working the first time due to missing NBT tag check.- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzItemRendererRegistry#register.- Rewrite Block Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/blockentities- No longer have to supply a cache.- No longer have to use a GeoEntity interface.- Rewrite Armor animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/armor- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzArmorRendererRegistry#register.- Animations are now done fully using a trigger animation call from the Az<Type>Animator.- New system fixes Animations not firing properly on Items on first use.- You have to now register your item in your mods onInitialize for Fabric and NeoForges FMLCommonSetupEvent using AzIdentityRegistry#register- AzIdentityRegistry#register can take 1 item or multiple if you have a lot of item.- New system fixes Aniamtions not pausing correctly when in singleplayer. (Old system/Geckolib \"pauses\" it but it still ticks so doesn\'t hold the animations spot properly)- New system fixes Animation triggers not working with armors.- New system shows about a 40% drop in memory usage compared to old systems/Azurelib.- Move to new Az Naming scheme from Geo- Fixes crash with Minecolonies when using new render.# Known issues- PLAY_ONCE animations have an odd bug with bones resetting in between triggers.展开版本: 3.0.1支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 860neo 3.0.1azurelib-neo-1.21.1-3.0.1.jar下载3.0.1#Releasev3.0.1- Fixes a packet issue with calling cancelAll on an AzCommand from the server.- Implement getRenderType to RenderConfigs, as to make changing the render type easier.v3.0.0- Rewrite Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/entities- No longer have to supply a cache.- No longer have to use a GeoEnity interface.- Rewrite Item animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/items- Fixes issue with Item animations not working the first time due to missing NBT tag check.- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzItemRendererRegistry#register.- Rewrite Block Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/blockentities- No longer have to supply a cache.- No longer have to use a GeoEntity interface.- Rewrite Armor animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/armor- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzArmorRendererRegistry#register.- Animations are now done fully using a trigger animation call from the Az<Type>Animator.- New system fixes Animations not firing properly on Items on first use.- You have to now register your item in your mods onInitialize for Fabric and NeoForges FMLCommonSetupEvent using AzIdentityRegistry#register- AzIdentityRegistry#register can take 1 item or multiple if you have a lot of item.- New system fixes Aniamtions not pausing correctly when in singleplayer. (Old system/Geckolib \"pauses\" it but it still ticks so doesn\'t hold the animations spot properly)- New system fixes Animation triggers not working with armors.- New system shows about a 40% drop in memory usage compared to old systems/Azurelib.- Move to new Az Naming scheme from Geo- Fixes crash with Minecolonies when using new render.# Known issues- PLAY_ONCE animations have an odd bug with bones resetting in between triggers.展开版本: 3.0.1支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 523fabric 3.0.0azurelib-fabric-1.21.1-3.0.0.jar下载3.0.0#Releasev3.0.0- Rewrite Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/entities- No longer have to supply a cache.- No longer have to use a GeoEnity interface.- Rewrite Item animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/items- Fixes issue with Item animations not working the first time due to missing NBT tag check.- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzItemRendererRegistry#register.- Rewrite Block Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/blockentities- No longer have to supply a cache.- No longer have to use a GeoEntity interface.- Rewrite Armor animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/armor- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzArmorRendererRegistry#register.- Animations are now done fully using a trigger animation call from the Az<Type>Animator.- New system fixes Animations not firing properly on Items on first use.- You have to now register your item in your mods onInitialize for Fabric and NeoForges FMLCommonSetupEvent using AzIdentityRegistry#register- AzIdentityRegistry#register can take 1 item or multiple if you have a lot of item.- New system fixes Aniamtions not pausing correctly when in singleplayer. (Old system/Geckolib \"pauses\" it but it still ticks so doesn\'t hold the animations spot properly)- New system fixes Animation triggers not working with armors.- New system shows about a 40% drop in memory usage compared to old systems/Azurelib.- Move to new Az Naming scheme from Geo- Fixes crash with Minecolonies when using new render.# Known issues- PLAY_ONCE animations have an odd bug with bones resetting in between triggers.展开版本: 3.0.0支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 4,993neo 3.0.0azurelib-neo-1.21.1-3.0.0.jar下载3.0.0#Releasev3.0.0- Rewrite Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/entities- No longer have to supply a cache.- No longer have to use a GeoEnity interface.- Rewrite Item animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/items- Fixes issue with Item animations not working the first time due to missing NBT tag check.- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzItemRendererRegistry#register.- Rewrite Block Entity animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/blockentities- No longer have to supply a cache.- No longer have to use a GeoEntity interface.- Rewrite Armor animation system. See guide for converting here: https://moddedmc.wiki/en/project/azurelib/docs/updating/armor- No longer have to supply a cache.- No longer have to use a GeoItem interface.- \"Item\" rendering/animating is now considered \"ItemStack\" rendering/animating.- No longer register the render in the Item.- This is done in your clients onInitializeClient for Fabric and NeoForges FMLClientSetupEvent using AzArmorRendererRegistry#register.- Animations are now done fully using a trigger animation call from the Az<Type>Animator.- New system fixes Animations not firing properly on Items on first use.- You have to now register your item in your mods onInitialize for Fabric and NeoForges FMLCommonSetupEvent using AzIdentityRegistry#register- AzIdentityRegistry#register can take 1 item or multiple if you have a lot of item.- New system fixes Aniamtions not pausing correctly when in singleplayer. (Old system/Geckolib \"pauses\" it but it still ticks so doesn\'t hold the animations spot properly)- New system fixes Animation triggers not working with armors.- New system shows about a 40% drop in memory usage compared to old systems/Azurelib.- Move to new Az Naming scheme from Geo- Fixes crash with Minecolonies when using new render.# Known issues- PLAY_ONCE animations have an odd bug with bones resetting in between triggers.展开版本: 3.0.0支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 1,801fabric 2.3.29-alphaazurelib-fabric-1.21.1-2.3.29-alpha.jar下载2.3.29-alpha#Releasev2.3.29- Revert GeoGlowingTextureMeta change.**WARNING 1.21.1 IS CURRENTLY UNDERGOING A HEAVY REWRITE THAT WILL BE RELEASED AS ALPHA FOR TESTING, DO NOT UPDATE TO THAT ALPHA UNLESS THE MODS USING AZURELIB REQUIRE IT**展开版本: 2.3.29-alpha支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 8,509neo 2.3.29-alphaazurelib-neo-1.21.1-2.3.29-alpha.jar下载2.3.29-alpha#Releasev2.3.29- Revert GeoGlowingTextureMeta change.**WARNING 1.21.1 IS CURRENTLY UNDERGOING A HEAVY REWRITE THAT WILL BE RELEASED AS ALPHA FOR TESTING, DO NOT UPDATE TO THAT ALPHA UNLESS THE MODS USING AZURELIB REQUIRE IT**展开版本: 2.3.29-alpha支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 3,667fabric 2.0.41azurelib-fabric-1.20.1-2.0.41.jar下载2.0.41#Releasev2.0.41- Revert GeoGlowingTextureMeta change.展开版本: 2.0.41支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 289,655neoforge 2.0.41azurelib-neo-1.20.1-2.0.41.jar下载2.0.41#Releasev2.0.41- Revert GeoGlowingTextureMeta change.展开版本: 2.0.41支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 300,887azurelib-forge-1.19.4 1.0.50azurelib-forge-1.19.4-1.0.50.jar下载1.0.50#Releasev1.0.50- Revert GeoGlowingTextureMeta change.展开版本: 1.0.50支持游戏: 1.19.4类型:ForgeRelease下载次数: 262azurelib-fabric-1.19.4 1.0.50azurelib-fabric-1.19.4-1.0.50.jar下载1.0.50#Releasev1.0.50- Revert GeoGlowingTextureMeta change.展开版本: 1.0.50支持游戏: 1.19.4类型:FabricRelease下载次数: 500azurelib-forge-1.19.2 1.0.56azurelib-forge-1.19.2-1.0.56.jar下载1.0.56#Releasev1.0.56- Revert GeoGlowingTextureMeta change.展开版本: 1.0.56支持游戏: 1.19.2类型:ForgeRelease下载次数: 9,054azurelib-fabric-1.19.2 1.0.56azurelib-fabric-1.19.2-1.0.56.jar下载1.0.56#Releasev1.0.56- Revert GeoGlowingTextureMeta change.展开版本: 1.0.56支持游戏: 1.19.2类型:FabricRelease下载次数: 2,134azurelib-forge-1.18.2 1.0.47azurelib-forge-1.18.2-1.0.47.jar下载1.0.47#Releasev1.0.47- Revert GeoGlowingTextureMeta change.展开版本: 1.0.47支持游戏: 1.18.2类型:ForgeRelease下载次数: 748azurelib-fabric-1.18.2 1.0.47azurelib-fabric-1.18.2-1.0.47.jar下载1.0.47#Releasev1.0.47- Revert GeoGlowingTextureMeta change.展开版本: 1.0.47支持游戏: 1.18.2类型:FabricRelease下载次数: 117azurelib-fabric-1.17.1 1.0.28azurelib-fabric-1.17.1-1.0.28.jar下载1.0.28#Releasev1.0.28- Revert GeoGlowingTextureMeta change.展开版本: 1.0.28支持游戏: 1.17.1类型:FabricRelease下载次数: 67azurelib-forge-1.17.1 1.0.28azurelib-forge-1.17.1-1.0.28.jar下载1.0.28#Releasev1.0.28- Revert GeoGlowingTextureMeta change.展开版本: 1.0.28支持游戏: 1.17.1类型:ForgeRelease下载次数: 50azurelib-fabric-1.16.5 1.0.52azurelib-fabric-1.16.5-1.0.52.jar下载1.0.52#Releasev1.0.52- Revert GeoGlowingTextureMeta change.展开版本: 1.0.52支持游戏: 1.16.5类型:FabricRelease下载次数: 134azurelib-forge-1.16.5 1.0.52azurelib-forge-1.16.5-1.0.52.jar下载1.0.52#Releasev1.0.52- Revert GeoGlowingTextureMeta change.展开版本: 1.0.52支持游戏: 1.16.5类型:ForgeRelease下载次数: 223azurelib-forge-1.15.2 1.0.11azurelib-forge-1.15.2-1.0.11.jar下载1.0.11#Releasev1.0.11- Revert GeoGlowingTextureMeta change.展开版本: 1.0.11支持游戏: 1.15.2类型:ForgeRelease下载次数: 38fabric 2.3.28azurelib-fabric-1.21.1-2.3.28.jar下载2.3.28#Releasev2.3.28- Port color changes from a geckolib pr that was left to die- Port UV Face Rotation support- Port GeoGlowingTextureMeta using wrong colors**WARNING 1.21.1 IS CURRENTLY UNDERGOING A HEAVY REWRITE THAT WILL BE RELEASED AS ALPHA FOR TESTING, DO NOT UPDATE TO THAT ALPHA UNLESS THE MODS USING AZURELIB REQUIRE IT**展开版本: 2.3.28支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 808neo 2.3.28azurelib-neo-1.21.1-2.3.28.jar下载2.3.28#Releasev2.3.28- Port color changes from a geckolib pr that was left to die- Port UV Face Rotation support- Port GeoGlowingTextureMeta using wrong colors**WARNING 1.21.1 IS CURRENTLY UNDERGOING A HEAVY REWRITE THAT WILL BE RELEASED AS ALPHA FOR TESTING, DO NOT UPDATE TO THAT ALPHA UNLESS THE MODS USING AZURELIB REQUIRE IT**展开版本: 2.3.28支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 1,005fabric 2.0.40azurelib-fabric-1.20.1-2.0.40.jar下载2.0.40#Releasev2.0.40- Port color changes from a geckolib pr that was left to die- Port UV Face Rotation support- Port GeoGlowingTextureMeta using wrong colors展开版本: 2.0.40支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 2,733neoforge 2.0.40azurelib-neo-1.20.1-2.0.40.jar下载2.0.40#Releasev2.0.40- Port color changes from a geckolib pr that was left to die- Port UV Face Rotation support- Port GeoGlowingTextureMeta using wrong colors展开版本: 2.0.40支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 13,690azurelib-forge-1.19.4 1.0.49azurelib-forge-1.19.4-1.0.49.jar下载1.0.49#Releasev1.0.49- Port color changes from a geckolib pr that was left to die- Port UV Face Rotation support- Port GeoGlowingTextureMeta using wrong colors展开版本: 1.0.49支持游戏: 1.19.4类型:ForgeRelease下载次数: 27azurelib-fabric-1.19.4 1.0.49azurelib-fabric-1.19.4-1.0.49.jar下载1.0.49#Releasev1.0.49- Port color changes from a geckolib pr that was left to die- Port UV Face Rotation support- Port GeoGlowingTextureMeta using wrong colors展开版本: 1.0.49支持游戏: 1.19.4类型:FabricRelease下载次数: 24azurelib-forge-1.19.2 1.0.55azurelib-forge-1.19.2-1.0.55.jar下载1.0.55#Releasev1.0.55- Port color changes from a geckolib pr that was left to die- Port UV Face Rotation support- Port GeoGlowingTextureMeta using wrong colors展开版本: 1.0.55支持游戏: 1.19.2类型:ForgeRelease下载次数: 81azurelib-fabric-1.19.2 1.0.55azurelib-fabric-1.19.2-1.0.55.jar下载1.0.55#Releasev1.0.55- Port color changes from a geckolib pr that was left to die- Port UV Face Rotation support- Port GeoGlowingTextureMeta using wrong colors展开版本: 1.0.55支持游戏: 1.19.2类型:FabricRelease下载次数: 88azurelib-forge-1.18.2 1.0.46azurelib-forge-1.18.2-1.0.46.jar下载1.0.46#Releasev1.0.46- Port color changes from a geckolib pr that was left to die- Port UV Face Rotation support- Port GeoGlowingTextureMeta using wrong colors展开版本: 1.0.46支持游戏: 1.18.2类型:ForgeRelease下载次数: 23azurelib-fabric-1.18.2 1.0.46azurelib-fabric-1.18.2-1.0.46.jar下载1.0.46#Releasev1.0.46- Port color changes from a geckolib pr that was left to die- Port UV Face Rotation support- Port GeoGlowingTextureMeta using wrong colors展开版本: 1.0.46支持游戏: 1.18.2类型:FabricRelease下载次数: 15azurelib-fabric-1.17.1 1.0.27azurelib-fabric-1.17.1-1.0.27.jar下载1.0.27#Releasev1.0.27- Port color changes from a geckolib pr that was left to die- Port UV Face Rotation support- Port GeoGlowingTextureMeta using wrong colors展开版本: 1.0.27支持游戏: 1.17.1类型:FabricRelease下载次数: 16azurelib-forge-1.17.1 1.0.27azurelib-forge-1.17.1-1.0.27.jar下载1.0.27#Releasev1.0.27- Port color changes from a geckolib pr that was left to die- Port UV Face Rotation support- Port GeoGlowingTextureMeta using wrong colors展开版本: 1.0.27支持游戏: 1.17.1类型:ForgeRelease下载次数: 9azurelib-fabric-1.16.5 1.0.51azurelib-fabric-1.16.5-1.0.51.jar下载1.0.51#Releasev1.0.51- Port color changes from a geckolib pr that was left to die- Port UV Face Rotation support- Port GeoGlowingTextureMeta using wrong colors展开版本: 1.0.51支持游戏: 1.16.5类型:FabricRelease下载次数: 18azurelib-forge-1.16.5 1.0.51azurelib-forge-1.16.5-1.0.51.jar下载1.0.51#Releasev1.0.51- Port color changes from a geckolib pr that was left to die- Port UV Face Rotation support- Port GeoGlowingTextureMeta using wrong colors展开版本: 1.0.51支持游戏: 1.16.5类型:ForgeRelease下载次数: 19azurelib-forge-1.15.2 1.0.10azurelib-forge-1.15.2-1.0.10.jar下载1.0.10#Releasev1.0.10- Port UV Face Rotation support- Port GeoGlowingTextureMeta using wrong colors展开版本: 1.0.10支持游戏: 1.15.2类型:ForgeRelease下载次数: 14fabric 2.3.27azurelib-fabric-1.21.1-2.3.27.jar下载2.3.27#Releasev2.3.27- Remove format version check, unneeded- Add GeoItemRender#useNewOffset() which will remove the y offset on item displays, due to change in BlockBench 4.11 item displays展开版本: 2.3.27支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 13,489neo 2.3.27azurelib-neo-1.21.1-2.3.27.jar下载2.3.27#Releasev2.3.27- Remove format version check, unneeded- Add GeoItemRender#useNewOffset() which will remove the y offset on item displays, due to change in BlockBench 4.11 item displays展开版本: 2.3.27支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 6,777neo 2.2.22azurelib-neo-1.20.6-2.2.22.jar下载2.2.22#Releasev2.2.22- Remove format version check, unneeded- Add GeoItemRender#useNewOffset() which will remove the y offset on item displays, due to change in BlockBench 4.11 item displays展开版本: 2.2.22支持游戏: 1.20.6类型:NeoForgeRelease下载次数: 146fabric 2.2.22azurelib-fabric-1.20.6-2.2.22.jar下载2.2.22#Releasev2.2.22- Remove format version check, unneeded- Add GeoItemRender#useNewOffset() which will remove the y offset on item displays, due to change in BlockBench 4.11 item displays展开版本: 2.2.22支持游戏: 1.20.6类型:FabricQuiltRelease下载次数: 1,121fabric 2.1.24azurelib-fabric-1.20.4-2.1.24.jar下载2.1.24#Releasev2.1.24- Remove format version check, unneeded- Add GeoItemRender#useNewOffset() which will remove the y offset on item displays, due to change in BlockBench 4.11 item displays展开版本: 2.1.24支持游戏: 1.20.4类型:FabricQuiltRelease下载次数: 8,840neoforge 2.1.24azurelib-neo-1.20.4-2.1.24.jar下载2.1.24#Releasev2.1.24- Remove format version check, unneeded- Add GeoItemRender#useNewOffset() which will remove the y offset on item displays, due to change in BlockBench 4.11 item displays展开版本: 2.1.24支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 182fabric 2.0.39azurelib-fabric-1.20.1-2.0.39.jar下载2.0.39#Releasev2.0.39- Remove format version check, unneeded- Add GeoItemRender#useNewOffset() which will remove the y offset on item displays, due to change in BlockBench 4.11 item displays展开版本: 2.0.39支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 165,920neoforge 2.0.39azurelib-neo-1.20.1-2.0.39.jar下载2.0.39#Releasev2.0.39- Remove format version check, unneeded- Add GeoItemRender#useNewOffset() which will remove the y offset on item displays, due to change in BlockBench 4.11 item displays展开版本: 2.0.39支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 189,666azurelib-forge-1.19.4 1.0.48azurelib-forge-1.19.4-1.0.48.jar下载1.0.48#Releasev1.0.48- Remove format version check, unneeded- Add GeoItemRender#useNewOffset() which will remove the y offset on item displays, due to change in BlockBench 4.11 item displays展开版本: 1.0.48支持游戏: 1.19.4类型:ForgeRelease下载次数: 114azurelib-forge-1.19.4 1.0.48azurelib-forge-1.19.4-1.0.48.jar下载1.0.48#Releasev1.0.48- Remove format version check, unneeded- Add GeoItemRender#useNewOffset() which will remove the y offset on item displays, due to change in BlockBench 4.11 item displays展开版本: 1.0.48支持游戏: 1.19.4类型:ForgeRelease下载次数: 32azurelib-fabric-1.19.4 1.0.48azurelib-fabric-1.19.4-1.0.48.jar下载1.0.48#Releasev1.0.48- Remove format version check, unneeded- Add GeoItemRender#useNewOffset() which will remove the y offset on item displays, due to change in BlockBench 4.11 item displays展开版本: 1.0.48支持游戏: 1.19.4类型:FabricRelease下载次数: 239azurelib-forge-1.19.2 1.0.54azurelib-forge-1.19.2-1.0.54.jar下载1.0.54#Releasev1.0.54- Remove format version check, unneeded- Add GeoItemRender#useNewOffset() which will remove the y offset on item displays, due to change in BlockBench 4.11 item displays展开版本: 1.0.54支持游戏: 1.19.2类型:ForgeRelease下载次数: 3,839azurelib-fabric-1.19.2 1.0.54azurelib-fabric-1.19.2-1.0.54.jar下载1.0.54#Releasev1.0.54- Remove format version check, unneeded- Add GeoItemRender#useNewOffset() which will remove the y offset on item displays, due to change in BlockBench 4.11 item displays展开版本: 1.0.54支持游戏: 1.19.2类型:FabricRelease下载次数: 1,582azurelib-forge-1.18.2 1.0.45azurelib-forge-1.18.2-1.0.45.jar下载1.0.45#Releasev1.0.45- Remove format version check, unneeded- Add GeoItemRender#useNewOffset() which will remove the y offset on item displays, due to change in BlockBench 4.11 item displays展开版本: 1.0.45支持游戏: 1.18.2类型:ForgeRelease下载次数: 189azurelib-fabric-1.18.2 1.0.45azurelib-fabric-1.18.2-1.0.45.jar下载1.0.45#Releasev1.0.45- Remove format version check, unneeded- Add GeoItemRender#useNewOffset() which will remove the y offset on item displays, due to change in BlockBench 4.11 item displays展开版本: 1.0.45支持游戏: 1.18.2类型:FabricRelease下载次数: 82azurelib-forge-1.17.1 1.0.26azurelib-forge-1.17.1-1.0.26.jar下载1.0.26#Releasev1.0.26- Remove format version check, unneeded- Add GeoItemRender#useNewOffset() which will remove the y offset on item displays, due to change in BlockBench 4.11 item displays展开版本: 1.0.26支持游戏: 1.17.1类型:ForgeRelease下载次数: 43azurelib-fabric-1.17.1 1.0.26azurelib-fabric-1.17.1-1.0.26.jar下载1.0.26#Releasev1.0.26- Remove format version check, unneeded- Add GeoItemRender#useNewOffset() which will remove the y offset on item displays, due to change in BlockBench 4.11 item displays展开版本: 1.0.26支持游戏: 1.17.1类型:FabricRelease下载次数: 35azurelib-fabric-1.16.5 1.0.50azurelib-fabric-1.16.5-1.0.50.jar下载1.0.50#Releasev1.0.50- Remove format version check, unneeded- Add GeoItemRender#useNewOffset() which will remove the y offset on item displays, due to change in BlockBench 4.11 item displays展开版本: 1.0.50支持游戏: 1.16.5类型:FabricRelease下载次数: 73azurelib-forge-1.16.5 1.0.50azurelib-forge-1.16.5-1.0.50.jar下载1.0.50#Releasev1.0.50- Remove format version check, unneeded- Add GeoItemRender#useNewOffset() which will remove the y offset on item displays, due to change in BlockBench 4.11 item displays展开版本: 1.0.50支持游戏: 1.16.5类型:ForgeRelease下载次数: 142azurelib-forge-1.15.2 1.0.9azurelib-forge-1.15.2-1.0.9.jar下载1.0.9#Releasev1.0.9- Remove format version check, unneeded- Add GeoItemRender#useNewOffset() which will remove the y offset on item displays, due to change in BlockBench 4.11 item displays展开版本: 1.0.9支持游戏: 1.15.2类型:ForgeRelease下载次数: 44neo 2.3.26azurelib-neo-1.21.1-2.3.26.jar下载2.3.26#Releasev2.3.26- Only throw error if no format version展开版本: 2.3.26支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 95fabric 2.3.26azurelib-fabric-1.21.1-2.3.26.jar下载2.3.26#Releasev2.3.26- Only throw error if no format version展开版本: 2.3.26支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 294neo 2.2.21azurelib-neo-1.20.6-2.2.21.jar下载2.2.21#Releasev2.2.21- Only throw error if no format version展开版本: 2.2.21支持游戏: 1.20.6类型:NeoForgeRelease下载次数: 63fabric 2.2.21azurelib-fabric-1.20.6-2.2.21.jar下载2.2.21#Releasev2.2.21- Only throw error if no format version展开版本: 2.2.21支持游戏: 1.20.6类型:FabricQuiltRelease下载次数: 36fabric 2.1.23azurelib-fabric-1.20.4-2.1.23.jar下载2.1.23#Releasev2.1.23- Only throw error if no format version展开版本: 2.1.23支持游戏: 1.20.4类型:FabricQuiltRelease下载次数: 47neoforge 2.1.23azurelib-neo-1.20.4-2.1.23.jar下载2.1.23#Releasev2.1.23- Only throw error if no format version展开版本: 2.1.23支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 24fabric 2.0.38azurelib-fabric-1.20.1-2.0.38.jar下载2.0.38#Releasev2.0.38- Only throw error if no format version展开版本: 2.0.38支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 918neoforge 2.0.38azurelib-neo-1.20.1-2.0.38.jar下载2.0.38#Releasev2.0.38- Only throw error if no format version展开版本: 2.0.38支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 1,050azurelib-forge-1.19.4 1.0.47azurelib-forge-1.19.4-1.0.47.jar下载1.0.47#Releasev1.0.47- Only throw error if no format version展开版本: 1.0.47支持游戏: 1.19.4类型:ForgeRelease下载次数: 25azurelib-fabric-1.19.4 1.0.47azurelib-fabric-1.19.4-1.0.47.jar下载1.0.47#Releasev1.0.47- Only throw error if no format version展开版本: 1.0.47支持游戏: 1.19.4类型:FabricRelease下载次数: 29azurelib-forge-1.19.2 1.0.53azurelib-forge-1.19.2-1.0.53.jar下载1.0.53#Releasev1.0.53- Only throw error if no format version展开版本: 1.0.53支持游戏: 1.19.2类型:ForgeRelease下载次数: 54azurelib-fabric-1.19.2 1.0.53azurelib-fabric-1.19.2-1.0.53.jar下载1.0.53#Releasev1.0.53- Only throw error if no format version展开版本: 1.0.53支持游戏: 1.19.2类型:FabricRelease下载次数: 31azurelib-forge-1.18.2 1.0.44azurelib-forge-1.18.2-1.0.44.jar下载1.0.44#Releasev1.0.44- Only throw error if no format version展开版本: 1.0.44支持游戏: 1.18.2类型:ForgeRelease下载次数: 22azurelib-fabric-1.18.2 1.0.44azurelib-fabric-1.18.2-1.0.44.jar下载1.0.44#Releasev1.0.44- Only throw error if no format version展开版本: 1.0.44支持游戏: 1.18.2类型:FabricRelease下载次数: 22azurelib-fabric-1.17.1 1.0.25azurelib-fabric-1.17.1-1.0.25.jar下载1.0.25#Releasev1.0.25- Only throw error if no format version展开版本: 1.0.25支持游戏: 1.17.1类型:FabricRelease下载次数: 21azurelib-forge-1.17.1 1.0.25azurelib-forge-1.17.1-1.0.25.jar下载1.0.25#Releasev1.0.25- Only throw error if no format version展开版本: 1.0.25支持游戏: 1.17.1类型:ForgeRelease下载次数: 21azurelib-forge-1.16.5 1.0.49azurelib-forge-1.16.5-1.0.49.jar下载1.0.49#Releasev1.0.49- Only throw error if no format version展开版本: 1.0.49支持游戏: 1.16.5类型:ForgeRelease下载次数: 23azurelib-fabric-1.16.5 1.0.49azurelib-fabric-1.16.5-1.0.49.jar下载1.0.49#Releasev1.0.49- Only throw error if no format version展开版本: 1.0.49支持游戏: 1.16.5类型:FabricRelease下载次数: 23azurelib-forge-1.15.2 1.0.8azurelib-forge-1.15.2-1.0.8.jar下载1.0.8#Releasev1.0.8- Only throw error if no format version展开版本: 1.0.8支持游戏: 1.15.2类型:ForgeRelease下载次数: 21fabric 2.3.25azurelib-fabric-1.21.1-2.3.25.jar下载2.3.25#Releasev2.3.25- Port Avoid duplicating mc code to improve compat in mixins- Updated to latest NeoForge to fix crash with https://github.com/neoforged/NeoForge/pull/1541- MixinHumanoidArmorLayer Mixin fixed now with NeoForge展开版本: 2.3.25支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 1,277neo 2.3.25azurelib-neo-1.21.1-2.3.25.jar下载2.3.25#Releasev2.3.25- Port Avoid duplicating mc code to improve compat in mixins- Updated to latest NeoForge to fix crash with https://github.com/neoforged/NeoForge/pull/1541- MixinHumanoidArmorLayer Mixin fixed now with NeoForge展开版本: 2.3.25支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 1,035neo 2.3.24azurelib-neo-1.21.1-2.3.24.jar下载2.3.24#Releasev2.3.24- Adjust cache for BB exporting using weird version, which still works.展开版本: 2.3.24支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 440fabric 2.3.24azurelib-fabric-1.21.1-2.3.24.jar下载2.3.24#Releasev2.3.24- Adjust cache for BB exporting using weird version, which still works.展开版本: 2.3.24支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 595neo 2.2.20azurelib-neo-1.20.6-2.2.20.jar下载2.2.20#Releasev2.2.20- Adjust cache for BB exporting using weird version, which still works.展开版本: 2.2.20支持游戏: 1.20.6类型:NeoForgeRelease下载次数: 33fabric 2.2.20azurelib-fabric-1.20.6-2.2.20.jar下载2.2.20#Releasev2.2.20- Adjust cache for BB exporting using weird version, which still works.展开版本: 2.2.20支持游戏: 1.20.6类型:FabricQuiltRelease下载次数: 104fabric 2.1.22azurelib-fabric-1.20.4-2.1.22.jar下载2.1.22#Releasev2.1.22- Adjust cache for BB exporting using weird version, which still works.展开版本: 2.1.22支持游戏: 1.20.4类型:FabricQuiltRelease下载次数: 330neoforge 2.1.22azurelib-neo-1.20.4-2.1.22.jar下载2.1.22#Releasev2.1.22- Adjust cache for BB exporting using weird version, which still works.展开版本: 2.1.22支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 36fabric 2.0.37azurelib-fabric-1.20.1-2.0.37.jar下载2.0.37#Releasev2.0.37- Adjust cache for BB exporting using weird version, which still works.展开版本: 2.0.37支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 12,724neoforge 2.0.37azurelib-neo-1.20.1-2.0.37.jar下载2.0.37#Releasev2.0.37- Adjust cache for BB exporting using weird version, which still works.展开版本: 2.0.37支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 5,629azurelib-forge-1.19.4 1.0.46azurelib-forge-1.19.4-1.0.46.jar下载1.0.46#Releasev1.0.46- Adjust cache for BB exporting using weird version, which still works.- Ports Config system to Forge as well so 1.19.4 has parity with Fabric.展开版本: 1.0.46支持游戏: 1.19.4类型:ForgeRelease下载次数: 36azurelib-fabric-1.19.4 1.0.46azurelib-fabric-1.19.4-1.0.46.jar下载1.0.46#Releasev1.0.46- Adjust cache for BB exporting using weird version, which still works.展开版本: 1.0.46支持游戏: 1.19.4类型:FabricRelease下载次数: 61azurelib-forge-1.19.2 1.0.52azurelib-forge-1.19.2-1.0.52.jar下载1.0.52#Releasev1.0.52- Adjust cache for BB exporting using weird version, which still works.- Ports Config system to 1.19.2.展开版本: 1.0.52支持游戏: 1.19.2类型:ForgeRelease下载次数: 250azurelib-fabric-1.19.2 1.0.52azurelib-fabric-1.19.2-1.0.52.jar下载1.0.52#Releasev1.0.52- Adjust cache for BB exporting using weird version, which still works.- Ports Config system to 1.19.2.展开版本: 1.0.52支持游戏: 1.19.2类型:FabricRelease下载次数: 191azurelib-fabric-1.18.2 1.0.43azurelib-fabric-1.18.2-1.0.43.jar下载1.0.43#Releasev1.0.43- Adjust cache for BB exporting using weird version, which still works.- Ports Config system to 1.18.2.展开版本: 1.0.43支持游戏: 1.18.2类型:FabricRelease下载次数: 37azurelib-forge-1.18.2 1.0.43azurelib-forge-1.18.2-1.0.43.jar下载1.0.43#Releasev1.0.43- Adjust cache for BB exporting using weird version, which still works.- Ports Config system to 1.18.2.展开版本: 1.0.43支持游戏: 1.18.2类型:ForgeRelease下载次数: 49azurelib-fabric-1.17.1 1.0.24azurelib-fabric-1.17.1-1.0.24.jar下载1.0.24#Releasev1.0.24- Adjust cache for BB exporting using weird version, which still works.- Ports Config system to 1.17.1.展开版本: 1.0.24支持游戏: 1.17.1类型:FabricRelease下载次数: 30azurelib-forge-1.17.1 1.0.24azurelib-forge-1.17.1-1.0.24.jar下载1.0.24#Releasev1.0.24- Adjust cache for BB exporting using weird version, which still works.- Ports Config system to 1.17.1.展开版本: 1.0.24支持游戏: 1.17.1类型:ForgeRelease下载次数: 33azurelib-fabric-1.16.5 1.0.48azurelib-fabric-1.16.5-1.0.48.jar下载1.0.48#Releasev1.0.48- Adjust cache for BB exporting using weird version, which still works.- Ports Config system to 1.16.5.展开版本: 1.0.48支持游戏: 1.16.5类型:FabricRelease下载次数: 37azurelib-forge-1.16.5 1.0.48azurelib-forge-1.16.5-1.0.48.jar下载1.0.48#Releasev1.0.48- Adjust cache for BB exporting using weird version, which still works.- Ports Config system to 1.16.5.展开版本: 1.0.48支持游戏: 1.16.5类型:ForgeRelease下载次数: 42azurelib-forge-1.15.2 1.0.7azurelib-forge-1.15.2-1.0.7.jar下载1.0.7#Releasev1.0.7- Adjust cache for BB exporting using weird version, which still works.展开版本: 1.0.7支持游戏: 1.15.2类型:ForgeRelease下载次数: 30neo 2.3.23azurelib-neo-1.21.1-2.3.23.jar下载2.3.23#Releasev2.3.23- Use root locale when converting strings - PlanetTeamSpeak- Add missing client packet registartion on Fabric展开版本: 2.3.23支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 75fabric 2.3.23azurelib-fabric-1.21.1-2.3.23.jar下载2.3.23#Releasev2.3.23- Use root locale when converting strings - PlanetTeamSpeak- Add missing client packet registartion on Fabric展开版本: 2.3.23支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 326neo 2.2.19azurelib-neo-1.20.6-2.2.19.jar下载2.2.19#Releasev2.2.19- Use root locale when converting strings - PlanetTeamSpeak- Fixes Neo packets not properly triggering- Add missing client packet registartion on Fabric展开版本: 2.2.19支持游戏: 1.20.6类型:NeoForgeRelease下载次数: 44fabric 2.2.19azurelib-fabric-1.20.6-2.2.19.jar下载2.2.19#Releasev2.2.19- Use root locale when converting strings - PlanetTeamSpeak- Fixes Neo packets not properly triggering- Add missing client packet registartion on Fabric展开版本: 2.2.19支持游戏: 1.20.6类型:FabricQuiltRelease下载次数: 40fabric 2.1.21azurelib-fabric-1.20.4-2.1.21.jar下载2.1.21#Releasev2.1.21- Use root locale when converting strings - PlanetTeamSpeak展开版本: 2.1.21支持游戏: 1.20.4类型:FabricQuiltRelease下载次数: 65neoforge 2.1.21azurelib-neo-1.20.4-2.1.21.jar下载2.1.21#Releasev2.1.21- Use root locale when converting strings - PlanetTeamSpeak展开版本: 2.1.21支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 85fabric 2.0.36azurelib-fabric-1.20.1-2.0.36.jar下载2.0.36#Releasev2.0.36- Use root locale when converting strings - PlanetTeamSpeak展开版本: 2.0.36支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 2,503neoforge 2.0.36azurelib-neo-1.20.1-2.0.36.jar下载2.0.36#Releasev2.0.36- Use root locale when converting strings - PlanetTeamSpeak展开版本: 2.0.36支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 870fabric 2.0.36azurelib-fabric-1.20.1-2.0.36.jar下载2.0.36#Releasev2.0.36- Use root locale when converting strings - PlanetTeamSpeak展开版本: 2.0.36支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 37neoforge 2.0.36azurelib-neo-1.20.1-2.0.36.jar下载2.0.36#Releasev2.0.36- Use root locale when converting strings - PlanetTeamSpeak展开版本: 2.0.36支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 52azurelib-forge-1.19.4 1.0.45azurelib-forge-1.19.4-1.0.45.jar下载1.0.45#Releasev1.0.45- Use root locale when converting strings - PlanetTeamSpeak展开版本: 1.0.45支持游戏: 1.19.4类型:ForgeRelease下载次数: 24azurelib-fabric-1.19.4 1.0.45azurelib-fabric-1.19.4-1.0.45.jar下载1.0.45#Releasev1.0.45- Use root locale when converting strings - PlanetTeamSpeak展开版本: 1.0.45支持游戏: 1.19.4类型:FabricRelease下载次数: 30azurelib-forge-1.19.2 1.0.51azurelib-forge-1.19.2-1.0.51.jar下载1.0.51#Releasev1.0.51- Use root locale when converting strings - PlanetTeamSpeak展开版本: 1.0.51支持游戏: 1.19.2类型:ForgeRelease下载次数: 67azurelib-fabric-1.19.2 1.0.51azurelib-fabric-1.19.2-1.0.51.jar下载1.0.51#Releasev1.0.51- Use root locale when converting strings - PlanetTeamSpeak展开版本: 1.0.51支持游戏: 1.19.2类型:FabricRelease下载次数: 47azurelib-forge-1.18.2 1.0.42azurelib-forge-1.18.2-1.0.42.jar下载1.0.42#Releasev1.0.42- Use root locale when converting strings - PlanetTeamSpeak展开版本: 1.0.42支持游戏: 1.18.2类型:ForgeRelease下载次数: 30azurelib-fabric-1.18.2 1.0.42azurelib-fabric-1.18.2-1.0.42.jar下载1.0.42#Releasev1.0.42- Use root locale when converting strings - PlanetTeamSpeak展开版本: 1.0.42支持游戏: 1.18.2类型:FabricRelease下载次数: 26azurelib-forge-1.17.1 1.0.23azurelib-forge-1.17.1-1.0.23.jar下载1.0.23#Releasev1.0.23- Use root locale when converting strings - PlanetTeamSpeak展开版本: 1.0.23支持游戏: 1.17.1类型:ForgeRelease下载次数: 21azurelib-fabric-1.17.1 1.0.23azurelib-fabric-1.17.1-1.0.23.jar下载1.0.23#Releasev1.0.23- Use root locale when converting strings - PlanetTeamSpeak展开版本: 1.0.23支持游戏: 1.17.1类型:FabricRelease下载次数: 22azurelib-fabric-1.16.5 1.0.47azurelib-fabric-1.16.5-1.0.47.jar下载1.0.47#Releasev1.0.47- Use root locale when converting strings - PlanetTeamSpeak展开版本: 1.0.47支持游戏: 1.16.5类型:FabricRelease下载次数: 23azurelib-forge-1.16.5 1.0.47azurelib-forge-1.16.5-1.0.47.jar下载1.0.47#Releasev1.0.47- Use root locale when converting strings - PlanetTeamSpeak展开版本: 1.0.47支持游戏: 1.16.5类型:ForgeRelease下载次数: 27azurelib-forge-1.15.2 1.0.6azurelib-forge-1.15.2-1.0.6.jar下载1.0.6#Releasev1.0.6- Use root locale when converting strings - PlanetTeamSpeak展开版本: 1.0.6支持游戏: 1.15.2类型:ForgeRelease下载次数: 20fabric 2.3.22azurelib-fabric-1.21.1-2.3.22.jar下载2.3.22#Releasev2.3.22- Fixes packets not firing properly on NeoForge.- Tweaked CommonUtils#spawnLightSource展开版本: 2.3.22支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 4,332neo 2.3.22azurelib-neo-1.21.1-2.3.22.jar下载2.3.22#Releasev2.3.22- Fixes packets not firing properly on NeoForge.- Tweaked CommonUtils#spawnLightSource展开版本: 2.3.22支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 640neo 2.3.21azurelib-neo-1.21.1-2.3.21.jar下载2.3.21#Releasev2.3.21- Fixes missing faceRotation from RenderUtils展开版本: 2.3.21支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 48fabric 2.3.21azurelib-fabric-1.21.1-2.3.21.jar下载2.3.21#Releasev2.3.21- Fixes missing faceRotation from RenderUtils展开版本: 2.3.21支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 249neo 2.2.17azurelib-neo-1.20.6-2.2.17.jar下载2.2.17#Releasev2.2.17- Tweaked DyeableGeoArmorRender to match on all MC versions.- Added DynamicGeoRenders for Armor, Blocks, Items, Objects and ReplacedEntities展开版本: 2.2.17支持游戏: 1.20.6类型:NeoForgeRelease下载次数: 29fabric 2.3.20azurelib-fabric-1.21.1-2.3.20.jar下载2.3.20#Releasev2.3.20- Tweaked DyeableGeoArmorRender to match on all MC versions.- Added DynamicGeoRenders for Armor, Blocks, Items, Objects and ReplacedEntities展开版本: 2.3.20支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 55neo 2.3.20azurelib-neo-1.21.1-2.3.20.jar下载2.3.20#Releasev2.3.20- Tweaked DyeableGeoArmorRender to match on all MC versions.- Added DynamicGeoRenders for Armor, Blocks, Items, Objects and ReplacedEntities展开版本: 2.3.20支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 38fabric 2.2.17azurelib-fabric-1.20.6-2.2.17.jar下载2.2.17#Releasev2.2.17- Tweaked DyeableGeoArmorRender to match on all MC versions.- Added DynamicGeoRenders for Armor, Blocks, Items, Objects and ReplacedEntities展开版本: 2.2.17支持游戏: 1.20.6类型:FabricQuiltRelease下载次数: 93neoforge 2.1.20azurelib-neo-1.20.4-2.1.20.jar下载2.1.20#Releasev2.1.20- Tweaked DyeableGeoArmorRender to match on all MC versions.- Added DynamicGeoRenders for Armor, Blocks, Items, Objects and ReplacedEntities展开版本: 2.1.20支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 24fabric 2.1.20azurelib-fabric-1.20.4-2.1.20.jar下载2.1.20#Releasev2.1.20- Tweaked DyeableGeoArmorRender to match on all MC versions.- Added DynamicGeoRenders for Armor, Blocks, Items, Objects and ReplacedEntities展开版本: 2.1.20支持游戏: 1.20.4类型:FabricQuiltRelease下载次数: 270fabric 2.0.35azurelib-fabric-1.20.1-2.0.35.jar下载2.0.35#Releasev2.0.35- Tweaked DyeableGeoArmorRender to match on all MC versions.- Added DynamicGeoRenders for Armor, Blocks, Items, Objects and ReplacedEntities展开版本: 2.0.35支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 8,825neoforge 2.0.35azurelib-neo-1.20.1-2.0.35.jar下载2.0.35#Releasev2.0.35- Tweaked DyeableGeoArmorRender to match on all MC versions.- Added DynamicGeoRenders for Armor, Blocks, Items, Objects and ReplacedEntities展开版本: 2.0.35支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 7,880azurelib-forge-1.19.4 1.0.44azurelib-forge-1.19.4-1.0.44.jar下载1.0.44#Releasev1.0.44- Tweaked DyeableGeoArmorRender to match on all MC versions.- Added DynamicGeoRenders for Armor, Blocks, Items, Objects and ReplacedEntities展开版本: 1.0.44支持游戏: 1.19.4类型:ForgeRelease下载次数: 27azurelib-fabric-1.19.4 1.0.44azurelib-fabric-1.19.4-1.0.44.jar下载1.0.44#Releasev1.0.44- Tweaked DyeableGeoArmorRender to match on all MC versions.- Added DynamicGeoRenders for Armor, Blocks, Items, Objects and ReplacedEntities展开版本: 1.0.44支持游戏: 1.19.4类型:FabricRelease下载次数: 43azurelib-forge-1.19.2 1.0.50azurelib-forge-1.19.2-1.0.50.jar下载1.0.50#Releasev1.0.50- Tweaked DyeableGeoArmorRender to match on all MC versions.- Added DynamicGeoRenders for Armor, Blocks, Items, Objects and ReplacedEntities展开版本: 1.0.50支持游戏: 1.19.2类型:ForgeRelease下载次数: 201azurelib-fabric-1.19.2 1.0.50azurelib-fabric-1.19.2-1.0.50.jar下载1.0.50#Releasev1.0.50- Tweaked DyeableGeoArmorRender to match on all MC versions.- Added DynamicGeoRenders for Armor, Blocks, Items, Objects and ReplacedEntities展开版本: 1.0.50支持游戏: 1.19.2类型:FabricRelease下载次数: 172azurelib-forge-1.18.2 1.0.41azurelib-forge-1.18.2-1.0.41.jar下载1.0.41#Releasev1.0.41- Tweaked DyeableGeoArmorRender to match on all MC versions.- Added DynamicGeoRenders for Armor, Blocks, Items, Objects and ReplacedEntities展开版本: 1.0.41支持游戏: 1.18.2类型:ForgeRelease下载次数: 38azurelib-fabric-1.18.2 1.0.41azurelib-fabric-1.18.2-1.0.41.jar下载1.0.41#Releasev1.0.41- Tweaked DyeableGeoArmorRender to match on all MC versions.- Added DynamicGeoRenders for Armor, Blocks, Items, Objects and ReplacedEntities展开版本: 1.0.41支持游戏: 1.18.2类型:FabricRelease下载次数: 27azurelib-fabric-1.17.1 1.0.22azurelib-fabric-1.17.1-1.0.22.jar下载1.0.22#Releasev1.0.22- Tweaked DyeableGeoArmorRender to match on all MC versions.- Added DynamicGeoRenders for Armor, Blocks, Items, Objects and ReplacedEntities展开版本: 1.0.22支持游戏: 1.17.1类型:FabricRelease下载次数: 19azurelib-forge-1.17.1 1.0.22azurelib-forge-1.17.1-1.0.22.jar下载1.0.22#Releasev1.0.22- Tweaked DyeableGeoArmorRender to match on all MC versions.- Added DynamicGeoRenders for Armor, Blocks, Items, Objects and ReplacedEntities展开版本: 1.0.22支持游戏: 1.17.1类型:ForgeRelease下载次数: 20azurelib-forge-1.16.5 1.0.46azurelib-forge-1.16.5-1.0.46.jar下载1.0.46#Releasev1.0.46- Tweaked DyeableGeoArmorRender to match on all MC versions.- Added DynamicGeoRenders for Armor, Blocks, Items, Objects and ReplacedEntities展开版本: 1.0.46支持游戏: 1.16.5类型:ForgeRelease下载次数: 29azurelib-fabric-1.16.5 1.0.46azurelib-fabric-1.16.5-1.0.46.jar下载1.0.46#Releasev1.0.46- Tweaked DyeableGeoArmorRender to match on all MC versions.- Added DynamicGeoRenders for Armor, Blocks, Items, Objects and ReplacedEntities展开版本: 1.0.46支持游戏: 1.16.5类型:FabricRelease下载次数: 31azurelib-forge-1.15.2 1.0.5azurelib-forge-1.15.2-1.0.5.jar下载1.0.5#Releasev1.0.5- Tweaked DyeableGeoArmorRender to match on all MC versions.- Added DynamicGeoRenders for Armor, Blocks, Items, Objects and ReplacedEntities展开版本: 1.0.5支持游戏: 1.15.2类型:ForgeRelease下载次数: 20fabric 2.3.19azurelib-fabric-1.21.1-2.3.19.jar下载2.3.19#Releasev2.3.19- Blacklist neoforge name due to NeoForge#1525- Fixes issues layers/render.展开版本: 2.3.19支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 1,147neo 2.3.19azurelib-neo-1.21.1-2.3.19.jar下载2.3.19#Releasev2.3.19- Blacklist neoforge name due to NeoForge#1525- Fixes issues layers/render.展开版本: 2.3.19支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 600neo 2.3.18azurelib-neo-1.21.1-2.3.18.jar下载2.3.18#Releasev2.3.18- Adds hardStop() for nulling path and pathToPosition if you need it to stop before reaching end node in path in AzureNavigation.- Made pathToPosition protected instead of private in AzureNavigation.- Adds error for new bedrock format number.- Fixes crash due to null context on getPathType in AzureNavigation.- Deprecated DyeableGeoArmorRenderer for 1.21+- Update everything to properly use the colour value, this is a required breaking change.- Tweak AutoGlowingTexture展开版本: 2.3.18支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 77fabric 2.3.18azurelib-fabric-1.21.1-2.3.18.jar下载2.3.18#Releasev2.3.18- Adds hardStop() for nulling path and pathToPosition if you need it to stop before reaching end node in path in AzureNavigation.- Made pathToPosition protected instead of private in AzureNavigation.- Adds error for new bedrock format number.- Fixes crash due to null context on getPathType in AzureNavigation.- Deprecated DyeableGeoArmorRenderer for 1.21+- Update everything to properly use the colour value, this is a required breaking change.- Tweak AutoGlowingTexture展开版本: 2.3.18支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 310neo 2.2.16azurelib-neo-1.20.6-2.2.16.jar下载2.2.16#Releasev2.2.16- Adds hardStop() for nulling path and pathToPosition if you need it to stop before reaching end node in path in AzureNavigation.- Made pathToPosition protected instead of private in AzureNavigation.- Adds error for new bedrock format number.- Fixes crash due to null context on getPathType in AzureNavigation.展开版本: 2.2.16支持游戏: 1.20.6类型:NeoForgeRelease下载次数: 28fabric 2.2.16azurelib-fabric-1.20.6-2.2.16.jar下载2.2.16#Releasev2.2.16- Adds hardStop() for nulling path and pathToPosition if you need it to stop before reaching end node in path in AzureNavigation.- Made pathToPosition protected instead of private in AzureNavigation.- Adds error for new bedrock format number.- Fixes crash due to null context on getPathType in AzureNavigation.展开版本: 2.2.16支持游戏: 1.20.6类型:FabricQuiltRelease下载次数: 85fabric 2.1.19azurelib-fabric-1.20.4-2.1.19.jar下载2.1.19#Releasev2.1.19- Adds hardStop() for nulling path and pathToPosition if you need it to stop before reaching end node in path in AzureNavigation.- Made pathToPosition protected instead of private in AzureNavigation.- Adds error for new bedrock format number.展开版本: 2.1.19支持游戏: 1.20.4类型:FabricQuiltRelease下载次数: 353neoforge 2.1.19azurelib-neo-1.20.4-2.1.19.jar下载2.1.19#Releasev2.1.19- Adds hardStop() for nulling path and pathToPosition if you need it to stop before reaching end node in path in AzureNavigation.- Made pathToPosition protected instead of private in AzureNavigation.- Adds error for new bedrock format number.展开版本: 2.1.19支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 31fabric 2.0.34azurelib-fabric-1.20.1-2.0.34.jar下载2.0.34#Releasev2.0.34- Adds hardStop() for nulling path and pathToPosition if you need it to stop before reaching end node in path in AzureNavigation.- Made pathToPosition protected instead of private in AzureNavigation.- Adds error for new bedrock format number.展开版本: 2.0.34支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 8,142neoforge 2.0.34azurelib-neo-1.20.1-2.0.34.jar下载2.0.34#Releasev2.0.34- Adds hardStop() for nulling path and pathToPosition if you need it to stop before reaching end node in path in AzureNavigation.- Made pathToPosition protected instead of private in AzureNavigation.- Adds error for new bedrock format number.展开版本: 2.0.34支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 7,210azurelib-forge-1.19.4 1.0.43azurelib-forge-1.19.4-1.0.43.jar下载1.0.43#Releasev1.0.43- Adds hardStop() for nulling path and pathToPosition if you need it to stop before reaching end node in path in AzureNavigation.- Made pathToPosition protected instead of private in AzureNavigation.- Adds error for new bedrock format number.展开版本: 1.0.43支持游戏: 1.19.4类型:ForgeRelease下载次数: 25azurelib-fabric-1.19.4 1.0.43azurelib-fabric-1.19.4-1.0.43.jar下载1.0.43#Releasev1.0.43- Adds hardStop() for nulling path and pathToPosition if you need it to stop before reaching end node in path in AzureNavigation.- Made pathToPosition protected instead of private in AzureNavigation.- Adds error for new bedrock format number.展开版本: 1.0.43支持游戏: 1.19.4类型:FabricRelease下载次数: 64azurelib-forge-1.19.2 1.0.49azurelib-forge-1.19.2-1.0.49.jar下载1.0.49#Releasev1.0.49- Adds hardStop() for nulling path and pathToPosition if you need it to stop before reaching end node in path in AzureNavigation.- Made pathToPosition protected instead of private in AzureNavigation.- Adds error for new bedrock format number.展开版本: 1.0.49支持游戏: 1.19.2类型:ForgeRelease下载次数: 171azurelib-fabric-1.19.2 1.0.49azurelib-fabric-1.19.2-1.0.49.jar下载1.0.49#Releasev1.0.49- Adds hardStop() for nulling path and pathToPosition if you need it to stop before reaching end node in path in AzureNavigation.- Made pathToPosition protected instead of private in AzureNavigation.- Adds error for new bedrock format number.展开版本: 1.0.49支持游戏: 1.19.2类型:FabricRelease下载次数: 152azurelib-forge-1.18.2 1.0.40azurelib-forge-1.18.2-1.0.40.jar下载1.0.40#Releasev1.0.40- Adds hardStop() for nulling path and pathToPosition if you need it to stop before reaching end node in path in AzureNavigation.- Made pathToPosition protected instead of private in AzureNavigation.- Adds error for new bedrock format number.展开版本: 1.0.40支持游戏: 1.18.2类型:ForgeRelease下载次数: 53azurelib-fabric-1.18.2 1.0.40azurelib-fabric-1.18.2-1.0.40.jar下载1.0.40#Releasev1.0.40- Adds hardStop() for nulling path and pathToPosition if you need it to stop before reaching end node in path in AzureNavigation.- Made pathToPosition protected instead of private in AzureNavigation.- Adds error for new bedrock format number.展开版本: 1.0.40支持游戏: 1.18.2类型:FabricRelease下载次数: 20azurelib-fabric-1.17.1 1.0.21azurelib-fabric-1.17.1-1.0.21.jar下载1.0.21#Releasev1.0.21- Adds hardStop() for nulling path and pathToPosition if you need it to stop before reaching end node in path in AzureNavigation.- Made pathToPosition protected instead of private in AzureNavigation.- Adds error for new bedrock format number.展开版本: 1.0.21支持游戏: 1.17.1类型:FabricRelease下载次数: 17azurelib-forge-1.17.1 1.0.21azurelib-forge-1.17.1-1.0.21.jar下载1.0.21#Releasev1.0.21- Adds hardStop() for nulling path and pathToPosition if you need it to stop before reaching end node in path in AzureNavigation.- Made pathToPosition protected instead of private in AzureNavigation.- Adds error for new bedrock format number.展开版本: 1.0.21支持游戏: 1.17.1类型:ForgeRelease下载次数: 24azurelib-forge-1.16.5 1.0.45azurelib-forge-1.16.5-1.0.45.jar下载1.0.45#Releasev1.0.45- Adds hardStop() for nulling path and pathToPosition if you need it to stop before reaching end node in path in AzureNavigation.- Made pathToPosition protected instead of private in AzureNavigation.- Adds error for new bedrock format number.展开版本: 1.0.45支持游戏: 1.16.5类型:ForgeRelease下载次数: 39azurelib-fabric-1.16.5 1.0.45azurelib-fabric-1.16.5-1.0.45.jar下载1.0.45#Releasev1.0.45- Adds hardStop() for nulling path and pathToPosition if you need it to stop before reaching end node in path in AzureNavigation.- Made pathToPosition protected instead of private in AzureNavigation.- Adds error for new bedrock format number.展开版本: 1.0.45支持游戏: 1.16.5类型:FabricRelease下载次数: 25azurelib-forge-1.15.2 1.0.4azurelib-forge-1.15.2-1.0.4.jar下载1.0.4#Releasev1.0.4- Adds hardStop() for nulling path and pathToPosition if you need it to stop before reaching end node in path in AzureNavigation.- Made pathToPosition protected instead of private in AzureNavigation.- Adds error for new bedrock format number.展开版本: 1.0.4支持游戏: 1.15.2类型:ForgeRelease下载次数: 20neo 2.3.17azurelib-neo-1.21.1-2.3.17.jar下载2.3.17#Releasev2.3.17- Port fix for shader issue with reflection and emissive texutes.- Fixes quad lighting being flipped.- Fixes crash when loaded with Born in Chaos.- Port fix for Molang Queries IS_IN_WATER_OR_RAIN, IS_ON_FIRE and YAW_SPEED.展开版本: 2.3.17支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 36fabric 2.3.17azurelib-fabric-1.21.1-2.3.17.jar下载2.3.17#Releasev2.3.17- Port fix for shader issue with reflection and emissive texutes.- Fixes quad lighting being flipped.- Fixes crash when loaded with Born in Chaos.- Port fix for Molang Queries IS_IN_WATER_OR_RAIN, IS_ON_FIRE and YAW_SPEED.展开版本: 2.3.17支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 157neo 2.2.15azurelib-neo-1.20.6-2.2.15.jar下载2.2.15#Releasev2.2.15- Port fix for shader issue with reflection and emissive texutes.- Fixes quad lighting being flipped.- Fixes crash when loaded with Born in Chaos.- Port fix for Molang Queries IS_IN_WATER_OR_RAIN, IS_ON_FIRE and YAW_SPEED.展开版本: 2.2.15支持游戏: 1.20.6类型:NeoForgeRelease下载次数: 25fabric 2.2.15azurelib-fabric-1.20.6-2.2.15.jar下载2.2.15#Releasev2.2.15- Port fix for shader issue with reflection and emissive texutes.- Fixes quad lighting being flipped.- Fixes crash when loaded with Born in Chaos.- Port fix for Molang Queries IS_IN_WATER_OR_RAIN, IS_ON_FIRE and YAW_SPEED.展开版本: 2.2.15支持游戏: 1.20.6类型:FabricQuiltRelease下载次数: 35neoforge 2.1.18azurelib-neo-1.20.4-2.1.18.jar下载2.1.18#Releasev2.1.18- Port fix for shader issue with reflection and emissive texutes.- Fixes quad lighting being flipped.- Fixes crash when loaded with Born in Chaos.- Port fix for Molang Queries IS_IN_WATER_OR_RAIN, IS_ON_FIRE and YAW_SPEED.展开版本: 2.1.18支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 19fabric 2.1.18azurelib-fabric-1.20.4-2.1.18.jar下载2.1.18#Releasev2.1.18- Port fix for shader issue with reflection and emissive texutes.- Fixes quad lighting being flipped.- Fixes crash when loaded with Born in Chaos.- Port fix for Molang Queries IS_IN_WATER_OR_RAIN, IS_ON_FIRE and YAW_SPEED.展开版本: 2.1.18支持游戏: 1.20.4类型:FabricQuiltRelease下载次数: 53fabric 2.0.33azurelib-fabric-1.20.1-2.0.33.jar下载2.0.33#Releasev2.0.33- Port fix for shader issue with reflection and emissive texutes.- Fixes quad lighting being flipped.- Fixes crash when loaded with Born in Chaos.- Port fix for Molang Queries IS_IN_WATER_OR_RAIN, IS_ON_FIRE and YAW_SPEED.展开版本: 2.0.33支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 931neoforge 2.0.33azurelib-neo-1.20.1-2.0.33.jar下载2.0.33#Releasev2.0.33- Port fix for shader issue with reflection and emissive texutes.- Fixes quad lighting being flipped.- Fixes crash when loaded with Born in Chaos.- Port fix for Molang Queries IS_IN_WATER_OR_RAIN, IS_ON_FIRE and YAW_SPEED.展开版本: 2.0.33支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 782azurelib-forge-1.19.4 1.0.42azurelib-forge-1.19.4-1.0.42.jar下载1.0.42#Releasev1.0.42- Port fix for shader issue with reflection and emissive texutes.- Fixes quad lighting being flipped.- Fixes crash when loaded with Born in Chaos.- Port fix for Molang Queries IS_IN_WATER_OR_RAIN, IS_ON_FIRE and YAW_SPEED.展开版本: 1.0.42支持游戏: 1.19.4类型:ForgeRelease下载次数: 18azurelib-fabric-1.19.4 1.0.42azurelib-fabric-1.19.4-1.0.42.jar下载1.0.42#Releasev1.0.42- Port fix for shader issue with reflection and emissive texutes.- Fixes quad lighting being flipped.- Fixes crash when loaded with Born in Chaos.- Port fix for Molang Queries IS_IN_WATER_OR_RAIN, IS_ON_FIRE and YAW_SPEED.展开版本: 1.0.42支持游戏: 1.19.4类型:FabricRelease下载次数: 23azurelib-forge-1.19.2 1.0.48azurelib-forge-1.19.2-1.0.48.jar下载1.0.48#Releasev1.0.48- Port fix for shader issue with reflection and emissive texutes.- Fixes quad lighting being flipped.- Fixes crash when loaded with Born in Chaos.- Port fix for Molang Queries IS_IN_WATER_OR_RAIN, IS_ON_FIRE and YAW_SPEED.展开版本: 1.0.48支持游戏: 1.19.2类型:ForgeRelease下载次数: 60azurelib-fabric-1.19.2 1.0.48azurelib-fabric-1.19.2-1.0.48.jar下载1.0.48#Releasev1.0.48- Port fix for shader issue with reflection and emissive texutes.- Fixes quad lighting being flipped.- Fixes crash when loaded with Born in Chaos.- Port fix for Molang Queries IS_IN_WATER_OR_RAIN, IS_ON_FIRE and YAW_SPEED.展开版本: 1.0.48支持游戏: 1.19.2类型:FabricRelease下载次数: 54azurelib-forge-1.18.2 1.0.39azurelib-forge-1.18.2-1.0.39.jar下载1.0.39#Releasev1.0.39- Port fix for shader issue with reflection and emissive texutes.- Fixes quad lighting being flipped.- Fixes crash when loaded with Born in Chaos.- Port fix for Molang Queries IS_IN_WATER_OR_RAIN, IS_ON_FIRE and YAW_SPEED.展开版本: 1.0.39支持游戏: 1.18.2类型:ForgeRelease下载次数: 27azurelib-fabric-1.18.2 1.0.39azurelib-fabric-1.18.2-1.0.39.jar下载1.0.39#Releasev1.0.39- Port fix for shader issue with reflection and emissive texutes.- Fixes quad lighting being flipped.- Fixes crash when loaded with Born in Chaos.- Port fix for Molang Queries IS_IN_WATER_OR_RAIN, IS_ON_FIRE and YAW_SPEED.展开版本: 1.0.39支持游戏: 1.18.2类型:FabricRelease下载次数: 37azurelib-forge-1.17.1 1.0.20azurelib-forge-1.17.1-1.0.20.jar下载1.0.20#Releasev1.0.20- Port fix for shader issue with reflection and emissive texutes.- Fixes quad lighting being flipped.- Fixes crash when loaded with Born in Chaos.- Port fix for Molang Queries IS_IN_WATER_OR_RAIN, IS_ON_FIRE and YAW_SPEED.展开版本: 1.0.20支持游戏: 1.17.1类型:ForgeRelease下载次数: 19azurelib-fabric-1.17.1 1.0.20azurelib-fabric-1.17.1-1.0.20.jar下载1.0.20#Releasev1.0.20- Port fix for shader issue with reflection and emissive texutes.- Fixes quad lighting being flipped.- Fixes crash when loaded with Born in Chaos.- Port fix for Molang Queries IS_IN_WATER_OR_RAIN, IS_ON_FIRE and YAW_SPEED.展开版本: 1.0.20支持游戏: 1.17.1类型:FabricRelease下载次数: 21azurelib-fabric-1.16.5 1.0.44azurelib-fabric-1.16.5-1.0.44.jar下载1.0.44#Releasev1.0.44- Port fix for shader issue with reflection and emissive texutes.- Fixes quad lighting being flipped.- Fixes crash when loaded with Born in Chaos.- Port fix for Molang Queries IS_IN_WATER_OR_RAIN, IS_ON_FIRE and YAW_SPEED.展开版本: 1.0.44支持游戏: 1.16.5类型:FabricRelease下载次数: 17azurelib-forge-1.16.5 1.0.44azurelib-forge-1.16.5-1.0.44.jar下载1.0.44#Releasev1.0.43- Port fix for shader issue with reflection and emissive texutes.- Fixes quad lighting being flipped.- Fixes crash when loaded with Born in Chaos.- Port fix for Molang Queries IS_IN_WATER_OR_RAIN, IS_ON_FIRE and YAW_SPEED.展开版本: 1.0.44支持游戏: 1.16.5类型:ForgeRelease下载次数: 31azurelib-forge-1.15.2 1.0.3azurelib-forge-1.15.2-1.0.3.jar下载1.0.3#Releasev1.0.3- Port fix for shader issue with reflection and emissive texutes.- Fixes quad lighting being flipped.- Fixes crash when loaded with Born in Chaos.- Port fix for Molang Queries IS_IN_WATER_OR_RAIN, IS_ON_FIRE and YAW_SPEED.展开版本: 1.0.3支持游戏: 1.15.2类型:ForgeRelease下载次数: 25neo 2.3.16azurelib-neo-1.21.1-2.3.16.jar下载2.3.16#Releasev2.3.16- Built against 1.21.1展开版本: 2.3.16支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 1,277fabric 2.3.16azurelib-fabric-1.21.1-2.3.16.jar下载2.3.16#Releasev2.3.16- Built against 1.21.1展开版本: 2.3.16支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 2,410neo 2.3.15azurelib-neo-1.21-2.3.15.jar下载2.3.15#Releasev2.3.15- few Java doc fixes.- Fixes NeoForge Config crash.- hopefully fixes AzureNav crash展开版本: 2.3.15支持游戏: 1.21类型:NeoForgeRelease下载次数: 2,265fabric 2.3.15azurelib-fabric-1.21-2.3.15.jar下载2.3.15#Releasev2.3.15- few Java doc fixes.- Fixes NeoForge Config crash.- hopefully fixes AzureNav crash展开版本: 2.3.15支持游戏: 1.21类型:FabricQuiltRelease下载次数: 36,911fabric 2.3.14azurelib-fabric-1.21-2.3.14.jar下载2.3.14#Releasev2.3.14- Move the buffer rebuilding to earlier to avoid using buffers that aren\'t building.- Fixes configuration thread not closing on datagen for Fabric.- Fixes error if config folder is missing on first run only.- Closes configuration thread in a safer way.展开版本: 2.3.14支持游戏: 1.21类型:FabricQuiltRelease下载次数: 3,385neo 2.3.14azurelib-neo-1.21-2.3.14.jar下载2.3.14#Releasev2.3.14- Move the buffer rebuilding to earlier to avoid using buffers that aren\'t building.- Fixes configuration thread not closing on datagen for Fabric.- Fixes error if config folder is missing on first run only.- Closes configuration thread in a safer way.展开版本: 2.3.14支持游戏: 1.21类型:NeoForgeRelease下载次数: 633neo 2.2.14azurelib-neo-1.20.6-2.2.14.jar下载2.2.14#Releasev2.2.14- Move the buffer rebuilding to earlier to avoid using buffers that aren\'t building.- Fixes configuration thread not closing on datagen for Fabric.- Fixes error if config folder is missing on first run only.- Closes configuration thread in a safer way.展开版本: 2.2.14支持游戏: 1.20.6类型:NeoForgeRelease下载次数: 104fabric 2.2.14azurelib-fabric-1.20.6-2.2.14.jar下载2.2.14#Releasev2.2.14- Move the buffer rebuilding to earlier to avoid using buffers that aren\'t building.- Fixes configuration thread not closing on datagen for Fabric.- Fixes error if config folder is missing on first run only.- Closes configuration thread in a safer way.展开版本: 2.2.14支持游戏: 1.20.6类型:FabricQuiltRelease下载次数: 813neoforge 2.1.17azurelib-neo-1.20.4-2.1.17.jar下载2.1.17#Releasev2.1.17- Move the buffer rebuilding to earlier to avoid using buffers that aren\'t building.- Fixes configuration thread not closing on datagen for Fabric.- Fixes error if config folder is missing on first run only.- Closes configuration thread in a safer way.展开版本: 2.1.17支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 120fabric 2.1.17azurelib-fabric-1.20.4-2.1.17.jar下载2.1.17#Releasev2.1.17- Move the buffer rebuilding to earlier to avoid using buffers that aren\'t building.- Fixes configuration thread not closing on datagen for Fabric.- Fixes error if config folder is missing on first run only.- Closes configuration thread in a safer way.展开版本: 2.1.17支持游戏: 1.20.4类型:FabricQuiltRelease下载次数: 2,316fabric 2.0.30azurelib-fabric-1.20.1-2.0.30.jar下载2.0.30#Releasev2.0.31- Move the buffer rebuilding to earlier to avoid using buffers that aren\'t building.- Fixes configuration thread not closing on datagen for Fabric.- Fixes error if config folder is missing on first run only.- Closes configuration thread in a safer way.展开版本: 2.0.30支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 100,831neoforge 2.0.30azurelib-neo-1.20.1-2.0.30.jar下载2.0.30#Releasev2.0.31- Move the buffer rebuilding to earlier to avoid using buffers that aren\'t building.- Fixes configuration thread not closing on datagen for Fabric.- Fixes error if config folder is missing on first run only.- Closes configuration thread in a safer way.展开版本: 2.0.30支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 96,081azurelib-fabric-1.19.4 1.0.41azurelib-fabric-1.19.4-1.0.41.jar下载1.0.41#Releasev1.0.41- Move the buffer rebuilding to earlier to avoid using buffers that aren\'t building.- Fixes configuration thread not closing on datagen for Fabric.- Fixes error if config folder is missing on first run only.- Closes configuration thread in a safer way.展开版本: 1.0.41支持游戏: 1.19.4类型:FabricRelease下载次数: 291azurelib-forge-1.19.4 1.0.41azurelib-forge-1.19.4-1.0.41.jar下载1.0.41#Releasev1.0.41- Move the buffer rebuilding to earlier to avoid using buffers that aren\'t building.展开版本: 1.0.41支持游戏: 1.19.4类型:ForgeRelease下载次数: 150azurelib-forge-1.19.2 1.0.47azurelib-forge-1.19.2-1.0.47.jar下载1.0.47#Releasev1.0.47- Move the buffer rebuilding to earlier to avoid using buffers that aren\'t building.展开版本: 1.0.47支持游戏: 1.19.2类型:ForgeRelease下载次数: 2,703azurelib-fabric-1.19.2 1.0.47azurelib-fabric-1.19.2-1.0.47.jar下载1.0.47#Releasev1.0.47- Move the buffer rebuilding to earlier to avoid using buffers that aren\'t building.展开版本: 1.0.47支持游戏: 1.19.2类型:FabricRelease下载次数: 1,925azurelib-forge-1.18.2 1.0.38azurelib-forge-1.18.2-1.0.38.jar下载1.0.38#Releasev1.0.38- Move the buffer rebuilding to earlier to avoid using buffers that aren\'t building.展开版本: 1.0.38支持游戏: 1.18.2类型:ForgeRelease下载次数: 229azurelib-fabric-1.18.2 1.0.38azurelib-fabric-1.18.2-1.0.38.jar下载1.0.38#Releasev1.0.38- Move the buffer rebuilding to earlier to avoid using buffers that aren\'t building.展开版本: 1.0.38支持游戏: 1.18.2类型:FabricRelease下载次数: 77azurelib-forge-1.17.1 1.0.19azurelib-forge-1.17.1-1.0.19.jar下载1.0.19#Releasev1.0.19- Move the buffer rebuilding to earlier to avoid using buffers that aren\'t building.展开版本: 1.0.19支持游戏: 1.17.1类型:ForgeRelease下载次数: 55azurelib-fabric-1.17.1 1.0.19azurelib-fabric-1.17.1-1.0.19.jar下载1.0.19#Releasev1.0.19- Move the buffer rebuilding to earlier to avoid using buffers that aren\'t building.展开版本: 1.0.19支持游戏: 1.17.1类型:FabricRelease下载次数: 51azurelib-fabric-1.16.5 1.0.43azurelib-fabric-1.16.5-1.0.43.jar下载1.0.43#Releasev1.0.43- Move the buffer rebuilding to earlier to avoid using buffers that aren\'t building.展开版本: 1.0.43支持游戏: 1.16.5类型:FabricRelease下载次数: 90azurelib-forge-1.16.5 1.0.43azurelib-forge-1.16.5-1.0.43.jar下载1.0.43#Releasev1.0.43- Move the buffer rebuilding to earlier to avoid using buffers that aren\'t building.展开版本: 1.0.43支持游戏: 1.16.5类型:ForgeRelease下载次数: 113azurelib-forge-1.16.5 1.0.43azurelib-forge-1.16.5-1.0.43.jar下载1.0.43#Releasev1.0.43- Move the buffer rebuilding to earlier to avoid using buffers that aren\'t building.展开版本: 1.0.43支持游戏: 1.16.5类型:ForgeRelease下载次数: 36azurelib-forge-1.15.2 1.0.2azurelib-forge-1.15.2-1.0.2.jar下载1.0.2#Releasev1.0.2- Move the buffer rebuilding to earlier to avoid using buffers that aren\'t building.展开版本: 1.0.2支持游戏: 1.15.2类型:ForgeRelease下载次数: 57fabric 2.3.13azurelib-fabric-1.21-2.3.13.jar下载2.3.13#Releasev2.3.13- Fixes Fabric version requring ModMenu in dev.- Moves all private fields/methods to protected in AnimationController.展开版本: 2.3.13支持游戏: 1.21类型:FabricQuiltRelease下载次数: 1,606neo 2.3.13azurelib-neo-1.21-2.3.13.jar下载2.3.13#Releasev2.3.13- Fixes Fabric version requring ModMenu in dev.- Moves all private fields/methods to protected in AnimationController.展开版本: 2.3.13支持游戏: 1.21类型:NeoForgeRelease下载次数: 422neo 2.2.13azurelib-neo-1.20.6-2.2.13.jar下载2.2.13#Releasev2.2.13- Fixes Fabric version requring ModMenu in dev.- Moves all private fields/methods to protected in AnimationController.展开版本: 2.2.13支持游戏: 1.20.6类型:NeoForgeRelease下载次数: 100fabric 2.2.13azurelib-fabric-1.20.6-2.2.13.jar下载2.2.13#Releasev2.2.13- Fixes Fabric version requring ModMenu in dev.- Moves all private fields/methods to protected in AnimationController.展开版本: 2.2.13支持游戏: 1.20.6类型:FabricQuiltRelease下载次数: 331neoforge 2.1.16azurelib-neo-1.20.4-2.1.16.jar下载2.1.16#Releasev2.1.16- Fixes Fabric version requring ModMenu in dev.- Moves all private fields/methods to protected in AnimationController.展开版本: 2.1.16支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 52fabric 2.1.16azurelib-fabric-1.20.4-2.1.16.jar下载2.1.16#Releasev2.1.16- Fixes Fabric version requring ModMenu in dev.- Moves all private fields/methods to protected in AnimationController.展开版本: 2.1.16支持游戏: 1.20.4类型:FabricQuiltRelease下载次数: 899fabric 2.0.30azurelib-fabric-1.20.1-2.0.30.jar下载2.0.30#Releasev2.0.30- Fixes Fabric version requring ModMenu in dev.- Moves all private fields/methods to protected in AnimationController.展开版本: 2.0.30支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 24,933neoforge 2.0.30azurelib-neo-1.20.1-2.0.30.jar下载2.0.30#Releasev2.0.30- Fixes Fabric version requring ModMenu in dev.- Moves all private fields/methods to protected in AnimationController.展开版本: 2.0.30支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 7,989azurelib-forge-1.19.4 1.0.40azurelib-forge-1.19.4-1.0.40.jar下载1.0.40#Releasev1.0.40- Fixes publishing issues for maven artifacts.- Moves all private fields/methods to protected in AnimationController.展开版本: 1.0.40支持游戏: 1.19.4类型:ForgeRelease下载次数: 63azurelib-fabric-1.19.4 1.0.40azurelib-fabric-1.19.4-1.0.40.jar下载1.0.40#Releasev1.0.40- Fixes Fabric not using remap.- Fixes Fabric version requring ModMenu in dev.- Moves all private fields/methods to protected in AnimationController.展开版本: 1.0.40支持游戏: 1.19.4类型:FabricRelease下载次数: 103azurelib-forge-1.19.2 1.0.46azurelib-forge-1.19.2-1.0.46.jar下载1.0.46#Releasev1.0.46- Fixes publishing issues for maven artifacts.- Moves all private fields/methods to protected in AnimationController.展开版本: 1.0.46支持游戏: 1.19.2类型:ForgeRelease下载次数: 345azurelib-fabric-1.19.2 1.0.46azurelib-fabric-1.19.2-1.0.46.jar下载1.0.46#Releasev1.0.46- Fixes Fabric not using remap.- Moves all private fields/methods to protected in AnimationController.展开版本: 1.0.46支持游戏: 1.19.2类型:FabricRelease下载次数: 329azurelib-forge-1.18.2 1.0.37azurelib-forge-1.18.2-1.0.37.jar下载1.0.37#Releasev1.0.37- Fixes publishing issues for maven artifacts.- Moves all private fields/methods to protected in AnimationController.展开版本: 1.0.37支持游戏: 1.18.2类型:ForgeRelease下载次数: 109azurelib-fabric-1.18.2 1.0.37azurelib-fabric-1.18.2-1.0.37.jar下载1.0.37#Releasev1.0.37- Fixes Fabric not using remap.- Moves all private fields/methods to protected in AnimationController.展开版本: 1.0.37支持游戏: 1.18.2类型:FabricRelease下载次数: 43azurelib-forge-1.17.1 1.0.18azurelib-forge-1.17.1-1.0.18.jar下载1.0.18#Releasev1.0.18- Fixes publishing issues for maven artifacts.- Moves all private fields/methods to protected in AnimationController.展开版本: 1.0.18支持游戏: 1.17.1类型:ForgeRelease下载次数: 35azurelib-fabric-1.17.1 1.0.18azurelib-fabric-1.17.1-1.0.18.jar下载1.0.18#Releasev1.0.18- Fixes publishing issues for maven artifacts.- Moves all private fields/methods to protected in AnimationController.展开版本: 1.0.18支持游戏: 1.17.1类型:FabricRelease下载次数: 40azurelib-fabric-1.16.5 1.0.42azurelib-fabric-1.16.5-1.0.42.jar下载1.0.42#Releasev1.0.42- Fixes Fabric not using remap.- Moves all private fields/methods to protected in AnimationController.展开版本: 1.0.42支持游戏: 1.16.5类型:FabricRelease下载次数: 55azurelib-forge-1.16.5 1.0.42azurelib-forge-1.16.5-1.0.42.jar下载1.0.42#Releasev1.0.42- Fixes publishing issues for maven artifacts.- Moves all private fields/methods to protected in AnimationController.展开版本: 1.0.42支持游戏: 1.16.5类型:ForgeRelease下载次数: 36azurelib-forge-1.15.2 1.0.1azurelib-forge-1.15.2-1.0.1.jar下载1.0.1#Releasev1.0.1- Fixes publishing issues for maven artifacts.- Moves all private fields/methods to protected in AnimationController.展开版本: 1.0.1支持游戏: 1.15.2类型:ForgeRelease下载次数: 39fabric 2.3.12azurelib-fabric-1.21-2.3.12.jar下载2.3.12#Releasev2.3.12- Fixes packets network crash.展开版本: 2.3.12支持游戏: 1.21类型:FabricQuiltRelease下载次数: 81neo 2.3.12azurelib-neo-1.21-2.3.12.jar下载2.3.12#Releasev2.3.12- Fixes packets network crash.展开版本: 2.3.12支持游戏: 1.21类型:NeoForgeRelease下载次数: 34neo 2.2.12azurelib-neo-1.20.6-2.2.12.jar下载2.2.12#Releasev2.2.12- Fixes packets network crash.展开版本: 2.2.12支持游戏: 1.20.6类型:NeoForgeRelease下载次数: 30fabric 2.2.12azurelib-fabric-1.20.6-2.2.12.jar下载2.2.12#Releasev2.2.12- Fixes packets network crash.展开版本: 2.2.12支持游戏: 1.20.6类型:FabricQuiltRelease下载次数: 33neo 2.3.11azurelib-neo-1.21-2.3.11.jar下载2.3.11#Releasev2.3.11- Fixes crash with creeperoverhual, just blacklist the mods resources as that mod has been broken since like 1.19.2展开版本: 2.3.11支持游戏: 1.21类型:NeoForgeRelease下载次数: 133fabric 2.3.11azurelib-fabric-1.21-2.3.11.jar下载2.3.11#Releasev2.3.11- Fixes crash with creeperoverhual, just blacklist the mods resources as that mod has been broken since like 1.19.2展开版本: 2.3.11支持游戏: 1.21类型:FabricQuiltRelease下载次数: 311neo 2.3.10azurelib-neo-1.21-2.3.10.jar下载2.3.10#Releasev2.3.10- Adds headers to Geckolib forked classes- Adds headers to Configuration forked classes- Forks SBL into AzureLib for 1.21+展开版本: 2.3.10支持游戏: 1.21类型:NeoForgeRelease下载次数: 51fabric 2.3.10azurelib-fabric-1.21-2.3.10.jar下载2.3.10#Releasev2.3.10- Adds headers to Geckolib forked classes- Adds headers to Configuration forked classes- Forks SBL into AzureLib for 1.21+展开版本: 2.3.10支持游戏: 1.21类型:FabricQuiltRelease下载次数: 259neo 2.2.11azurelib-neo-1.20.6-2.2.11.jar下载2.2.11#Releasev2.2.11- Adds headers to Geckolib forked classes- Adds headers to Configuration forked classes展开版本: 2.2.11支持游戏: 1.20.6类型:NeoForgeRelease下载次数: 36fabric 2.2.11azurelib-fabric-1.20.6-2.2.11.jar下载2.2.11#Releasev2.2.11- Adds headers to Geckolib forked classes- Adds headers to Configuration forked classes展开版本: 2.2.11支持游戏: 1.20.6类型:FabricQuiltRelease下载次数: 136fabric 2.1.15azurelib-fabric-1.20.4-2.1.15.jar下载2.1.15#Releasev2.1.15- Adds headers to Geckolib forked classes- Adds headers to Configuration forked classes展开版本: 2.1.15支持游戏: 1.20.4类型:FabricQuiltRelease下载次数: 301neoforge 2.1.15azurelib-neo-1.20.4-2.1.15.jar下载2.1.15#Releasev2.1.15- Adds headers to Geckolib forked classes- Adds headers to Configuration forked classes展开版本: 2.1.15支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 37fabric 2.0.29azurelib-fabric-1.20.1-2.0.29.jar下载2.0.29#Releasev2.0.29- Adds headers to Geckolib forked classes- Adds headers to Configuration forked classes- Fixes a broken JavaDoc展开版本: 2.0.29支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 7,793neoforge 2.0.29azurelib-neo-1.20.1-2.0.29.jar下载2.0.29#Releasev2.0.29- Adds headers to Geckolib forked classes- Adds headers to Configuration forked classes- Fixes a broken JavaDoc展开版本: 2.0.29支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 2,671azurelib-forge-1.19.4 1.0.39azurelib-forge-1.19.4-1.0.39.jar下载1.0.39#Releasev1.0.39- Adds headers to Geckolib forked classes展开版本: 1.0.39支持游戏: 1.19.4类型:ForgeRelease下载次数: 35azurelib-fabric-1.19.4 1.0.39azurelib-fabric-1.19.4-1.0.39-dev.jar下载1.0.39#Releasev1.0.39- Adds headers to Geckolib forked classes展开版本: 1.0.39支持游戏: 1.19.4类型:FabricRelease下载次数: 52azurelib-forge-1.19.2 1.0.45azurelib-forge-1.19.2-1.0.45.jar下载1.0.45#Releasev1.0.45- Adds headers to Geckolib forked classes展开版本: 1.0.45支持游戏: 1.19.2类型:ForgeRelease下载次数: 137azurelib-fabric-1.19.2 1.0.45azurelib-fabric-1.19.2-1.0.45-dev.jar下载1.0.45#Releasev1.0.45- Adds headers to Geckolib forked classes展开版本: 1.0.45支持游戏: 1.19.2类型:FabricRelease下载次数: 175azurelib-forge-1.18.2 1.0.36azurelib-forge-1.18.2-1.0.36.jar下载1.0.36#Releasev1.0.36- Adds headers to Geckolib forked classes展开版本: 1.0.36支持游戏: 1.18.2类型:ForgeRelease下载次数: 47azurelib-fabric-1.18.2 1.0.36azurelib-fabric-1.18.2-1.0.36-dev.jar下载1.0.36#Releasev1.0.36- Adds headers to Geckolib forked classes展开版本: 1.0.36支持游戏: 1.18.2类型:FabricRelease下载次数: 42azurelib-forge-1.17.1 1.0.16azurelib-forge-1.17.1-1.0.16.jar下载1.0.16#Releasev1.0.16- Adds headers to Geckolib forked classes- Make handleAnimations no longer final- Set up lighting before getting VertexConsumer in GeoItemRender- Fixes metadata log spam- Port additional handling for weirdly formatted bedrock animation jsons- Add a helper SingleteonGeoAnimatable#registerSyncedAnimatable in GeoItem- Add support for scale attribute/missing shaking for GeoReplaced- Fix stale buffer on Entities/Layers- Changed reload default to insert key展开版本: 1.0.16支持游戏: 1.17.1类型:ForgeRelease下载次数: 39azurelib-fabric-1.17.1 1.0.16azurelib-fabric-1.17.1-1.0.16-dev.jar下载1.0.16#Releasev1.0.16- Adds headers to Geckolib forked classes- Make handleAnimations no longer final- Set up lighting before getting VertexConsumer in GeoItemRender- Fixes metadata log spam- Port additional handling for weirdly formatted bedrock animation jsons- Add a helper SingleteonGeoAnimatable#registerSyncedAnimatable in GeoItem- Add support for scale attribute/missing shaking for GeoReplaced- Fix stale buffer on Entities/Layers- Changed reload default to insert key展开版本: 1.0.16支持游戏: 1.17.1类型:FabricRelease下载次数: 35azurelib-fabric-1.16.5 1.0.40azurelib-fabric-1.16.5-1.0.40-dev.jar下载1.0.40#Releasev1.0.40- Adds headers to classes, because some people are cry babies regarding forks.- Fixes a few JavaDocs.- Changed reload keybind default to insert key.展开版本: 1.0.40支持游戏: 1.16.5类型:FabricRelease下载次数: 37azurelib-forge-1.16.5 1.0.40azurelib-forge-1.16.5-1.0.40.jar下载1.0.40#Releasev1.0.40- Adds headers to classes, because some people are cry babies regarding forks.- Fixes a few JavaDocs.- Changed reload keybind default to insert key.展开版本: 1.0.40支持游戏: 1.16.5类型:ForgeRelease下载次数: 39azurelib-forge-1.15.2 1.0.0azurelib-forge-1.15.2-1.0.0.jar下载1.0.0#Releasev1.0.39- Port Easing Fix- Add a helper SingleteonGeoAnimatable#registerSyncedAnimatable- Fixes isPerspectiveAware JavaDoc- Fix stale buffer on Entities/Layers- Add support for scale attribute/missing shaking for GeoReplaced展开版本: 1.0.0支持游戏: 1.15.2类型:ForgeRelease下载次数: 35neo 2.3.9azurelib-neo-1.21-2.3.9.jar下载2.3.9#Releasev2.3.9- Remove unneeded 0.01f translate in GeoEntityRenderer- Rewrite events using Services展开版本: 2.3.9支持游戏: 1.21类型:NeoForgeRelease下载次数: 88fabric 2.3.9azurelib-fabric-1.21-2.3.9.jar下载2.3.9#Releasev2.3.9- Remove unneeded 0.01f translate in GeoEntityRenderer- Rewrite events using Services展开版本: 2.3.9支持游戏: 1.21类型:FabricQuiltRelease下载次数: 301neo 2.2.10azurelib-neo-1.20.6-2.2.10.jar下载2.2.10#Releasev2.2.10- Remove unneeded 0.01f translate in GeoEntityRenderer- Rewrite events using Services展开版本: 2.2.10支持游戏: 1.20.6类型:NeoForgeRelease下载次数: 33fabric 2.2.10azurelib-fabric-1.20.6-2.2.10.jar下载2.2.10#Releasev2.2.10- Remove unneeded 0.01f translate in GeoEntityRenderer- Rewrite events using Services展开版本: 2.2.10支持游戏: 1.20.6类型:FabricQuiltRelease下载次数: 79neoforge 2.1.14azurelib-neo-1.20.4-2.1.14.jar下载2.1.14#Releasev2.1.14- Remove unneeded 0.01f translate in GeoEntityRenderer- Rewrite events using Services展开版本: 2.1.14支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 29fabric 2.1.14azurelib-fabric-1.20.4-2.1.14.jar下载2.1.14#Releasev2.1.14- Remove unneeded 0.01f translate in GeoEntityRenderer- Rewrite events using Services展开版本: 2.1.14支持游戏: 1.20.4类型:FabricQuiltRelease下载次数: 179fabric 2.0.28azurelib-fabric-1.20.1-2.0.28.jar下载2.0.28#Releasev2.0.28- Remove unneeded 0.01f translate in GeoEntityRenderer- Rewrite events using Services展开版本: 2.0.28支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 2,681neoforge 2.0.28azurelib-neo-1.20.1-2.0.28.jar下载2.0.28#Releasev2.0.28- Remove unneeded 0.01f translate in GeoEntityRenderer- Rewrite events using Services展开版本: 2.0.28支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 1,348fabric 2.3.8azurelib-fabric-1.21-2.3.8.jar下载2.3.8#Releasev2.3.8- Fixes registerEntity defaulting to Mob instead of Entity.- Fixes Structure registerStructure not using the proper setup.展开版本: 2.3.8支持游戏: 1.21类型:FabricQuiltRelease下载次数: 1,521neo 2.3.8azurelib-neo-1.21-2.3.8.jar下载2.3.8#Releasev2.3.8- Fixes registerEntity defaulting to Mob instead of Entity.- Fixes Structure registerStructure not using the proper setup.展开版本: 2.3.8支持游戏: 1.21类型:NeoForgeRelease下载次数: 91fabric 2.3.7azurelib-fabric-1.21-2.3.7.jar下载2.3.7#Releasev2.3.7- Fixes Fluid/Effect Common Registry being classes not interfaces.展开版本: 2.3.7支持游戏: 1.21类型:FabricQuiltRelease下载次数: 75neo 2.3.7azurelib-neo-1.21-2.3.7.jar下载2.3.7#Releasev2.3.7- Fixes Fluid/Effect Common Registry being classes not interfaces.展开版本: 2.3.7支持游戏: 1.21类型:NeoForgeRelease下载次数: 35neo 2.3.6azurelib-neo-1.21-2.3.6.jar下载2.3.6#Releasev2.3.6- Adds Fluid/Effect Common Registry.展开版本: 2.3.6支持游戏: 1.21类型:NeoForgeRelease下载次数: 35fabric 2.3.6azurelib-fabric-1.21-2.3.6.jar下载2.3.6#Releasev2.3.6- Adds Fluid/Effect Common Registry.展开版本: 2.3.6支持游戏: 1.21类型:FabricQuiltRelease下载次数: 41fabric 2.3.5azurelib-fabric-1.21-2.3.5.jar下载2.3.5#Releasev2.3.5- Implemented helpers for making Common Registries easier for my mods.- Removed AzureSpawnEgg/NeoForgeAzureSpawnEgg in favor of above system.- Moved Light Block/Entity to new system.展开版本: 2.3.5支持游戏: 1.21类型:FabricQuiltRelease下载次数: 85neo 2.3.5azurelib-neo-1.21-2.3.5.jar下载2.3.5#Releasev2.3.5- Implemented helpers for making Common Registries easier for my mods.- Removed AzureSpawnEgg/NeoForgeAzureSpawnEgg in favor of above system.- Moved Light Block/Entity to new system.展开版本: 2.3.5支持游戏: 1.21类型:NeoForgeRelease下载次数: 56fabric 2.3.4azurelib-fabric-1.21-2.3.4.jar下载2.3.4#Releasev2.3.4- Port Easing Fix- Add a helper SingleteonGeoAnimatable#registerSyncedAnimatable- Fixes isPerspectiveAware JavaDoc- Fix stale buffer on Entities/Layers- Add support for scale attribute/missing shaking for GeoReplaced展开版本: 2.3.4支持游戏: 1.21类型:FabricQuiltRelease下载次数: 454neo 2.3.4azurelib-neo-1.21-2.3.4.jar下载2.3.4#Releasev2.3.4- Port Easing Fix- Add a helper SingleteonGeoAnimatable#registerSyncedAnimatable- Fixes isPerspectiveAware JavaDoc- Fix stale buffer on Entities/Layers- Add support for scale attribute/missing shaking for GeoReplaced展开版本: 2.3.4支持游戏: 1.21类型:NeoForgeRelease下载次数: 84neo 2.2.9azurelib-neo-1.20.6-2.2.9.jar下载2.2.9#Releasev2.2.9- Port Easing Fix- Add a helper SingleteonGeoAnimatable#registerSyncedAnimatable- Fixes isPerspectiveAware JavaDoc- Fix stale buffer on Entities/Layers- Add support for scale attribute/missing shaking for GeoReplaced展开版本: 2.2.9支持游戏: 1.20.6类型:NeoForgeRelease下载次数: 55fabric 2.2.9azurelib-fabric-1.20.6-2.2.9.jar下载2.2.9#Releasev2.2.9- Port Easing Fix- Add a helper SingleteonGeoAnimatable#registerSyncedAnimatable- Fixes isPerspectiveAware JavaDoc- Fix stale buffer on Entities/Layers- Add support for scale attribute/missing shaking for GeoReplaced展开版本: 2.2.9支持游戏: 1.20.6类型:FabricQuiltRelease下载次数: 237fabric 2.1.13azurelib-fabric-1.20.4-2.1.13.jar下载2.1.13#Releasev2.1.13- Port Easing Fix- Add a helper SingleteonGeoAnimatable#registerSyncedAnimatable- Fixes isPerspectiveAware JavaDoc- Fix stale buffer on Entities/Layers- Add support for scale attribute/missing shaking for GeoReplaced展开版本: 2.1.13支持游戏: 1.20.4类型:FabricQuiltRelease下载次数: 504neoforge 2.1.13azurelib-neo-1.20.4-2.1.13.jar下载2.1.13#Releasev2.1.13- Port Easing Fix- Add a helper SingleteonGeoAnimatable#registerSyncedAnimatable- Fixes isPerspectiveAware JavaDoc- Fix stale buffer on Entities/Layers- Add support for scale attribute/missing shaking for GeoReplaced展开版本: 2.1.13支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 40fabric 2.0.27azurelib-fabric-1.20.1-2.0.27.jar下载2.0.27#Releasev2.0.27- Port Easing Fix- Add a helper SingleteonGeoAnimatable#registerSyncedAnimatable- Fixes isPerspectiveAware JavaDoc- Fix stale buffer on Entities/Layers- Add support for scale attribute/missing shaking for GeoReplaced展开版本: 2.0.27支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 9,694neoforge 2.0.27azurelib-neo-1.20.1-2.0.27.jar下载2.0.27#Releasev2.0.27- Port Easing Fix- Add a helper SingleteonGeoAnimatable#registerSyncedAnimatable- Fixes isPerspectiveAware JavaDoc- Fix stale buffer on Entities/Layers- Add support for scale attribute/missing shaking for GeoReplaced展开版本: 2.0.27支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 4,0341.0.38azurelib-fabric-1.19.4-1.0.38.jar下载1.0.38#Releasev1.0.38- Port Easing Fix- Add a helper SingleteonGeoAnimatable#registerSyncedAnimatable- Fixes isPerspectiveAware JavaDoc- Fix stale buffer on Entities/Layers- Add support for scale attribute/missing shaking for GeoReplaced展开版本: 1.0.38支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 1391.0.38azurelib-forge-1.19.4-1.0.38.jar下载1.0.38#Releasev1.0.38- Port Easing Fix- Add a helper SingleteonGeoAnimatable#registerSyncedAnimatable- Fixes isPerspectiveAware JavaDoc- Fix stale buffer on Entities/Layers- Add support for scale attribute/missing shaking for GeoReplaced展开版本: 1.0.38支持游戏: 1.19.4类型:ForgeRelease下载次数: 541.0.44azurelib-fabric-1.19.2-1.0.44.jar下载1.0.44#Releasev1.0.44- Port Easing Fix- Add a helper SingleteonGeoAnimatable#registerSyncedAnimatable- Fixes isPerspectiveAware JavaDoc- Fix stale buffer on Entities/Layers- Add support for scale attribute/missing shaking for GeoReplaced展开版本: 1.0.44支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 7641.0.44azurelib-forge-1.19.2-1.0.44.jar下载1.0.44#Releasev1.0.44- Port Easing Fix- Add a helper SingleteonGeoAnimatable#registerSyncedAnimatable- Fixes isPerspectiveAware JavaDoc- Fix stale buffer on Entities/Layers- Add support for scale attribute/missing shaking for GeoReplaced展开版本: 1.0.44支持游戏: 1.19.2类型:ForgeRelease下载次数: 2031.0.35azurelib-forge-1.18.2-1.0.35.jar下载1.0.35#Releasev1.0.35- Port Easing Fix- Add a helper SingleteonGeoAnimatable#registerSyncedAnimatable- Fixes isPerspectiveAware JavaDoc- Fix stale buffer on Entities/Layers- Add support for scale attribute/missing shaking for GeoReplaced展开版本: 1.0.35支持游戏: 1.18.2类型:ForgeRelease下载次数: 661.0.35azurelib-fabric-1.18.2-1.0.35.jar下载1.0.35#Releasev1.0.35- Port Easing Fix- Add a helper SingleteonGeoAnimatable#registerSyncedAnimatable- Fixes isPerspectiveAware JavaDoc- Fix stale buffer on Entities/Layers- Add support for scale attribute/missing shaking for GeoReplaced展开版本: 1.0.35支持游戏: 1.18.2类型:FabricQuiltRelease下载次数: 811.0.39azurelib-fabric-1.16.5-1.0.39.jar下载1.0.39#Releasev1.0.39- Port Easing Fix- Add a helper SingleteonGeoAnimatable#registerSyncedAnimatable- Fixes isPerspectiveAware JavaDoc- Fix stale buffer on Entities/Layers- Add support for scale attribute/missing shaking for GeoReplaced展开版本: 1.0.39支持游戏: 1.16.5类型:FabricRelease下载次数: 451.0.39azurelib-forge-1.16.5-1.0.39.jar下载1.0.39#Releasev1.0.39- Port Easing Fix- Add a helper SingleteonGeoAnimatable#registerSyncedAnimatable- Fixes isPerspectiveAware JavaDoc- Fix stale buffer on Entities/Layers- Add support for scale attribute/missing shaking for GeoReplaced展开版本: 1.0.39支持游戏: 1.16.5类型:ForgeRelease下载次数: 38fabric 2.3.3azurelib-fabric-1.21-2.3.3.jar下载2.3.3#Releasev2.3.3- Fixes Config packet breaking server connections.展开版本: 2.3.3支持游戏: 1.21类型:FabricQuiltRelease下载次数: 58neo 2.3.3azurelib-neo-1.21-2.3.3.jar下载2.3.3#Releasev2.3.3- Fixes Config packet breaking server connections.展开版本: 2.3.3支持游戏: 1.21类型:NeoForgeRelease下载次数: 30neo 2.2.8azurelib-neo-1.20.6-2.2.8.jar下载2.2.8#Releasev2.2.8- Fixes Config packet breaking server connections.展开版本: 2.2.8支持游戏: 1.20.6类型:NeoForgeRelease下载次数: 28fabric 2.2.8azurelib-fabric-1.20.6-2.2.8.jar下载2.2.8#Releasev2.2.8- Fixes Config packet breaking server connections.展开版本: 2.2.8支持游戏: 1.20.6类型:FabricQuiltRelease下载次数: 38neo 2.3.2azurelib-neo-1.21-2.3.2.jar下载2.3.2#Releasev2.3.2- Fixes Config Screen Scrollbar not rendering correctly/not scolling.展开版本: 2.3.2支持游戏: 1.21类型:NeoForgeRelease下载次数: 101fabric 2.3.2azurelib-fabric-1.21-2.3.2.jar下载2.3.2#Releasev2.3.2- Fixes Config Screen Scrollbar not rendering correctly/not scolling.展开版本: 2.3.2支持游戏: 1.21类型:FabricQuiltRelease下载次数: 437neoforge 2.0.26azurelib-neo-1.20.1-2.0.26.jar下载2.0.26#Releasev2.0.26- Revert Keybinding changes展开版本: 2.0.26支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 4,914fabric 2.0.26azurelib-fabric-1.20.1-2.0.26.jar下载2.0.26#Releasev2.0.26- Revert Keybinding changes展开版本: 2.0.26支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 12,946fabric 2.3.1azurelib-fabric-1.21-2.3.1.jar下载2.3.1#Releasev2.3.1- Move Keybind system to needing AzureLib.hasKeyBindsInitialized = true called to enable them.- Update pack.mcmeta version展开版本: 2.3.1支持游戏: 1.21类型:FabricQuiltRelease下载次数: 215neo 2.3.1azurelib-neo-1.21-2.3.1.jar下载2.3.1#Releasev2.3.1- Move Keybind system to needing AzureLib.hasKeyBindsInitialized = true called to enable them.- Update pack.mcmeta version展开版本: 2.3.1支持游戏: 1.21类型:NeoForgeRelease下载次数: 53neoforge 2.1.12azurelib-neo-1.20.4-2.1.12.jar下载2.1.12#Releasev2.1.12- Revert Keybinding changes展开版本: 2.1.12支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 41fabric 2.1.12azurelib-fabric-1.20.4-2.1.12.jar下载2.1.12#Releasev2.1.12- Revert Keybinding changes展开版本: 2.1.12支持游戏: 1.20.4类型:FabricQuiltRelease下载次数: 1,084neo 2.2.7azurelib-neo-1.20.6-2.2.7.jar下载2.2.7#Releasev2.2.7- Revert Keybinding changes展开版本: 2.2.7支持游戏: 1.20.6类型:NeoForgeRelease下载次数: 46fabric 2.2.7azurelib-fabric-1.20.6-2.2.7.jar下载2.2.7#Releasev2.2.7- Revert Keybinding changes展开版本: 2.2.7支持游戏: 1.20.6类型:FabricQuiltRelease下载次数: 308neo 2.3.0azurelib-neo-1.21-2.3.0.jar下载2.3.0#Releasev2.3.0- Ported to 1.21展开版本: 2.3.0支持游戏: 1.21类型:NeoForgeRelease下载次数: 85fabric 2.3.0azurelib-fabric-1.21-2.3.0.jar下载2.3.0#Releasev2.3.0- Ported to 1.21展开版本: 2.3.0支持游戏: 1.21类型:FabricQuiltRelease下载次数: 315neo 2.2.6azurelib-neo-1.20.6-2.2.6.jar下载2.2.6#Releasev2.2.6- Fixes inverted firePreRenderEvent on NeoForge.- Port additional handling for weirdly formatted bedrock animation jsons.展开版本: 2.2.6支持游戏: 1.20.6类型:NeoForgeRelease下载次数: 79fabric 2.2.6azurelib-fabric-1.20.6-2.2.6.jar下载2.2.6#Releasev2.2.6- Fixes inverted firePreRenderEvent on NeoForge.- Port additional handling for weirdly formatted bedrock animation jsons.展开版本: 2.2.6支持游戏: 1.20.6类型:FabricQuiltRelease下载次数: 569fabric 2.1.11azurelib-fabric-1.20.4-2.1.11.jar下载2.1.11#Releasev2.1.11- Fixes inverted firePreRenderEvent on NeoForge.- Port additional handling for weirdly formatted bedrock animation jsons.展开版本: 2.1.11支持游戏: 1.20.4类型:FabricQuiltRelease下载次数: 718neoforge 2.1.11azurelib-neo-1.20.4-2.1.11.jar下载2.1.11#Releasev2.1.11- Fixes inverted firePreRenderEvent on NeoForge.- Port additional handling for weirdly formatted bedrock animation jsons.展开版本: 2.1.11支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 56fabric 2.0.25azurelib-fabric-1.20.1-2.0.25.jar下载2.0.25#Releasev2.0.25- Fixes inverted firePreRenderEvent on NeoForge.- Port additional handling for weirdly formatted bedrock animation jsons.展开版本: 2.0.25支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 25,658neoforge 2.0.25azurelib-neo-1.20.1-2.0.25.jar下载2.0.25#Releasev2.0.25- Fixes inverted firePreRenderEvent on NeoForge.- Port additional handling for weirdly formatted bedrock animation jsons.展开版本: 2.0.25支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 60,9281.0.37azurelib-forge-1.19.4-1.0.37.jar下载1.0.37#Releasev1.0.37- Port additional handling for weirdly formatted bedrock animation jsons展开版本: 1.0.37支持游戏: 1.19.4类型:ForgeRelease下载次数: 701.0.37azurelib-fabric-1.19.4-1.0.37.jar下载1.0.37#Releasev1.0.37- Port additional handling for weirdly formatted bedrock animation jsons展开版本: 1.0.37支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 1301.0.43azurelib-forge-1.19.2-1.0.43.jar下载1.0.43#Releasev1.0.43- Port additional handling for weirdly formatted bedrock animation jsons展开版本: 1.0.43支持游戏: 1.19.2类型:ForgeRelease下载次数: 3971.0.43azurelib-fabric-1.19.2-1.0.43.jar下载1.0.43#Releasev1.0.43- Port additional handling for weirdly formatted bedrock animation jsons展开版本: 1.0.43支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 4701.0.34azurelib-forge-1.18.2-1.0.34.jar下载1.0.34#Releasev1.0.34- Port additional handling for weirdly formatted bedrock animation jsons展开版本: 1.0.34支持游戏: 1.18.2类型:ForgeRelease下载次数: 1671.0.34azurelib-fabric-1.18.2-1.0.34.jar下载1.0.34#Releasev1.0.34- Port additional handling for weirdly formatted bedrock animation jsons展开版本: 1.0.34支持游戏: 1.18.2类型:FabricQuiltRelease下载次数: 621.0.38azurelib-forge-1.16.5-1.0.38.jar下载1.0.38#Releasev1.0.38- Port additional handling for weirdly formatted bedrock animation jsons.展开版本: 1.0.38支持游戏: 1.16.5类型:ForgeRelease下载次数: 611.0.38azurelib-fabric-1.16.5-1.0.38.jar下载1.0.38#Releasev1.0.38- Port additional handling for weirdly formatted bedrock animation jsons.展开版本: 1.0.38支持游戏: 1.16.5类型:FabricRelease下载次数: 661.0.37azurelib-fabric-1.16.5-1.0.37.jar下载1.0.37#Releasev1.0.37- Fixes Animatable texture issues, restoring it\'s use again.展开版本: 1.0.37支持游戏: 1.16.5类型:FabricRelease下载次数: 511.0.37azurelib-forge-1.16.5-1.0.37.jar下载1.0.37#Releasev1.0.37- Fixes Animatable texture issues, restoring it\'s use again.展开版本: 1.0.37支持游戏: 1.16.5类型:ForgeRelease下载次数: 441.0.36azurelib-forge-1.16.5-1.0.36.jar下载1.0.36#Releasev1.0.36- Make handleAnimations no longer final in GeoModel- Set up lighting before getting VertexConsumer on GeoItems展开版本: 1.0.36支持游戏: 1.16.5类型:ForgeRelease下载次数: 29neo 2.2.5azurelib-neo-1.20.6-2.2.5.jar下载2.2.5#Releasev2.2.5- Make handleAnimations no longer final in GeoModel- Set up lighting before getting VertexConsumer on GeoItems展开版本: 2.2.5支持游戏: 1.20.6类型:NeoForgeRelease下载次数: 57fabric 2.2.5azurelib-fabric-1.20.6-2.2.5.jar下载2.2.5#Releasev2.2.5- Make handleAnimations no longer final in GeoModel- Set up lighting before getting VertexConsumer on GeoItems展开版本: 2.2.5支持游戏: 1.20.6类型:FabricQuiltRelease下载次数: 147fabric 2.1.10azurelib-fabric-1.20.4-2.1.10.jar下载2.1.10#Releasev2.1.10- Make handleAnimations no longer final in GeoModel- Set up lighting before getting VertexConsumer on GeoItems展开版本: 2.1.10支持游戏: 1.20.4类型:FabricQuiltRelease下载次数: 612neoforge 2.1.10azurelib-neo-1.20.4-2.1.10.jar下载2.1.10#Releasev2.1.10- Make handleAnimations no longer final in GeoModel- Set up lighting before getting VertexConsumer on GeoItems展开版本: 2.1.10支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 39fabric 2.0.24azurelib-fabric-1.20.1-2.0.24.jar下载2.0.24#Releasev2.0.24- Make handleAnimations no longer final in GeoModel- Set up lighting before getting VertexConsumer on GeoItems展开版本: 2.0.24支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 9,535neoforge 2.0.24azurelib-neo-1.20.1-2.0.24.jar下载2.0.24#Releasev2.0.24- Make handleAnimations no longer final in GeoModel- Set up lighting before getting VertexConsumer on GeoItems展开版本: 2.0.24支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 6,8991.0.36azurelib-fabric-1.19.4-1.0.36.jar下载1.0.36#Releasev1.0.36- Make handleAnimations no longer final in GeoModel- Set up lighting before getting VertexConsumer on GeoItems展开版本: 1.0.36支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 891.0.36azurelib-forge-1.19.4-1.0.36.jar下载1.0.36#Releasev1.0.36- Make handleAnimations no longer final in GeoModel- Set up lighting before getting VertexConsumer on GeoItems展开版本: 1.0.36支持游戏: 1.19.4类型:ForgeRelease下载次数: 331.0.42azurelib-fabric-1.19.2-1.0.42.jar下载1.0.42#Releasev1.0.42- Make handleAnimations no longer final in GeoModel- Set up lighting before getting VertexConsumer on GeoItems展开版本: 1.0.42支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 2581.0.42azurelib-forge-1.19.2-1.0.42.jar下载1.0.42#Releasev1.0.42- Make handleAnimations no longer final in GeoModel- Set up lighting before getting VertexConsumer on GeoItems展开版本: 1.0.42支持游戏: 1.19.2类型:ForgeRelease下载次数: 1481.0.33azurelib-fabric-1.18.2-1.0.33.jar下载1.0.33#Releasev1.0.33- Make handleAnimations no longer final in GeoModel- Set up lighting before getting VertexConsumer on GeoItems- Fixes metadata log spam展开版本: 1.0.33支持游戏: 1.18.2类型:FabricQuiltRelease下载次数: 371.0.33azurelib-forge-1.18.2-1.0.33.jar下载1.0.33#Releasev1.0.33- Make handleAnimations no longer final in GeoModel- Set up lighting before getting VertexConsumer on GeoItems- Fixes metadata log spam展开版本: 1.0.33支持游戏: 1.18.2类型:ForgeRelease下载次数: 591.0.36azurelib-fabric-1.16.5-1.0.36.jar下载1.0.36#Releasev1.0.36- Make handleAnimations no longer final in GeoModel- Set up lighting before getting VertexConsumer on GeoItems展开版本: 1.0.36支持游戏: 1.16.5类型:FabricRelease下载次数: 30neo 2.2.4azurelib-neo-1.20.6-2.2.4.jar下载2.2.4#Releasev2.2.4- Only register AzureLib keybinds if my mods are installed.- Makes NeoForge event public.展开版本: 2.2.4支持游戏: 1.20.6类型:NeoForgeRelease下载次数: 55fabric 2.2.4azurelib-fabric-1.20.6-2.2.4.jar下载2.2.4#Releasev2.2.4- Only register AzureLib keybinds if my mods are installed.- Makes NeoForge event public.展开版本: 2.2.4支持游戏: 1.20.6类型:FabricQuiltRelease下载次数: 142neoforge 2.1.9azurelib-neo-1.20.4-2.1.9.jar下载2.1.9#Releasev2.1.9- Only register AzureLib keybinds if my mods are installed.- Makes NeoForge event public.展开版本: 2.1.9支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 47fabric 2.1.9azurelib-fabric-1.20.4-2.1.9.jar下载2.1.9#Releasev2.1.9- Only register AzureLib keybinds if my mods are installed.- Makes NeoForge event public.展开版本: 2.1.9支持游戏: 1.20.4类型:FabricQuiltRelease下载次数: 1,979fabric 2.0.222azurelib-fabric-1.20.1-2.0.222.jar下载2.0.222#Releasev2.0.23- Only register AzureLib keybinds if my mods are installed.- Makes NeoForge event public.展开版本: 2.0.222支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 9,082neoforge 2.0.222azurelib-neo-1.20.1-2.0.222.jar下载2.0.222#Releasev2.0.23- Only register AzureLib keybinds if my mods are installed.- Makes NeoForge event public.展开版本: 2.0.222支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 6,5571.0.35azurelib-fabric-1.16.5-1.0.35.jar下载1.0.35#Releasev1.0.35- Disables Animated Texture support due to resource bug causing player skins to break.展开版本: 1.0.35支持游戏: 1.16.5类型:FabricRelease下载次数: 791.0.35azurelib-forge-1.16.5-1.0.35.jar下载1.0.35#Releasev1.0.35- Disables Animated Texture support due to resource bug causing player skins to break.展开版本: 1.0.35支持游戏: 1.16.5类型:ForgeRelease下载次数: 681.0.34azurelib-fabric-1.16.5-1.0.34.jar下载1.0.34#Releasev1.0.34- Fixes models not rendering, curse you MatrixStack!- Fixes Item/Armor rendering.展开版本: 1.0.34支持游戏: 1.16.5类型:FabricRelease下载次数: 321.0.34azurelib-forge-1.16.5-1.0.34.jar下载1.0.34#Releasev1.0.34- Fixes Item/Armor rendering.展开版本: 1.0.34支持游戏: 1.16.5类型:ForgeRelease下载次数: 381.0.33azurelib-forge-1.16.5-1.0.33.jar下载1.0.33#Releasev1.0.33- Fixes models not rendering, curse you MatrixStack!- Rebackported a ton of core stuff, only affects the mods core code.展开版本: 1.0.33支持游戏: 1.16.5类型:ForgeRelease下载次数: 25neo 2.2.3azurelib-neo-1.20.6-2.2.3.jar下载2.2.3#Releasev2.2.3- Fixes enchants applying to random items.展开版本: 2.2.3支持游戏: 1.20.6类型:NeoForgeRelease下载次数: 67fabric 2.2.3azurelib-fabric-1.20.6-2.2.3.jar下载2.2.3#Releasev2.2.3- Fixes enchants applying to random items.展开版本: 2.2.3支持游戏: 1.20.6类型:FabricQuiltRelease下载次数: 256fabric 2.1.8azurelib-fabric-1.20.4-2.1.8.jar下载2.1.8#Releasev2.1.8- Fixes enchants applying to random items.展开版本: 2.1.8支持游戏: 1.20.4类型:FabricQuiltRelease下载次数: 1,464neoforge 2.1.8azurelib-neo-1.20.4-2.1.8.jar下载2.1.8#Releasev2.1.8- Fixes enchants applying to random items.展开版本: 2.1.8支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 59fabric 2.0.22azurelib-fabric-1.20.1-2.0.22.jar下载2.0.22#Releasev2.0.22- Fixes enchants applying to random items.展开版本: 2.0.22支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 45,142neoforge 2.0.22azurelib-neo-1.20.1-2.0.22.jar下载2.0.22#Releasev2.0.22- Fixes enchants applying to random items.展开版本: 2.0.22支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 24,456neo 2.2.2azurelib-neo-1.20.6-2.2.2.jar下载2.2.2#Releasev2.2.2- Updated for 1.20.6展开版本: 2.2.2支持游戏: 1.20.6类型:NeoForgeRelease下载次数: 64fabric 2.2.2azurelib-fabric-1.20.6-2.2.2.jar下载2.2.2#Releasev2.2.2- Updated for 1.20.6展开版本: 2.2.2支持游戏: 1.20.6类型:FabricQuiltRelease下载次数: 161neo 2.2.1azurelib-neo-1.20.5-2.2.1.jar下载2.2.1#Releasev2.2.1- Update getRenderProvider to no longer use Object but instead RenderProvider- getRenderProvider no longer needs called by modders.- Moved more plain Execptions to AzureLibExpections instead.- General clean up of code.展开版本: 2.2.1支持游戏: 1.20.5类型:NeoForgeRelease下载次数: 65fabric 2.2.1azurelib-fabric-1.20.5-2.2.1.jar下载2.2.1#Releasev2.2.1- Update getRenderProvider to no longer use Object but instead RenderProvider- getRenderProvider no longer needs called by modders.- Moved more plain Execptions to AzureLibExpections instead.- General clean up of code.展开版本: 2.2.1支持游戏: 1.20.5类型:FabricQuiltRelease下载次数: 221neo 2.2.0azurelib-neo-1.20.5-2.2.0.jar下载2.2.0#Releasev2.2.0- Fix createRenderer to RenderProvider instead of Object- Updated to 1.20.5!展开版本: 2.2.0支持游戏: 1.20.5类型:NeoForgeRelease下载次数: 40fabric 2.2.0azurelib-fabric-1.20.5-2.2.0.jar下载2.2.0#Releasev2.2.0- Fix createRenderer to RenderProvider instead of Object- Updated to 1.20.5!展开版本: 2.2.0支持游戏: 1.20.5类型:FabricQuiltRelease下载次数: 75fabric 2.1.7azurelib-fabric-1.20.4-2.1.7.jar下载2.1.7#Releasev2.1.7- Fixes error message about armor missing textures.- Started releasing common source for Mulitloader setups.展开版本: 2.1.7支持游戏: 1.20.4类型:FabricQuiltRelease下载次数: 1,116neoforge 2.1.7azurelib-neo-1.20.4-2.1.7.jar下载2.1.7#Releasev2.1.7- Fixes error message about armor missing textures.- Started releasing common source for Mulitloader setups.展开版本: 2.1.7支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 72neoforge 2.0.21azurelib-neo-1.20.1-2.0.21.jar下载2.0.21#Releasev2.0.21- Fixes error message about armor missing textures.- Started releasing common source for Mulitloader setups.展开版本: 2.0.21支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 7,646fabric 2.0.21azurelib-fabric-1.20.1-2.0.21.jar下载2.0.21#Releasev2.0.21- Fixes error message about armor missing textures.- Started releasing common source for Mulitloader setups.展开版本: 2.0.21支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 25,286neoforge 2.1.6azurelib-neo-1.20.4-2.1.6.jar下载2.1.6#Releasev2.1.6- Fixes missing Fabric packet registration展开版本: 2.1.6支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 370fabric 2.1.6azurelib-fabric-1.20.4-2.1.6.jar下载2.1.6#Releasev2.1.6- Fixes missing Fabric packet registration展开版本: 2.1.6支持游戏: 1.20.4类型:FabricQuiltRelease下载次数: 6,652neoforge 2.1.5azurelib-neo-1.20.4-2.1.5.jar下载2.1.5#Releasev2.1.5- Fixes name rendering on non-living entities, such as projectiles.展开版本: 2.1.5支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 209fabric 2.1.5azurelib-fabric-1.20.4-2.1.5.jar下载2.1.5#Releasev2.1.5- Fixes name rendering on non-living entities, such as projectiles.展开版本: 2.1.5支持游戏: 1.20.4类型:FabricQuiltRelease下载次数: 875fabric 2.0.20azurelib-fabric-1.20.1-2.0.20.jar下载2.0.20#Releasev2.0.20- Fixes name rendering on non-living entities such as projectiles展开版本: 2.0.20支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 95,819neoforge 2.0.20azurelib-neo-1.20.1-2.0.20.jar下载2.0.20#Releasev2.0.20- Fixes name rendering on non-living entities such as projectiles展开版本: 2.0.20支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 115,0411.0.35azurelib-fabric-1.19.4-1.0.35.jar下载1.0.35#Releasev1.0.35- Fixes name rendering on non-living entities such as projectiles展开版本: 1.0.35支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 7131.0.35azurelib-forge-1.19.4-1.0.35.jar下载1.0.35#Releasev1.0.35- Fixes name rendering on non-living entities such as projectiles展开版本: 1.0.35支持游戏: 1.19.4类型:ForgeRelease下载次数: 3201.0.41azurelib-forge-1.19.2-1.0.41.jar下载1.0.41#Releasev1.0.41- Fixes name rendering on non-living entities such as projectiles展开版本: 1.0.41支持游戏: 1.19.2类型:ForgeRelease下载次数: 2,7651.0.41azurelib-fabric-1.19.2-1.0.41.jar下载1.0.41#Releasev1.0.41- Fixes name rendering on non-living entities such as projectiles展开版本: 1.0.41支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 17,7511.0.32azurelib-fabric-1.18.2-1.0.32.jar下载1.0.32#Releasev1.0.32- Fixes name rendering on non-living entities such as projectiles展开版本: 1.0.32支持游戏: 1.18.2类型:FabricQuiltRelease下载次数: 1731.0.32azurelib-forge-1.18.2-1.0.32.jar下载1.0.32#Releasev1.0.32- Fixes name rendering on non-living entities such as projectiles展开版本: 1.0.32支持游戏: 1.18.2类型:ForgeRelease下载次数: 3321.0.15azurelib-forge-1.17.1-1.0.15.jar下载1.0.15#Releasev1.0.15- Fixes name rendering on non-living entities such as projectiles展开版本: 1.0.15支持游戏: 1.17.1类型:ForgeRelease下载次数: 3451.0.15azurelib-fabric-1.17.1-1.0.15.jar下载1.0.15#Releasev1.0.15- Fixes name rendering on non-living entities such as projectiles展开版本: 1.0.15支持游戏: 1.17.1类型:FabricRelease下载次数: 1001.0.32azurelib-fabric-1.16.5-1.0.32.jar下载1.0.32#Releasev1.0.32- Fixes name rendering on non-living entities such as projectiles- Fixes model file loading.展开版本: 1.0.32支持游戏: 1.16.5类型:FabricRelease下载次数: 1041.0.32azurelib-forge-1.16.5-1.0.32.jar下载1.0.32#Releasev1.0.32- Fixes name rendering on non-living entities such as projectiles- Fixes model file loading.展开版本: 1.0.32支持游戏: 1.16.5类型:ForgeRelease下载次数: 193fabric 2.1.4azurelib-fabric-1.20.4-2.1.4.jar下载2.1.4#Releasev2.1.4- Fixes isReRender not being passed correctly.- Port support for Teams for nametag rendering.展开版本: 2.1.4支持游戏: 1.20.4类型:FabricQuiltRelease下载次数: 375neoforge 2.1.4azurelib-neo-1.20.4-2.1.4.jar下载2.1.4#Releasev2.1.4- Fixes isReRender not being passed correctly.- Port support for Teams for nametag rendering.展开版本: 2.1.4支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 45fabric 2.0.19azurelib-fabric-1.20.1-2.0.19.jar下载2.0.19#Releasev2.0.19- Fixes isReRender not being passed correctly.- Port support for Teams for nametag rendering.展开版本: 2.0.19支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 28,144neoforge 2.0.19azurelib-neo-1.20.1-2.0.19.jar下载2.0.19#Releasev2.0.19- Fixes isReRender not being passed correctly.- Port support for Teams for nametag rendering.展开版本: 2.0.19支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 30,7081.0.34azurelib-fabric-1.19.4-1.0.34.jar下载1.0.34#Releasev1.0.34- Fixes isReRender not being passed correctly.- Port support for Teams for nametag rendering.展开版本: 1.0.34支持游戏: 1.19.4类型:FabricRelease下载次数: 1831.0.40azurelib-fabric-1.19.2-1.0.40.jar下载1.0.40#Releasev1.0.40- Blacklist Geckolib3 asset namespace.- Fixes isReRender not being passed correctly.- Port support for Teams for nametag rendering.展开版本: 1.0.40支持游戏: 1.19.2类型:FabricRelease下载次数: 4581.0.34azurelib-forge-1.19.4-1.0.34.jar下载1.0.34#Releasev1.0.34- Fixes isReRender not being passed correctly.- Port support for Teams for nametag rendering.展开版本: 1.0.34支持游戏: 1.19.4类型:ForgeRelease下载次数: 571.0.40azurelib-forge-1.19.2-1.0.40.jar下载1.0.40#Releasev1.0.40- Blacklist Geckolib3 asset namespace.- Fixes isReRender not being passed correctly.- Port support for Teams for nametag rendering.展开版本: 1.0.40支持游戏: 1.19.2类型:ForgeRelease下载次数: 3091.0.31azurelib-fabric-1.18.2-1.0.31.jar下载1.0.31#Releasev1.0.31- Blacklist Geckolib3 asset namespace.- Fixes isReRender not being passed correctly.- Port support for Teams for nametag rendering.展开版本: 1.0.31支持游戏: 1.18.2类型:FabricRelease下载次数: 381.0.14azurelib-fabric-1.17.1-1.0.14.jar下载1.0.14#Releasev1.0.14- Blacklist Geckolib3 asset namespace.- Fixes isReRender not being passed correctly.- Port support for Teams for nametag rendering.展开版本: 1.0.14支持游戏: 1.17.1类型:FabricRelease下载次数: 291.0.31azurelib-fabric-1.16.5-1.0.31.jar下载1.0.31#Releasev1.0.31- Blacklist Geckolib3 asset namespace.- Fixes isReRender not being passed correctly.- Port support for Teams for nametag rendering.展开版本: 1.0.31支持游戏: 1.16.5类型:FabricRelease下载次数: 371.0.31azurelib-forge-1.18.2-1.0.31.jar下载1.0.31#Releasev1.0.31- Blacklist Geckolib3 asset namespace.- Fixes isReRender not being passed correctly.- Port support for Teams for nametag rendering.展开版本: 1.0.31支持游戏: 1.18.2类型:ForgeRelease下载次数: 551.0.14azurelib-forge-1.17.1-1.0.14.jar下载1.0.14#Releasev1.0.14- Blacklist Geckolib3 asset namespace.- Fixes isReRender not being passed correctly.- Port support for Teams for nametag rendering.展开版本: 1.0.14支持游戏: 1.17.1类型:ForgeRelease下载次数: 251.0.31azurelib-forge-1.16.5-1.0.31.jar下载1.0.31#Releasev1.0.31- Blacklist Geckolib3 asset namespace.- Fixes isReRender not being passed correctly.- Port support for Teams for nametag rendering.展开版本: 1.0.31支持游戏: 1.16.5类型:ForgeRelease下载次数: 40fabric 2.1.3azurelib-fabric-1.20.4-2.1.3.jar下载2.1.3#Releasev2.1.3- Updated for change with NeoForge networking update. Some Fabric changes were done as well with this.展开版本: 2.1.3支持游戏: 1.20.4类型:FabricQuiltRelease下载次数: 295neoforge 2.1.3azurelib-neo-1.20.4-2.1.3.jar下载2.1.3#Releasev2.1.3- Updated for change with NeoForge networking update. Some Fabric changes were done as well with this.展开版本: 2.1.3支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 36fabric 2.1.2azurelib-fabric-1.20.4-2.1.2.jar下载2.1.2#Releasev2.1.2- Updated for change with NeoForge requires in TOMl- Removed BaseGunItem in favor of AzureBaseGunItem展开版本: 2.1.2支持游戏: 1.20.4类型:FabricQuiltRelease下载次数: 208neoforge 2.1.2azurelib-neo-1.20.4-2.1.2.jar下载2.1.2#Releasev2.1.2- Updated for change with NeoForge requires in TOMl- Removed BaseGunItem in favor of AzureBaseGunItem展开版本: 2.1.2支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 41fabric 2.0.18azurelib-fabric-1.20.1-2.0.18.jar下载2.0.18#Releasev2.0.18- Backported AzureBaseGunItem展开版本: 2.0.18支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 174,031neoforge 2.0.18azurelib-neo-1.20.1-2.0.18.jar下载2.0.18#Releasev2.0.18- Backported AzureBaseGunItem展开版本: 2.0.18支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 6,022neoforge 2.1.1azurelib-neo-1.20.4-2.1.1.jar下载2.1.1#Releasev2.1.1- Fixes GeoEntityRenderer not applying the shaking rotations when frozen.展开版本: 2.1.1支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 52fabric 2.1.1azurelib-fabric-1.20.4-2.1.1.jar下载2.1.1#Releasev2.1.1- Fixes GeoEntityRenderer not applying the shaking rotations when frozen.展开版本: 2.1.1支持游戏: 1.20.4类型:FabricQuiltRelease下载次数: 82fabric 2.0.13azurelib-fabric-1.20.2-2.0.13.jar下载2.0.13#Releasev2.0.13- Fixes GeoEntityRenderer not applying the shaking rotations when frozen.展开版本: 2.0.13支持游戏: 1.20.2类型:FabricQuiltRelease下载次数: 9,753neoforge 2.0.13azurelib-neo-1.20.2-2.0.13.jar下载2.0.13#Releasev2.0.13- Fixes GeoEntityRenderer not applying the shaking rotations when frozen.展开版本: 2.0.13支持游戏: 1.20.2类型:NeoForgeRelease下载次数: 246fabric 2.0.17azurelib-fabric-1.20.1-2.0.17.jar下载2.0.17#Releasev2.0.17- Fixes GeoEntityRenderer not applying the shaking rotations when frozen.展开版本: 2.0.17支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 2,065neoforge 2.0.17azurelib-neo-1.20.1-2.0.17.jar下载2.0.17#Releasev2.0.17- Fixes GeoEntityRenderer not applying the shaking rotations when frozen.展开版本: 2.0.17支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 7101.0.33azurelib-forge-1.19.4-1.0.33.jar下载1.0.33#Releasev1.0.33- Fixes GeoEntityRender missing the shaking effect from the mob being frozen.展开版本: 1.0.33支持游戏: 1.19.4类型:ForgeRelease下载次数: 1191.0.33azurelib-fabric-1.19.4-1.0.33.jar下载1.0.33#Releasev1.0.33- Fixes GeoEntityRender missing the shaking effect from the mob being frozen.展开版本: 1.0.33支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 1701.0.39azurelib-forge-1.19.2-1.0.39.jar下载1.0.39#Releasev1.0.39- Fixes GeoEntityRender missing the shaking effect from the mob being frozen.- Filters yet another mcraptor mods broken animations.展开版本: 1.0.39支持游戏: 1.19.2类型:ForgeRelease下载次数: 9191.0.39azurelib-fabric-1.19.2-1.0.39.jar下载1.0.39#Releasev1.0.39- Fixes GeoEntityRender missing the shaking effect from the mob being frozen.- Filters yet another mcraptor mods broken animations.展开版本: 1.0.39支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 1,5431.0.30azurelib-fabric-1.18.2-1.0.30.jar下载1.0.30#Releasev1.0.30- Fixes GeoEntityRender missing the shaking effect from the mob being frozen.- Filters yet another mcraptor mods broken animations.展开版本: 1.0.30支持游戏: 1.18.2类型:FabricQuiltRelease下载次数: 491.0.30azurelib-forge-1.18.2-1.0.30.jar下载1.0.30#Releasev1.0.30- Fixes GeoEntityRender missing the shaking effect from the mob being frozen.- Filters yet another mcraptor mods broken animations.展开版本: 1.0.30支持游戏: 1.18.2类型:ForgeRelease下载次数: 721.0.13azurelib-forge-1.17.1-1.0.13.jar下载1.0.13#Releasev1.0.13- Fixes GeoEntityRender missing the shaking effect from the mob being frozen.- Filters yet another mcraptor mods broken animations.展开版本: 1.0.13支持游戏: 1.17.1类型:ForgeRelease下载次数: 461.0.13azurelib-fabric-1.17.1-1.0.13.jar下载1.0.13#Releasev1.0.13- Fixes GeoEntityRender missing the shaking effect from the mob being frozen.- Filters yet another mcraptor mods broken animations.展开版本: 1.0.13支持游戏: 1.17.1类型:FabricRelease下载次数: 391.0.30azurelib-fabric-1.16.5-1.0.30.jar下载1.0.30#Releasev1.0.30- Backup port the shaking effect, allowing the modder to override isShaking to define it since frozen wasn\'t added until 1.17- Filters yet another mcraptor mods broken animations.展开版本: 1.0.30支持游戏: 1.16.5类型:FabricRelease下载次数: 401.0.30azurelib-forge-1.16.5-1.0.30.jar下载1.0.30#Releasev1.0.30- Backup port the shaking effect, allowing the modder to override isShaking to define it since frozen wasn\'t added until 1.17- Filters yet another mcraptor mods broken animations.展开版本: 1.0.30支持游戏: 1.16.5类型:ForgeRelease下载次数: 55neoforge 2.1.0azurelib-neo-1.20.4-2.1.0.jar下载2.1.0#Releasev2.1.0- Updated to 1.20.3展开版本: 2.1.0支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 78fabric 2.1.0azurelib-fabric-1.20.4-2.1.0.jar下载2.1.0#Releasev2.1.0- Updated to 1.20.3展开版本: 2.1.0支持游戏: 1.20.4类型:FabricQuiltRelease下载次数: 106fabric 2.1.0azurelib-fabric-1.20.3-2.1.0.jar下载2.1.0#Releasev2.1.0- Updated to 1.20.3展开版本: 2.1.0支持游戏: 1.20.3类型:FabricQuiltRelease下载次数: 250neoforge 2.1.0azurelib-neo-1.20.3-2.1.0.jar下载2.1.0#Releasev2.1.0- Updated to 1.20.3展开版本: 2.1.0支持游戏: 1.20.3类型:NeoForgeRelease下载次数: 41fabric 2.0.12azurelib-fabric-1.20.2-2.0.12.jar下载2.0.12#Releasev2.0.12- Port ItemArmorGeoLayer tweak- Port DyeableGeoArmorRenderer- Port getPackedOverlay change展开版本: 2.0.12支持游戏: 1.20.2类型:FabricQuiltRelease下载次数: 277neoforge 2.0.12azurelib-neo-1.20.2-2.0.12.jar下载2.0.12#Releasev2.0.12- Port ItemArmorGeoLayer tweak- Port DyeableGeoArmorRenderer- Port getPackedOverlay change展开版本: 2.0.12支持游戏: 1.20.2类型:NeoForgeRelease下载次数: 33fabric 2.0.16azurelib-fabric-1.20.1-2.0.16.jar下载2.0.16#Releasev2.0.16- Port ItemArmorGeoLayer tweak- Port DyeableGeoArmorRenderer- Port getPackedOverlay change展开版本: 2.0.16支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 35,376neoforge 2.0.16azurelib-neo-1.20.1-2.0.16.jar下载2.0.16#Releasev2.0.16- Port ItemArmorGeoLayer tweak- Port DyeableGeoArmorRenderer- Port getPackedOverlay change展开版本: 2.0.16支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 27,8931.0.32azurelib-forge-1.19.4-1.0.32.jar下载1.0.32#Releasev1.0.32- Port ItemArmorGeoLayer tweak- Port DyeableGeoArmorRenderer- Port getPackedOverlay change展开版本: 1.0.32支持游戏: 1.19.4类型:ForgeRelease下载次数: 561.0.32azurelib-fabric-1.19.4-1.0.32.jar下载1.0.32#Releasev1.0.32- Port ItemArmorGeoLayer tweak- Port DyeableGeoArmorRenderer- Port getPackedOverlay change展开版本: 1.0.32支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 941.0.38azurelib-forge-1.19.2-1.0.38.jar下载1.0.38#Releasev1.0.38- Port ItemArmorGeoLayer tweak- Port DyeableGeoArmorRenderer- Port getPackedOverlay change展开版本: 1.0.38支持游戏: 1.19.2类型:ForgeRelease下载次数: 2491.0.38azurelib-fabric-1.19.2-1.0.38.jar下载1.0.38#Releasev1.0.38- Use generic type instead of BlockEntity when overriding BlockEntityRenderer#render展开版本: 1.0.38支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 2,9291.0.29azurelib-fabric-1.18.2-1.0.29.jar下载1.0.29#Releasev1.0.29- Port ItemArmorGeoLayer tweak- Port DyeableGeoArmorRenderer- Port getPackedOverlay change展开版本: 1.0.29支持游戏: 1.18.2类型:FabricQuiltRelease下载次数: 1261.0.29azurelib-forge-1.18.2-1.0.29.jar下载1.0.29#Releasev1.0.29- Port ItemArmorGeoLayer tweak- Port DyeableGeoArmorRenderer- Port getPackedOverlay change展开版本: 1.0.29支持游戏: 1.18.2类型:ForgeRelease下载次数: 851.0.12azurelib-forge-1.17.1-1.0.12.jar下载1.0.12#Releasev1.0.12- Port ItemArmorGeoLayer tweak- Port DyeableGeoArmorRenderer- Port getPackedOverlay change展开版本: 1.0.12支持游戏: 1.17.1类型:ForgeRelease下载次数: 371.0.12azurelib-fabric-1.17.1-1.0.12.jar下载1.0.12#Releasev1.0.12- Port ItemArmorGeoLayer tweak- Port DyeableGeoArmorRenderer- Port getPackedOverlay change展开版本: 1.0.12支持游戏: 1.17.1类型:FabricRelease下载次数: 261.0.29azurelib-fabric-1.16.5-1.0.29.jar下载1.0.29#Releasev1.0.29- Port ItemArmorGeoLayer tweak- Port DyeableGeoArmorRenderer- Port getPackedOverlay change展开版本: 1.0.29支持游戏: 1.16.5类型:FabricRelease下载次数: 1541.0.29azurelib-forge-1.16.5-1.0.29.jar下载1.0.29#Releasev1.0.29- Port ItemArmorGeoLayer tweak- Port DyeableGeoArmorRenderer- Port getPackedOverlay change展开版本: 1.0.29支持游戏: 1.16.5类型:ForgeRelease下载次数: 57neoforge 2.0.11azurelib-neo-1.20.2-2.0.11.jar下载2.0.11#Releasev2.0.11- Mixin into ClientHooks to apply AzureLib Armor armor model to entities.展开版本: 2.0.11支持游戏: 1.20.2类型:NeoForgeRelease下载次数: 24neoforge 2.0.15azurelib-neo-1.20.1-2.0.15.jar下载2.0.15#Releasev2.0.15- Mixin into ClientHooks to apply AzureLib Armor armor model to entities.展开版本: 2.0.15支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 92fabric 2.0.10azurelib-fabric-1.20.2-2.0.10.jar下载2.0.10#Releasev2.0.10- Registers KeyBind always, just unbound. Closes #35- Adds missing lang file for keybind.展开版本: 2.0.10支持游戏: 1.20.2类型:FabricQuiltRelease下载次数: 53neoforge 2.0.10azurelib-neo-1.20.2-2.0.10.jar下载2.0.10#Releasev2.0.10- Registers KeyBind always, just unbound. Closes #35- Adds missing lang file for keybind.展开版本: 2.0.10支持游戏: 1.20.2类型:NeoForgeRelease下载次数: 30fabric 2.0.14azurelib-fabric-1.20.1-2.0.14.jar下载2.0.14#Releasev2.0.14- Registers KeyBind always, just unbound. Closes #35- Adds missing lang file for keybind.展开版本: 2.0.14支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 210neoforge 2.0.14azurelib-neo-1.20.1-2.0.14.jar下载2.0.14#Releasev2.0.14- Registers KeyBind always, just unbound. Closes #35- Adds missing lang file for keybind.展开版本: 2.0.14支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 52fabric 2.0.9azurelib-fabric-1.20.2-2.0.9.jar下载2.0.9#Releasev2.0.9- Adds new Optifine screen if Optifine is installed. This can be disabled via the AzureLib config.- Adds new KeyBind for my gun weapons.展开版本: 2.0.9支持游戏: 1.20.2类型:FabricQuiltRelease下载次数: 104neoforge 2.0.9azurelib-neo-1.20.2-2.0.9.jar下载2.0.9#Releasev2.0.9- Adds new Optifine screen if Optifine is installed. This can be disabled via the AzureLib config.- Adds new KeyBind for my gun weapons.展开版本: 2.0.9支持游戏: 1.20.2类型:NeoForgeRelease下载次数: 28fabric 2.0.13azurelib-fabric-1.20.1-2.0.13.jar下载2.0.13#Releasev2.0.13- Adds new Optifine screen if Optifine is installed. This can be disabled via the AzureLib config.- Adds new KeyBind for my gun weapons.展开版本: 2.0.13支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 3,945neoforge 2.0.13azurelib-neo-1.20.1-2.0.13.jar下载2.0.13#Releasev2.0.13- Adds new Optifine screen if Optifine is installed. This can be disabled via the AzureLib config.- Adds new KeyBind for my gun weapons.展开版本: 2.0.13支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 249fabric 2.0.8azurelib-fabric-1.20.2-2.0.8.jar下载2.0.8#Releasev2.0.8- Fixes the HumanoidArmorLayer fix reverting. Stupid git.展开版本: 2.0.8支持游戏: 1.20.2类型:FabricQuiltRelease下载次数: 340neoforge 2.0.8azurelib-neo-1.20.2-2.0.8.jar下载2.0.8#Releasev2.0.8- Fixes the HumanoidArmorLayer fix reverting. Stupid git.展开版本: 2.0.8支持游戏: 1.20.2类型:NeoForgeRelease下载次数: 49fabric 2.0.12azurelib-fabric-1.20.1-2.0.12.jar下载2.0.12#Releasev2.0.12- Fixes the HumanoidArmorLayer fix reverting. Stupid git.展开版本: 2.0.12支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 7,076neoforge 2.0.12azurelib-neo-1.20.1-2.0.12.jar下载2.0.12#Releasev2.0.12- Fixes the HumanoidArmorLayer fix reverting. Stupid git.展开版本: 2.0.12支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 47,641fabric 2.0.7azurelib-fabric-1.20.2-2.0.7.jar下载2.0.7#Releasev2.0.7- Adds Incendiary Enchantment to Consecration Holy tag展开版本: 2.0.7支持游戏: 1.20.2类型:FabricQuiltRelease下载次数: 175neoforge 2.0.7azurelib-neo-1.20.2-2.0.7.jar下载2.0.7#Releasev2.0.7- Adds Incendiary Enchantment to Consecration Holy tag展开版本: 2.0.7支持游戏: 1.20.2类型:NeoForgeRelease下载次数: 26fabric 2.0.11azurelib-fabric-1.20.1-2.0.11.jar下载2.0.11#Releasev2.0.11- Adds Incendiary Enchantment to Consecration Holy tag展开版本: 2.0.11支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 1,364neoforge 2.0.11azurelib-neo-1.20.1-2.0.11.jar下载2.0.11#Releasev2.0.11- Adds Incendiary Enchantment to Consecration Holy tag展开版本: 2.0.11支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 1,957fabric 2.0.6azurelib-fabric-1.20.2-2.0.6.jar下载2.0.6#Releasev2.0.6- Fixes crash on startup.- Fixes missing enchantment lang.展开版本: 2.0.6支持游戏: 1.20.2类型:FabricQuiltRelease下载次数: 58neoforge 2.0.6azurelib-neo-1.20.2-2.0.6.jar下载2.0.6#Releasev2.0.6- Fixes crash on startup.- Fixes missing enchantment lang.展开版本: 2.0.6支持游戏: 1.20.2类型:NeoForgeRelease下载次数: 28fabric 2.0.10azurelib-fabric-1.20.1-2.0.10.jar下载2.0.10#Releasev2.0.10- Fixes crash on startup.- Fixes missing enchantment lang.展开版本: 2.0.10支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 241neoforge 2.0.10azurelib-neo-1.20.1-2.0.10.jar下载2.0.10#Releasev2.0.10- Fixes crash on startup.- Fixes missing enchantment lang.展开版本: 2.0.10支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 108fabric 2.0.5azurelib-fabric-1.20.2-2.0.5.jar下载2.0.5#Releasev2.0.5- Create getter needed Incendairy Echantment展开版本: 2.0.5支持游戏: 1.20.2类型:FabricQuiltRelease下载次数: 49neoforge 2.0.5azurelib-neo-1.20.2-2.0.5.jar下载2.0.5#Releasev2.0.5- Create getter needed Incendairy Echantment展开版本: 2.0.5支持游戏: 1.20.2类型:NeoForgeRelease下载次数: 26fabric 2.0.9azurelib-fabric-1.20.1-2.0.9.jar下载2.0.9#Releasev2.0.9- Create getter needed Incendairy Echantment展开版本: 2.0.9支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 191neoforge 2.0.9azurelib-neo-1.20.1-2.0.9.jar下载2.0.9#Releasev2.0.9- Create getter needed Incendairy Echantment展开版本: 2.0.9支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 87fabric 2.0.3azurelib-fabric-1.20.2-2.0.3.jar下载2.0.3#Releasev2.0.4- Move MixinHumanoidArmorLayer to common, loading a Fabric version or Neo/Forge version depending on loader being used.- Added new Enchantment for various gun mods, Incendiary.- Added a new tag for the echantment to add my guns to the tags for easy configuration.展开版本: 2.0.3支持游戏: 1.20.2类型:FabricQuiltRelease下载次数: 39neoforge 2.0.3azurelib-neo-1.20.2-2.0.3.jar下载2.0.3#Releasev2.0.4- Move MixinHumanoidArmorLayer to common, loading a Fabric version or Neo/Forge version depending on loader being used.- Added new Enchantment for various gun mods, Incendiary.- Added a new tag for the echantment to add my guns to the tags for easy configuration.展开版本: 2.0.3支持游戏: 1.20.2类型:NeoForgeRelease下载次数: 45fabric 2.0.8azurelib-fabric-1.20.1-2.0.8.jar下载2.0.8#Releasev2.0.8- Move MixinHumanoidArmorLayer to common, loading a Fabric version or Neo/Forge version depending on loader being used.- Added new Enchantment for various gun mods, Incendiary.- Added a new tag for the echantment to add my guns to the tags for easy configuration.展开版本: 2.0.8支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 63neoforge 2.0.8azurelib-neo-1.20.1-2.0.8.jar下载2.0.8#Releasev2.0.8- Move MixinHumanoidArmorLayer to common, loading a Fabric version or Neo/Forge version depending on loader being used.- Added new Enchantment for various gun mods, Incendiary.- Added a new tag for the echantment to add my guns to the tags for easy configuration.展开版本: 2.0.8支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 49fabric 2.0.3azurelib-fabric-1.20.2-2.0.3.jar下载2.0.3#Releasev2.0.3- Updated NeoForge mixins to new format.- Updated NeoForge to new Registry update.- Adds missing langs to example config.- Remove NeoForge refmap line from it\'s mixin, no longer needed.展开版本: 2.0.3支持游戏: 1.20.2类型:FabricQuiltRelease下载次数: 189neoforge 2.0.3azurelib-neo-1.20.2-2.0.3.jar下载2.0.3#Releasev2.0.3- Updated NeoForge mixins to new format.- Updated NeoForge to new Registry update.- Adds missing langs to example config.- Remove NeoForge refmap line from it\'s mixin, no longer needed.展开版本: 2.0.3支持游戏: 1.20.2类型:NeoForgeRelease下载次数: 31fabric 2.0.2azurelib-fabric-1.20.2-2.0.2.jar下载2.0.2#Releasev2.0.2- Adds Scope keybind for use in my other mods.- Backport AzureGunProperties builder system.- Cleanup source.展开版本: 2.0.2支持游戏: 1.20.2类型:FabricQuiltRelease下载次数: 267neoforge 2.0.2azurelib-neo-1.20.2-2.0.2.jar下载2.0.2#Releasev2.0.2- Adds Scope keybind for use in my other mods.- Backport AzureGunProperties builder system.- Cleanup source.展开版本: 2.0.2支持游戏: 1.20.2类型:NeoForgeRelease下载次数: 38fabric 2.0.6azurelib-fabric-1.20.1-2.0.6.jar下载2.0.6#Releasev2.0.6- Adds Scope keybind for use in my other mods.- Backport AzureGunProperties builder system.- Cleanup source.展开版本: 2.0.6支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 423,591neoforge 2.0.6azurelib-neo-1.20.1-2.0.6.jar下载2.0.6#Releasev2.0.6- Adds Scope keybind for use in my other mods.- Backport AzureGunProperties builder system.- Cleanup source.展开版本: 2.0.6支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 1,147fabric 2.0.1azurelib-fabric-1.20.2-2.0.1.jar下载2.0.1#Releasev2.0.1- Fixes Forge reload button.展开版本: 2.0.1支持游戏: 1.20.2类型:FabricQuiltRelease下载次数: 51neoforge 2.0.1azurelib-neo-1.20.2-2.0.1.jar下载2.0.1#Releasev2.0.1- Fixes Forge reload button.展开版本: 2.0.1支持游戏: 1.20.2类型:NeoForgeRelease下载次数: 37fabric 2.0.5azurelib-fabric-1.20.1-2.0.5.jar下载2.0.5#Releasev2.0.5- Fixes Forge reload button.展开版本: 2.0.5支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 2,544neoforge 2.0.5azurelib-neo-1.20.1-2.0.5.jar下载2.0.5#Releasev2.0.5- Fixes Forge reload button.展开版本: 2.0.5支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 5601.0.37azurelib-forge-1.19.2-1.0.37.jar下载1.0.37#Releasev1.0.37- Blacklist fear_the_dark for animation file checking.展开版本: 1.0.37支持游戏: 1.19.2类型:ForgeRelease下载次数: 174fabric 2.0.0azurelib-fabric-1.20.2-2.0.0.jar下载2.0.0#Releasev2.0.0- Updated to 1.20.2- RuntimeException -> AzureLibException- Fixes server crash due to configuration screen.- Fixes Forge crashing when registering config.- Unifies en_us.json between Forge/Fabric.展开版本: 2.0.0支持游戏: 1.20.2类型:FabricQuiltRelease下载次数: 1,142neoforge 2.0.0azurelib-neo-1.20.2-2.0.0.jar下载2.0.0#Releasev2.0.0- Updated to 1.20.2- RuntimeException -> AzureLibException- Fixes server crash due to configuration screen.- Fixes Forge crashing when registering config.- Unifies en_us.json between Forge/Fabric.展开版本: 2.0.0支持游戏: 1.20.2类型:NeoForgeRelease下载次数: 53fabric 2.0.4azurelib-fabric-1.20.1-2.0.4.jar下载2.0.4#Releasev2.0.4- Fixes crash with other modded armors suchs Mek Tools Glow Armor.展开版本: 2.0.4支持游戏: 1.20.1类型:FabricRelease下载次数: 14,444neoforge 2.0.4azurelib-neo-1.20.1-2.0.4.jar下载2.0.4#Releasev2.0.4- Fixes crash with other modded armors suchs Mek Tools Glow Armor.展开版本: 2.0.4支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 1,513neoforge 2.0.3azurelib-neo-1.20.1-2.0.3.jar下载2.0.3#Releasev2.0.3- RuntimeException -> AzureLibException- Fixes server crash due to configuration screen.- Fixes Forge crashing when registering config.- Unifies en_us.json between Forge/Fabric.展开版本: 2.0.3支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 135fabric 2.0.3azurelib-fabric-1.20.1-2.0.3.jar下载2.0.3#Releasev2.0.3- RuntimeException -> AzureLibException- Fixes server crash due to configuration screen.- Fixes Forge crashing when registering config.- Unifies en_us.json between Forge/Fabric.展开版本: 2.0.3支持游戏: 1.20.1类型:FabricRelease下载次数: 432fabric 2.0.1azurelib-fabric-1.20.1-2.0.1.jar下载2.0.1#Releasev2.0.1- Fixes common mixin config.展开版本: 2.0.1支持游戏: 1.20.1类型:FabricRelease下载次数: 143neoforge 2.0.1azurelib-neo-1.20.1-2.0.1.jar下载2.0.1#Releasev2.0.1 (Neo/Forge Only)- Fixes common mixin config.展开版本: 2.0.1支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 211fabric 2.0.0azurelib-fabric-1.20.1-2.0.0.jar下载2.0.0#Releasev2.0.0- Moved to Multiloader source (Special thanks to Boston!)- Bumped to 2.x.x.展开版本: 2.0.0支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 209neoforge 2.0.0azurelib-neo-1.20.1-2.0.0.jar下载2.0.0#Releasev2.0.0- Moved to Multiloader source (Special thanks to Boston!)- Bumped to 2.x.x.展开版本: 2.0.0支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 9701.0.34azurelib-neo-1.20.1-1.0.34.jar下载1.0.34#Releasev1.0.34- Adds Missing EntityPacket展开版本: 1.0.34支持游戏: 1.20.1类型:NeoForgeRelease下载次数: 1391.0.34azurelib-forge-1.20.1-1.0.34.jar下载1.0.34#Releasev1.0.34- Adds Missing EntityPacket展开版本: 1.0.34支持游戏: 1.20.1类型:ForgeRelease下载次数: 2,8301.0.33azurelib-fabric-1.20.1-1.0.33.jar下载1.0.33#Releasev1.0.33- Updated Fabric name- Add Modmenu badge- Tweak MixinHumanoidArmorLayer展开版本: 1.0.33支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 32,3421.0.33azurelib-neo-1.20.1-1.0.33.jar下载1.0.33#Releasev1.0.33- Update mixin to not cause conflicts.展开版本: 1.0.33支持游戏: 1.20.1类型:NeoForgeRelease下载次数: 731.0.33azurelib-forge-1.20.1-1.0.33.jar下载1.0.33#Releasev1.0.33- Update mixin to not cause conflicts.展开版本: 1.0.33支持游戏: 1.20.1类型:ForgeRelease下载次数: 5,4401.0.32azurelib-forge-1.20.1-1.0.32.jar下载1.0.32#Releasev1.0.32- Rewrite Item/Armor Render Registration to bw 1 to 1 the Fabric version.- Devs please see:Items: https://wiki.azuredoom.com/how-to-create-an-animated-item#fabric-neoforge-forge-1.20.1+Armor: https://wiki.azuredoom.com/how-to-create-animated-armor#fabric-neoforge-forge-1.20.1+展开版本: 1.0.32支持游戏: 1.20.1类型:ForgeRelease下载次数: 1111.0.32azurelib-neo-1.20.1-1.0.32.jar下载1.0.32#Releasev1.0.32- Rewrite Item/Armor Render Registration to bw 1 to 1 the Fabric version.- Devs please see:Items: https://wiki.azuredoom.com/how-to-create-an-animated-item#fabric-neoforge-forge-1.20.1+Armor: https://wiki.azuredoom.com/how-to-create-animated-armor#fabric-neoforge-forge-1.20.1+展开版本: 1.0.32支持游戏: 1.20.1类型:NeoForgeRelease下载次数: 341.0.32azurelib-fabric-1.20.1-1.0.32.jar下载1.0.32#Releasev1.0.32- Update HumanoidArmorLayer mixin.展开版本: 1.0.32支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 2481.0.31azurelib-neo-1.20.1-1.0.31.jar下载1.0.31#Releasev1.0.31- Use generic type instead of BlockEntity when overriding BlockEntityRenderer#render展开版本: 1.0.31支持游戏: 1.20.1类型:NeoForgeRelease下载次数: 551.0.31azurelib-forge-1.20.1-1.0.31.jar下载1.0.31#Releasev1.0.31- Use generic type instead of BlockEntity when overriding BlockEntityRenderer#render展开版本: 1.0.31支持游戏: 1.20.1类型:ForgeRelease下载次数: 941.0.31azurelib-fabric-1.20.1-1.0.31.jar下载1.0.31#Releasev1.0.31- Use generic type instead of BlockEntity when overriding BlockEntityRenderer#render- Fixes Auto-Sync Thread from not stopping at server stop.展开版本: 1.0.31支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 6461.0.31azurelib-forge-1.19.4-1.0.31.jar下载1.0.31#Releasev1.0.31- Use generic type instead of BlockEntity when overriding BlockEntityRenderer#render展开版本: 1.0.31支持游戏: 1.19.4类型:ForgeRelease下载次数: 1811.0.31azurelib-fabric-1.19.4-1.0.31.jar下载1.0.31#Releasev1.0.31- Use generic type instead of BlockEntity when overriding BlockEntityRenderer#render- Fixes Auto-Sync Thread from not stopping at server stop.展开版本: 1.0.31支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 4581.0.36azurelib-fabric-1.19.2-1.0.36.jar下载1.0.36#Releasev1.0.36- Use generic type instead of BlockEntity when overriding BlockEntityRenderer#render展开版本: 1.0.36支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 34,4191.0.36azurelib-forge-1.19.2-1.0.36.jar下载1.0.36#Releasev1.0.36- Use generic type instead of BlockEntity when overriding BlockEntityRenderer#render展开版本: 1.0.36支持游戏: 1.19.2类型:ForgeRelease下载次数: 1761.0.28azurelib-forge-1.18.2-1.0.28.jar下载1.0.28#Releasev1.0.28- Use generic type instead of BlockEntity when overriding BlockEntityRenderer#render展开版本: 1.0.28支持游戏: 1.18.2类型:ForgeRelease下载次数: 1261.0.28azurelib-fabric-1.18.2-1.0.28.jar下载1.0.28#Releasev1.0.28- Use generic type instead of BlockEntity when overriding BlockEntityRenderer#render展开版本: 1.0.28支持游戏: 1.18.2类型:FabricQuiltRelease下载次数: 781.0.11azurelib-fabric-1.17.1-1.0.11.jar下载1.0.11#Releasev1.0.11- Use generic type instead of BlockEntity when overriding BlockEntityRenderer#render展开版本: 1.0.11支持游戏: 1.17.1类型:FabricRelease下载次数: 521.0.11azurelib-forge-1.17.1-1.0.11.jar下载1.0.11#Releasev1.0.11- Use generic type instead of BlockEntity when overriding BlockEntityRenderer#render展开版本: 1.0.11支持游戏: 1.17.1类型:ForgeRelease下载次数: 411.0.28azurelib-forge-1.16.5-1.0.28.jar下载1.0.28#Releasev1.0.28- Use generic type instead of BlockEntity when overriding BlockEntityRenderer#render展开版本: 1.0.28支持游戏: 1.16.5类型:ForgeRelease下载次数: 671.0.30azurelib-neo-1.20.1-1.0.30.jar下载1.0.30#Releasev1.0.30- Port Config library.展开版本: 1.0.30支持游戏: 1.20.1类型:NeoForgeRelease下载次数: 1031.0.30azurelib-forge-1.20.1-1.0.30.jar下载1.0.30#Releasev1.0.30- Port Config library.展开版本: 1.0.30支持游戏: 1.20.1类型:ForgeRelease下载次数: 1211.0.30azurelib-fabric-1.20.2-1.0.30.jar下载1.0.30#Releasev1.0.30- Forgot to rename Mod Menu support for configs展开版本: 1.0.30支持游戏: 1.20.2类型:FabricQuiltRelease下载次数: 9481.0.29azurelib-fabric-1.20.2-1.0.29.jar下载1.0.29#Releasev1.0.29- Port nested json array format for bedrock animations parsing- Port disable pre-render translation for GeoItems if doing re-render- Port prevent animated texture mixin from early-cancelling method call展开版本: 1.0.29支持游戏: 1.20.2类型:FabricQuiltRelease下载次数: 581.0.29azurelib-fabric-1.20.2-rc1-1.0.29.jar下载1.0.29#Releasev1.0.29- Port nested json array format for bedrock animations parsing- Port disable pre-render translation for GeoItems if doing re-render- Port prevent animated texture mixin from early-cancelling method call展开版本: 1.0.29支持游戏: 1.20.2-rc1类型:FabricQuiltRelease下载次数: 571.0.29azurelib-neo-1.20.1-1.0.29.jar下载1.0.29#Releasev1.0.29- Port nested json array format for bedrock animations parsing- Port disable pre-render translation for GeoItems if doing re-render- Port prevent animated texture mixin from early-cancelling method call展开版本: 1.0.29支持游戏: 1.20.1类型:NeoForgeRelease下载次数: 691.0.29azurelib-forge-1.20.1-1.0.29.jar下载1.0.29#Releasev1.0.29- Port nested json array format for bedrock animations parsing- Port disable pre-render translation for GeoItems if doing re-render- Port prevent animated texture mixin from early-cancelling method call展开版本: 1.0.29支持游戏: 1.20.1类型:ForgeRelease下载次数: 1511.0.29azurelib-fabric-1.20.1-1.0.29.jar下载1.0.29#Releasev1.0.29- Port nested json array format for bedrock animations parsing- Port disable pre-render translation for GeoItems if doing re-render- Port prevent animated texture mixin from early-cancelling method call展开版本: 1.0.29支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 4,4111.0.30azurelib-fabric-1.19.4-1.0.30.jar下载1.0.30#Releasev1.0.30- Port nested json array format for bedrock animations parsing- Port disable pre-render translation for GeoItems if doing re-render- Port prevent animated texture mixin from early-cancelling method call展开版本: 1.0.30支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 961.0.30azurelib-forge-1.19.4-1.0.30.jar下载1.0.30#Releasev1.0.30- Port nested json array format for bedrock animations parsing- Port disable pre-render translation for GeoItems if doing re-render- Port prevent animated texture mixin from early-cancelling method call展开版本: 1.0.30支持游戏: 1.19.4类型:ForgeRelease下载次数: 401.0.35azurelib-fabric-1.19.2-1.0.35.jar下载1.0.35#Releasev1.0.35- Port nested json array format for bedrock animations parsing- Port disable pre-render translation for GeoItems if doing re-render- Port prevent animated texture mixin from early-cancelling method call展开版本: 1.0.35支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 128,5211.0.35azurelib-forge-1.19.2-1.0.35.jar下载1.0.35#Releasev1.0.35- Port nested json array format for bedrock animations parsing- Port disable pre-render translation for GeoItems if doing re-render- Port prevent animated texture mixin from early-cancelling method call展开版本: 1.0.35支持游戏: 1.19.2类型:ForgeRelease下载次数: 1081.0.27azurelib-forge-1.18.2-1.0.27.jar下载1.0.27#Releasev1.0.27- Port nested json array format for bedrock animations parsing- Port disable pre-render translation for GeoItems if doing re-render- Port prevent animated texture mixin from early-cancelling method call展开版本: 1.0.27支持游戏: 1.18.2类型:ForgeRelease下载次数: 531.0.27azurelib-fabric-1.18.2-1.0.27.jar下载1.0.27#Releasev1.0.27- Port nested json array format for bedrock animations parsing- Port disable pre-render translation for GeoItems if doing re-render- Port prevent animated texture mixin from early-cancelling method call展开版本: 1.0.27支持游戏: 1.18.2类型:FabricQuiltRelease下载次数: 341.0.10azurelib-forge-1.17.1-1.0.10.jar下载1.0.10#Releasev1.0.10- Port nested json array format for bedrock animations parsing- Port disable pre-render translation for GeoItems if doing re-render- Port prevent animated texture mixin from early-cancelling method call展开版本: 1.0.10支持游戏: 1.17.1类型:ForgeRelease下载次数: 331.0.10azurelib-fabric-1.17.1-1.0.10.jar下载1.0.10#Releasev1.0.10- Port nested json array format for bedrock animations parsing- Port disable pre-render translation for GeoItems if doing re-render- Port prevent animated texture mixin from early-cancelling method call展开版本: 1.0.10支持游戏: 1.17.1类型:FabricRelease下载次数: 281.0.27azurelib-fabric-1.16.5-1.0.27.jar下载1.0.27#Releasev1.0.27- Port nested json array format for bedrock animations parsing- Port disable pre-render translation for GeoItems if doing re-render- Port prevent animated texture mixin from early-cancelling method call展开版本: 1.0.27支持游戏: 1.16.5类型:FabricRelease下载次数: 651.0.27azurelib-forge-1.16.5-1.0.27.jar下载1.0.27#Releasev1.0.27- Port nested json array format for bedrock animations parsing- Port disable pre-render translation for GeoItems if doing re-render- Port prevent animated texture mixin from early-cancelling method call展开版本: 1.0.27支持游戏: 1.16.5类型:ForgeRelease下载次数: 251.0.28azurelib-fabric-1.20.2-pre2-1.0.28.jar下载1.0.28#Releasev1.0.28- Updated to 1.20.2-Prerelease 2展开版本: 1.0.28支持游戏: 1.20.2-pre1类型:FabricQuiltRelease下载次数: 5651.0.28azurelib-neo-1.20.1-1.0.28.jar下载1.0.28#Releasev1.0.28- Moves Item and OBJ GeoRender renderBuffers to LevelRender展开版本: 1.0.28支持游戏: 1.20.1类型:NeoForgeRelease下载次数: 1081.0.28azurelib-forge-1.20.1-1.0.28.jar下载1.0.28#Releasev1.0.28- Moves Item and OBJ GeoRender renderBuffers to LevelRender展开版本: 1.0.28支持游戏: 1.20.1类型:ForgeRelease下载次数: 1301.0.28azurelib-fabric-1.20.1-1.0.28.jar下载1.0.28#Releasev1.0.28- Fixes Config screen not focusing.- Fixes Config button textures.- Moves Item and OBJ GeoRender renderBuffers to LevelRender展开版本: 1.0.28支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 2,1551.0.29azurelib-forge-1.19.4-1.0.29.jar下载1.0.29#Releasev1.0.29- Moves Item and OBJ GeoRender renderBuffers to LevelRender展开版本: 1.0.29支持游戏: 1.19.4类型:ForgeRelease下载次数: 301.0.29azurelib-fabric-1.19.4-1.0.29.jar下载1.0.29#Releasev1.0.29- Fixes Armor render bug with Iris展开版本: 1.0.29支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 631.0.34azurelib-fabric-1.19.2-1.0.34.jar下载1.0.34#Releasev1.0.34- Moves Item and OBJ GeoRender renderBuffers to LevelRender展开版本: 1.0.34支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 1691.0.34azurelib-forge-1.19.2-1.0.34.jar下载1.0.34#Releasev1.0.34- Moves Item and OBJ GeoRender renderBuffers to LevelRender展开版本: 1.0.34支持游戏: 1.19.2类型:ForgeRelease下载次数: 871.0.26azurelib-fabric-1.18.2-1.0.26.jar下载1.0.26#Releasev1.0.26- Moves Item and OBJ GeoRender renderBuffers to LevelRender展开版本: 1.0.26支持游戏: 1.18.2类型:FabricQuiltRelease下载次数: 321.0.26azurelib-forge-1.18.2-1.0.26.jar下载1.0.26#Releasev1.0.26- Moves Item and OBJ GeoRender renderBuffers to LevelRender展开版本: 1.0.26支持游戏: 1.18.2类型:ForgeRelease下载次数: 221.0.9azurelib-forge-1.17.1-1.0.9.jar下载1.0.9#Releasev1.0.9- Moves Item and OBJ GeoRender renderBuffers to LevelRender展开版本: 1.0.9支持游戏: 1.17.1类型:ForgeRelease下载次数: 341.0.9azurelib-fabric-1.17.1-1.0.9.jar下载1.0.9#Releasev1.0.9- Moves Item and OBJ GeoRender renderBuffers to LevelRender展开版本: 1.0.9支持游戏: 1.17.1类型:FabricRelease下载次数: 671.0.26azurelib-fabric-1.16.5-1.0.26.jar下载1.0.26#Releasev1.0.26- Moves Item and OBJ GeoRender renderBuffers to LevelRender展开版本: 1.0.26支持游戏: 1.16.5类型:FabricRelease下载次数: 291.0.26azurelib-forge-1.16.5-1.0.26.jar下载1.0.26#Releasev1.0.26- Moves Item and OBJ GeoRender renderBuffers to LevelRender展开版本: 1.0.26支持游戏: 1.16.5类型:ForgeRelease下载次数: 231.0.27azurelib-neo-1.20.1-1.0.27.jar下载1.0.27#Releasev1.0.27- Fixes Armor render bug with shaders展开版本: 1.0.27支持游戏: 1.20.1类型:NeoForgeRelease下载次数: 431.0.27azurelib-forge-1.20.1-1.0.27.jar下载1.0.27#Releasev1.0.27- Fixes Armor render bug with shaders展开版本: 1.0.27支持游戏: 1.20.1类型:ForgeRelease下载次数: 381.0.27azurelib-fabric-1.20.1-1.0.27.jar下载1.0.27#Releasev1.0.27- Fixes Armor render bug with Iris展开版本: 1.0.27支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 2451.0.28azurelib-forge-1.19.4-1.0.28.jar下载1.0.28#Releasev1.0.28- Fixes Armor render bug with shaders展开版本: 1.0.28支持游戏: 1.19.4类型:ForgeRelease下载次数: 211.0.28azurelib-fabric-1.19.4-1.0.28.jar下载1.0.28#Releasev1.0.28- Fixes Armor render bug with Iris展开版本: 1.0.28支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 351.0.33azurelib-forge-1.19.2-1.0.33.jar下载1.0.33#Releasev1.0.33- Fixes Armor render bug with shaders展开版本: 1.0.33支持游戏: 1.19.2类型:ForgeRelease下载次数: 301.0.33azurelib-fabric-1.19.2-1.0.33.jar下载1.0.33#Releasev1.0.33- Fixes Armor render bug with Iris展开版本: 1.0.33支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 1171.0.25azurelib-forge-1.18.2-1.0.25.jar下载1.0.25#Releasev1.0.25- Fixes Armor render bug with shaders展开版本: 1.0.25支持游戏: 1.18.2类型:ForgeRelease下载次数: 261.0.8azurelib-forge-1.17.1-1.0.8.jar下载1.0.8#Releasev1.0.8- Fixes Armor render bug with shaders展开版本: 1.0.8支持游戏: 1.17.1类型:ForgeRelease下载次数: 251.0.25azurelib-fabric-1.18.2-1.0.25.jar下载1.0.25#Releasev1.0.25- Fixes Armor render bug with Iris展开版本: 1.0.25支持游戏: 1.18.2类型:FabricQuiltRelease下载次数: 241.0.8azurelib-fabric-1.17.1-1.0.8.jar下载1.0.8#Releasev1.0.8- Fixes Armor render bug with Iris展开版本: 1.0.8支持游戏: 1.17.1类型:FabricRelease下载次数: 261.0.25azurelib-fabric-1.16.5-1.0.25.jar下载1.0.25#Releasev1.0.25- Fixes Armor render bug with Iris展开版本: 1.0.25支持游戏: 1.16.5类型:FabricRelease下载次数: 231.0.25azurelib-forge-1.16.5-1.0.25.jar下载1.0.25#Releasev1.0.25- Fixes Armor render bug with shaders展开版本: 1.0.25支持游戏: 1.16.5类型:ForgeRelease下载次数: 271.0.26azurelib-neo-1.20.1-1.0.26.jar下载1.0.26#Releasev1.0.26- Fixes AzureLibUtil#summonAoE not being static展开版本: 1.0.26支持游戏: 1.20.1类型:NeoForgeRelease下载次数: 231.0.26azurelib-forge-1.20.1-1.0.26.jar下载1.0.26#Releasev1.0.26- Fixes AzureLibUtil#summonAoE not being static展开版本: 1.0.26支持游戏: 1.20.1类型:ForgeRelease下载次数: 331.0.26azurelib-fabric-1.20.1-1.0.26.jar下载1.0.26#Releasev1.0.26- Fixes AzureLibUtil#summonAoE not being static- Makes ModMenu not required展开版本: 1.0.26支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 501.0.27azurelib-fabric-1.19.4-1.0.27.jar下载1.0.27#Releasev1.0.27- Fixes AzureLibUtil#summonAoE not being static- Makes ModMenu not required展开版本: 1.0.27支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 231.0.27azurelib-forge-1.19.4-1.0.27.jar下载1.0.27#Releasev1.0.27- Fixes AzureLibUtil#summonAoE not being static展开版本: 1.0.27支持游戏: 1.19.4类型:ForgeRelease下载次数: 291.0.32azurelib-fabric-1.19.2-1.0.32.jar下载1.0.32#Releasev1.0.32- Fixes AzureLibUtil#summonAoE not being static展开版本: 1.0.32支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 251.0.32azurelib-forge-1.19.2-1.0.32.jar下载1.0.32#Releasev1.0.32- Fixes AzureLibUtil#summonAoE not being static展开版本: 1.0.32支持游戏: 1.19.2类型:ForgeRelease下载次数: 421.0.24azurelib-forge-1.18.2-1.0.24.jar下载1.0.24#Releasev1.0.24- Fixes AzureLibUtil#summonAoE not being static展开版本: 1.0.24支持游戏: 1.18.2类型:ForgeRelease下载次数: 351.0.24azurelib-fabric-1.18.2-1.0.24.jar下载1.0.24#Releasev1.0.24- Fixes AzureLibUtil#summonAoE not being static展开版本: 1.0.24支持游戏: 1.18.2类型:FabricQuiltRelease下载次数: 211.0.7azurelib-forge-1.17.1-1.0.7.jar下载1.0.7#Releasev1.0.7- Fixes AzureLibUtil#summonAoE not being static展开版本: 1.0.7支持游戏: 1.17.1类型:ForgeRelease下载次数: 201.0.7azurelib-fabric-1.17.1-1.0.7.jar下载1.0.7#Releasev1.0.7- Fixes AzureLibUtil#summonAoE not being static展开版本: 1.0.7支持游戏: 1.17.1类型:FabricRelease下载次数: 461.0.24azurelib-fabric-1.16.5-1.0.24.jar下载1.0.24#Releasev1.0.24- Fixes AzureLibUtil#summonAoE not being static展开版本: 1.0.24支持游戏: 1.16.5类型:FabricRelease下载次数: 241.0.24azurelib-forge-1.16.5-1.0.24.jar下载1.0.24#Releasev1.0.24- Fixes AzureLibUtil#summonAoE not being static展开版本: 1.0.24支持游戏: 1.16.5类型:ForgeRelease下载次数: 241.0.31azurelib-fabric-1.19.2-1.0.31.jar下载1.0.31#Releasev1.0.31- Fixes duplicate cache entry展开版本: 1.0.31支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 891.0.30azurelib-forge-1.19.2-1.0.30.jar下载1.0.30#Releasev1.0.30- Fixes compat issues with mods with broken animation files展开版本: 1.0.30支持游戏: 1.19.2类型:ForgeRelease下载次数: 311.0.30azurelib-fabric-1.19.2-1.0.30.jar下载1.0.30#Releasev1.0.30- Fixes compat issues with mods with broken animation files展开版本: 1.0.30支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 901.0.23azurelib-fabric-1.18.2-1.0.23.jar下载1.0.23#Releasev1.0.23- Fixes compat issues with mods with broken animation files展开版本: 1.0.23支持游戏: 1.18.2类型:FabricQuiltRelease下载次数: 291.0.23azurelib-forge-1.18.2-1.0.23.jar下载1.0.23#Releasev1.0.23- Fixes compat issues with mods with broken animation files展开版本: 1.0.23支持游戏: 1.18.2类型:ForgeRelease下载次数: 301.0.6azurelib-fabric-1.17.1-1.0.6.jar下载1.0.6#Releasev1.0.6- Fixes compat issues with mods with broken animation files展开版本: 1.0.6支持游戏: 1.17.1类型:FabricRelease下载次数: 291.0.6azurelib-forge-1.17.1-1.0.6.jar下载1.0.6#Releasev1.0.6- Fixes compat issues with mods with broken animation files展开版本: 1.0.6支持游戏: 1.17.1类型:ForgeRelease下载次数: 281.0.23azurelib-forge-1.16.5-1.0.23.jar下载1.0.23#Releasev1.0.23- Fixes compat issues with mods with broken animation files展开版本: 1.0.23支持游戏: 1.16.5类型:ForgeRelease下载次数: 291.0.23azurelib-fabric-1.16.5-1.0.23.jar下载1.0.23#Releasev1.0.23- Fixes compat issues with mods with broken animation files展开版本: 1.0.23支持游戏: 1.16.5类型:FabricRelease下载次数: 321.0.25azurelib-neo-1.20.1-1.0.25.jar下载1.0.25#Releasev1.0.25- Moves reload keybind to AzureLib instead of each mod having it\'s own.展开版本: 1.0.25支持游戏: 1.20.1类型:NeoForgeRelease下载次数: 3191.0.25azurelib-fabric-1.20.1-1.0.25.jar下载1.0.25#Releasev1.0.25- Moves reload keybind to AzureLib instead of each mod having it\'s own.展开版本: 1.0.25支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 2,0291.0.25azurelib-forge-1.20.1-1.0.25.jar下载1.0.25#Releasev1.0.25- Moves reload keybind to AzureLib instead of each mod having it\'s own.展开版本: 1.0.25支持游戏: 1.20.1类型:ForgeRelease下载次数: 821.0.26azurelib-fabric-1.19.4-1.0.26.jar下载1.0.26#Releasev1.0.26- Moves reload keybind to AzureLib instead of each mod having it\'s own.展开版本: 1.0.26支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 1061.0.26azurelib-forge-1.19.4-1.0.26.jar下载1.0.26#Releasev1.0.26- Moves reload keybind to AzureLib instead of each mod having it\'s own.展开版本: 1.0.26支持游戏: 1.19.4类型:ForgeRelease下载次数: 411.0.29azurelib-fabric-1.19.2-1.0.29.jar下载1.0.29#Releasev1.0.29- Moves reload keybind to AzureLib instead of each mod having it\'s own.展开版本: 1.0.29支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 1981.0.29azurelib-forge-1.19.2-1.0.29.jar下载1.0.29#Releasev1.0.29- Moves reload keybind to AzureLib instead of each mod having it\'s own.展开版本: 1.0.29支持游戏: 1.19.2类型:ForgeRelease下载次数: 1351.0.22azurelib-fabric-1.18.2-1.0.22.jar下载1.0.22#Releasev1.0.22- Moves reload keybind to AzureLib instead of each mod having it\'s own.展开版本: 1.0.22支持游戏: 1.18.2类型:FabricQuiltRelease下载次数: 411.0.22azurelib-forge-1.18.2-1.0.22.jar下载1.0.22#Releasev1.0.22- Moves reload keybind to AzureLib instead of each mod having it\'s own.展开版本: 1.0.22支持游戏: 1.18.2类型:ForgeRelease下载次数: 281.0.5azurelib-fabric-1.17.1-1.0.5.jar下载1.0.5#Releasev1.0.5- Moves reload keybind to AzureLib instead of each mod having it\'s own.展开版本: 1.0.5支持游戏: 1.17.1类型:FabricRelease下载次数: 191.0.5azurelib-forge-1.17.1-1.0.5.jar下载1.0.5#Releasev1.0.5- Moves reload keybind to AzureLib instead of each mod having it\'s own.展开版本: 1.0.5支持游戏: 1.17.1类型:ForgeRelease下载次数: 251.0.22azurelib-fabric-1.16.5-1.0.22.jar下载1.0.22#Releasev1.0.22- Moves reload keybind to AzureLib instead of each mod having it\'s own.展开版本: 1.0.22支持游戏: 1.16.5类型:FabricRelease下载次数: 321.0.22azurelib-forge-1.16.5-1.0.22.jar下载1.0.22#Releasev1.0.22- Moves reload keybind to AzureLib instead of each mod having it\'s own.展开版本: 1.0.22支持游戏: 1.16.5类型:ForgeRelease下载次数: 321.0.24azurelib-neo-1.20.1-1.0.24.jar下载1.0.24#Releasev1.0.24- Fix mod not working correctly.- No longer shade mclib, code move to core.展开版本: 1.0.24支持游戏: 1.20.1类型:NeoForgeRelease下载次数: 261.0.24azurelib-forge-1.20.1-1.0.24.jar下载1.0.24#Releasev1.0.24- No longer shade mclib, code move to core.展开版本: 1.0.24支持游戏: 1.20.1类型:ForgeRelease下载次数: 371.0.24azurelib-fabric-1.20.1-1.0.24.jar下载1.0.24#Releasev1.0.24- No longer shade mclib, code move to core.展开版本: 1.0.24支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 4471.0.25azurelib-fabric-1.19.4-1.0.25.jar下载1.0.25#Releasev1.0.25- No longer shade mclib, code move to core.展开版本: 1.0.25支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 231.0.25azurelib-forge-1.19.4-1.0.25.jar下载1.0.25#Releasev1.0.25- No longer shade mclib, code move to core.展开版本: 1.0.25支持游戏: 1.19.4类型:ForgeRelease下载次数: 291.0.22azurelib-forge-1.19.3-1.0.22.jar下载1.0.22#Releasev1.0.22- No longer shade mclib, code move to core.展开版本: 1.0.22支持游戏: 1.19.3类型:ForgeRelease下载次数: 2151.0.22azurelib-fabric-1.19.3-1.0.22.jar下载1.0.22#Releasev1.0.22- No longer shade mclib, code move to core.展开版本: 1.0.22支持游戏: 1.19.3类型:FabricQuiltRelease下载次数: 5811.0.28azurelib-forge-1.19.2-1.0.28.jar下载1.0.28#Releasev1.0.28- No longer shade mclib, code move to core.展开版本: 1.0.28支持游戏: 1.19.2类型:ForgeRelease下载次数: 281.0.28azurelib-fabric-1.19.2-1.0.28.jar下载1.0.28#Releasev1.0.28- No longer shade mclib, code move to core.展开版本: 1.0.28支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 811.0.21azurelib-forge-1.18.2-1.0.21.jar下载1.0.21#Releasev1.0.21- No longer shade mclib, code move to core.展开版本: 1.0.21支持游戏: 1.18.2类型:ForgeRelease下载次数: 251.0.21azurelib-fabric-1.18.2-1.0.21.jar下载1.0.21#Releasev1.0.21- No longer shade mclib, code move to core.展开版本: 1.0.21支持游戏: 1.18.2类型:FabricQuiltRelease下载次数: 281.0.4azurelib-fabric-1.17.1-1.0.4.jar下载1.0.4#Releasev1.0.4- No longer shade mclib, code move to core.展开版本: 1.0.4支持游戏: 1.17.1类型:FabricRelease下载次数: 301.0.4azurelib-forge-1.17.1-1.0.4.jar下载1.0.4#Releasev1.0.4- No longer shade mclib, code move to core.展开版本: 1.0.4支持游戏: 1.17.1类型:ForgeRelease下载次数: 191.0.21azurelib-forge-1.16.5-1.0.21.jar下载1.0.21#Releasev1.0.21- No longer shade mclib, code move to core.展开版本: 1.0.21支持游戏: 1.16.5类型:ForgeRelease下载次数: 23AzureLib 1.0.21azurelib-fabric-1.16.5-1.0.21.jar下载1.0.21#Releasev1.0.21- No longer shade mclib, code move to core.展开版本: 1.0.21支持游戏: 1.16.5类型:FabricRelease下载次数: 261.0.22azurelib-neo-1.20.1-1.0.22.jar下载1.0.22#Releasev1.0.22- Fix incorrectly popping posestack after inner-render of GeoBlockRenderer and GeoItemRenderer- Fix javadoc mistakes in DefaultedGeoModel and ItemArmorGeoLayer- Fix renderRecursively passing a hardcoded false for isReRender in GeoEntityRenderer- Fix re-rendering already rendered geo models in GeoModel- Fix GeoArmor defaulting to young- Remove redundant method call in ItemArmorGeoLayer展开版本: 1.0.22支持游戏: 1.20.1类型:NeoForgeRelease下载次数: 651.0.21azurelib-fabric-1.20.1-1.0.21.jar下载1.0.21#Releasev1.0.21- Fix incorrectly popping posestack after inner-render of GeoBlockRenderer and GeoItemRenderer- Fix javadoc mistakes in DefaultedGeoModel and ItemArmorGeoLayer- Fix renderRecursively passing a hardcoded false for isReRender in GeoEntityRenderer- Fix re-rendering already rendered geo models in GeoModel- Fix GeoArmor defaulting to young- Remove redundant method call in ItemArmorGeoLayer展开版本: 1.0.21支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 3141.0.21azurelib-forge-1.20.1-1.0.21.jar下载1.0.21#Releasev1.0.21- Fix incorrectly popping posestack after inner-render of GeoBlockRenderer and GeoItemRenderer- Fix javadoc mistakes in DefaultedGeoModel and ItemArmorGeoLayer- Fix renderRecursively passing a hardcoded false for isReRender in GeoEntityRenderer- Fix re-rendering already rendered geo models in GeoModel- Fix GeoArmor defaulting to young- Remove redundant method call in ItemArmorGeoLayer展开版本: 1.0.21支持游戏: 1.20.1类型:ForgeRelease下载次数: 601.0.24azurelib-fabric-1.19.4-1.0.24.jar下载1.0.24#Releasev1.0.24- Fix incorrectly popping posestack after inner-render of GeoBlockRenderer and GeoItemRenderer- Fix javadoc mistakes in DefaultedGeoModel and ItemArmorGeoLayer- Fix renderRecursively passing a hardcoded false for isReRender in GeoEntityRenderer- Fix re-rendering already rendered geo models in GeoModel- Fix GeoArmor defaulting to young- Remove redundant method call in ItemArmorGeoLayer展开版本: 1.0.24支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 471.0.24azurelib-forge-1.19.4-1.0.24.jar下载1.0.24#Releasev1.0.24- Fix incorrectly popping posestack after inner-render of GeoBlockRenderer and GeoItemRenderer- Fix javadoc mistakes in DefaultedGeoModel and ItemArmorGeoLayer- Fix renderRecursively passing a hardcoded false for isReRender in GeoEntityRenderer- Fix re-rendering already rendered geo models in GeoModel- Fix GeoArmor defaulting to young- Remove redundant method call in ItemArmorGeoLayer展开版本: 1.0.24支持游戏: 1.19.4类型:ForgeRelease下载次数: 371.0.21azurelib-forge-1.19.3-1.0.21.jar下载1.0.21#Releasev1.0.21- Fix incorrectly popping posestack after inner-render of GeoBlockRenderer and GeoItemRenderer- Fix javadoc mistakes in DefaultedGeoModel and ItemArmorGeoLayer- Fix renderRecursively passing a hardcoded false for isReRender in GeoEntityRenderer- Fix re-rendering already rendered geo models in GeoModel- Fix GeoArmor defaulting to young- Remove redundant method call in ItemArmorGeoLayer展开版本: 1.0.21支持游戏: 1.19.3类型:ForgeRelease下载次数: 281.0.21azurelib-fabric-1.19.3-1.0.21.jar下载1.0.21#Releasev1.0.21- Fix incorrectly popping posestack after inner-render of GeoBlockRenderer and GeoItemRenderer- Fix javadoc mistakes in DefaultedGeoModel and ItemArmorGeoLayer- Fix renderRecursively passing a hardcoded false for isReRender in GeoEntityRenderer- Fix re-rendering already rendered geo models in GeoModel- Fix GeoArmor defaulting to young- Remove redundant method call in ItemArmorGeoLayer展开版本: 1.0.21支持游戏: 1.19.3类型:FabricQuiltRelease下载次数: 451.0.27azurelib-fabric-1.19.2-1.0.27.jar下载1.0.27#Releasev1.0.27- Fix incorrectly popping posestack after inner-render of GeoBlockRenderer and GeoItemRenderer- Fix javadoc mistakes in DefaultedGeoModel and ItemArmorGeoLayer- Fix renderRecursively passing a hardcoded false for isReRender in GeoEntityRenderer- Fix re-rendering already rendered geo models in GeoModel- Fix GeoArmor defaulting to young- Remove redundant method call in ItemArmorGeoLayer展开版本: 1.0.27支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 1031.0.27azurelib-forge-1.19.2-1.0.27.jar下载1.0.27#Releasev1.0.27- Fix incorrectly popping posestack after inner-render of GeoBlockRenderer and GeoItemRenderer- Fix javadoc mistakes in DefaultedGeoModel and ItemArmorGeoLayer- Fix renderRecursively passing a hardcoded false for isReRender in GeoEntityRenderer- Fix re-rendering already rendered geo models in GeoModel- Fix GeoArmor defaulting to young- Remove redundant method call in ItemArmorGeoLayer展开版本: 1.0.27支持游戏: 1.19.2类型:ForgeRelease下载次数: 381.0.20azurelib-fabric-1.18.2-1.0.20.jar下载1.0.20#Releasev1.0.20- Fix incorrectly popping posestack after inner-render of GeoBlockRenderer and GeoItemRenderer- Fix javadoc mistakes in DefaultedGeoModel and ItemArmorGeoLayer- Fix renderRecursively passing a hardcoded false for isReRender in GeoEntityRenderer- Fix re-rendering already rendered geo models in GeoModel- Fix GeoArmor defaulting to young- Remove redundant method call in ItemArmorGeoLayer展开版本: 1.0.20支持游戏: 1.18.2类型:FabricQuiltRelease下载次数: 341.0.20azurelib-forge-1.18.2-1.0.20.jar下载1.0.20#Releasev1.0.20- Fix incorrectly popping posestack after inner-render of GeoBlockRenderer and GeoItemRenderer- Fix javadoc mistakes in DefaultedGeoModel and ItemArmorGeoLayer- Fix renderRecursively passing a hardcoded false for isReRender in GeoEntityRenderer- Fix re-rendering already rendered geo models in GeoModel- Fix GeoArmor defaulting to young- Remove redundant method call in ItemArmorGeoLayer展开版本: 1.0.20支持游戏: 1.18.2类型:ForgeRelease下载次数: 331.0.3azurelib-forge-1.17.1-1.0.3.jar下载1.0.3#Releasev1.0.3- Fix incorrectly popping posestack after inner-render of GeoBlockRenderer and GeoItemRenderer- Fix javadoc mistakes in DefaultedGeoModel and ItemArmorGeoLayer- Fix renderRecursively passing a hardcoded false for isReRender in GeoEntityRenderer- Fix re-rendering already rendered geo models in GeoModel- Fix GeoArmor defaulting to young- Remove redundant method call in ItemArmorGeoLayer展开版本: 1.0.3支持游戏: 1.17.1类型:ForgeRelease下载次数: 291.0.3azurelib-fabric-1.17.1-1.0.3.jar下载1.0.3#Releasev1.0.3- Fix incorrectly popping posestack after inner-render of GeoBlockRenderer and GeoItemRenderer- Fix javadoc mistakes in DefaultedGeoModel and ItemArmorGeoLayer- Fix renderRecursively passing a hardcoded false for isReRender in GeoEntityRenderer- Fix re-rendering already rendered geo models in GeoModel- Fix GeoArmor defaulting to young- Remove redundant method call in ItemArmorGeoLayer展开版本: 1.0.3支持游戏: 1.17.1类型:FabricRelease下载次数: 281.0.20azurelib-forge-1.16.5-1.0.20.jar下载1.0.20#Releasev1.0.20- Fix incorrectly popping posestack after inner-render of GeoBlockRenderer and GeoItemRenderer- Fix javadoc mistakes in DefaultedGeoModel and ItemArmorGeoLayer- Fix renderRecursively passing a hardcoded false for isReRender in GeoEntityRenderer- Fix re-rendering already rendered geo models in GeoModel- Fix GeoArmor defaulting to young- Remove redundant method call in ItemArmorGeoLayer展开版本: 1.0.20支持游戏: 1.16.5类型:ForgeRelease下载次数: 28AzureLib 1.0.20azurelib-fabric-1.16.5-1.0.20.jar下载1.0.20#Releasev1.0.20- Fix incorrectly popping posestack after inner-render of GeoBlockRenderer and GeoItemRenderer- Fix javadoc mistakes in DefaultedGeoModel and ItemArmorGeoLayer- Fix renderRecursively passing a hardcoded false for isReRender in GeoEntityRenderer- Fix re-rendering already rendered geo models in GeoModel- Fix GeoArmor defaulting to young- Remove redundant method call in ItemArmorGeoLayer展开版本: 1.0.20支持游戏: 1.16.5类型:FabricRelease下载次数: 301.0.21azurelib-neo-1.20.1-1.0.21.jar下载1.0.21#Releasev1.0.21- Fix it not loading from maven展开版本: 1.0.21支持游戏: 1.20.1类型:NeoForgeRelease下载次数: 901.0.20azurelib-neoforge-1.20.1-1.0.20.jar下载1.0.20#Releasev1.0.19- Revert Item Lighting Tweak展开版本: 1.0.20支持游戏: 1.20.1类型:NeoForgeRelease下载次数: 1381.0.20azurelib-forge-1.20.1-1.0.20.jar下载1.0.20#Releasev1.0.20- Revert Item Lighting Tweak展开版本: 1.0.20支持游戏: 1.20.1类型:ForgeRelease下载次数: 3301.0.20azurelib-fabric-1.20.1-1.0.20.jar下载1.0.20#Releasev1.0.20- Revert Item Lighting Tweak展开版本: 1.0.20支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 5,9701.0.23azurelib-fabric-1.19.4-1.0.23.jar下载1.0.23#Releasev1.0.23- Revert Item Lighting Tweak展开版本: 1.0.23支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 8221.0.23azurelib-forge-1.19.4-1.0.23.jar下载1.0.23#Releasev1.0.23- Revert Item Lighting Tweak展开版本: 1.0.23支持游戏: 1.19.4类型:ForgeRelease下载次数: 2001.0.20azurelib-forge-1.19.3-1.0.20.jar下载1.0.20#Releasev1.0.20- Revert Item Lighting Tweak展开版本: 1.0.20支持游戏: 1.19.3类型:ForgeRelease下载次数: 551.0.20azurelib-fabric-1.19.3-1.0.20.jar下载1.0.20#Releasev1.0.20- Revert Item Lighting Tweak展开版本: 1.0.20支持游戏: 1.19.3类型:FabricQuiltRelease下载次数: 8231.0.26azurelib-fabric-1.19.2-1.0.26.jar下载1.0.26#Releasev1.0.26- Revert Item Lighting Tweak展开版本: 1.0.26支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 8,6101.0.26azurelib-forge-1.19.2-1.0.26.jar下载1.0.26#Releasev1.0.26- Revert Item Lighting Tweak展开版本: 1.0.26支持游戏: 1.19.2类型:ForgeRelease下载次数: 5241.0.19azurelib-fabric-1.18.2-1.0.19.jar下载1.0.19#Releasev1.0.19- Revert Item Lighting Tweak展开版本: 1.0.19支持游戏: 1.18.2类型:FabricQuiltRelease下载次数: 421.0.19azurelib-forge-1.18.2-1.0.19.jar下载1.0.19#Releasev1.0.19- Revert Item Lighting Tweak展开版本: 1.0.19支持游戏: 1.18.2类型:ForgeRelease下载次数: 311.0.2azurelib-forge-1.17.1-1.0.2.jar下载1.0.2#Releasev1.0.2- Revert Item Lighting Tweak展开版本: 1.0.2支持游戏: 1.17.1类型:ForgeRelease下载次数: 291.0.2azurelib-fabric-1.17.1-1.0.2.jar下载1.0.2#Releasev1.0.2- Revert Item Lighting Tweak展开版本: 1.0.2支持游戏: 1.17.1类型:FabricRelease下载次数: 381.0.19azurelib-neoforge-1.20.1-1.0.19.jar下载1.0.19#Releasev1.0.19- Tweaks Item Lighting.- Fixes null animation crash if called a weird time.- Move AutoGlowingTexture#getEmissiveResource to protected instead of private.- Move to NeoForge instead of Forge展开版本: 1.0.19支持游戏: 1.20.1类型:NeoForgeRelease下载次数: 1171.0.19azurelib-fabric-1.20.1-1.0.19.jar下载1.0.19#Releasev1.0.19- Tweaks Item Lighting.- Fixes null animation crash if called a weird time.- Move AutoGlowingTexture#getEmissiveResource to protected instead of private.展开版本: 1.0.19支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 3,0751.0.19azurelib-forge-1.20.1-1.0.19.jar下载1.0.19#Releasev1.0.19- Tweaks Item Lighting.- Fixes null animation crash if called a weird time.- Move AutoGlowingTexture#getEmissiveResource to protected instead of private.展开版本: 1.0.19支持游戏: 1.20.1类型:ForgeRelease下载次数: 1251.0.22azurelib-fabric-1.19.4-1.0.22.jar下载1.0.22#Releasev1.0.22- Tweaks Item Lighting.- Fixes null animation crash if called a weird time.- Move AutoGlowingTexture#getEmissiveResource to protected instead of private.展开版本: 1.0.22支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 2271.0.22azurelib-forge-1.19.4-1.0.22.jar下载1.0.22#Releasev1.0.22- Tweaks Item Lighting.- Fixes null animation crash if called a weird time.- Move AutoGlowingTexture#getEmissiveResource to protected instead of private.展开版本: 1.0.22支持游戏: 1.19.4类型:ForgeRelease下载次数: 521.0.19azurelib-fabric-1.19.3-1.0.19.jar下载1.0.19#Releasev1.0.19- Tweaks Item Lighting.- Fixes null animation crash if called a weird time.- Move AutoGlowingTexture#getEmissiveResource to protected instead of private.展开版本: 1.0.19支持游戏: 1.19.3类型:FabricQuiltRelease下载次数: 611.0.19azurelib-forge-1.19.3-1.0.19.jar下载1.0.19#Releasev1.0.19- Tweaks Item Lighting.- Fixes null animation crash if called a weird time.- Move AutoGlowingTexture#getEmissiveResource to protected instead of private.展开版本: 1.0.19支持游戏: 1.19.3类型:ForgeRelease下载次数: 421.0.25azurelib-forge-1.19.2-1.0.25.jar下载1.0.25#Releasev1.0.25- Tweaks Item Lighting.- Fixes null animation crash if called a weird time.- Move AutoGlowingTexture#getEmissiveResource to protected instead of private.展开版本: 1.0.25支持游戏: 1.19.2类型:ForgeRelease下载次数: 861.0.25azurelib-fabric-1.19.2-1.0.25.jar下载1.0.25#Releasev1.0.25- Tweaks Item Lighting.- Fixes null animation crash if called a weird time.- Move AutoGlowingTexture#getEmissiveResource to protected instead of private.展开版本: 1.0.25支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 461AzureLib 1.0.19azurelib-fabric-1.16.5-1.0.19.jar下载1.0.19#Releasev1.0.19- Fixes null animation crash if called a weird time.- Move AutoGlowingTexture#getEmissiveResource to protected instead of private.- Backports Animated Textures support.展开版本: 1.0.19支持游戏: 1.16.5类型:FabricRelease下载次数: 351.0.18azurelib-fabric-1.18.2-1.0.18.jar下载1.0.18#Releasev1.0.18- Tweaks Item Lighting.- Fixes null animation crash if called a weird time.- Move AutoGlowingTexture#getEmissiveResource to protected instead of private.展开版本: 1.0.18支持游戏: 1.18.2类型:FabricQuiltRelease下载次数: 451.0.18azurelib-forge-1.18.2-1.0.18.jar下载1.0.18#Releasev1.0.18- Tweaks Item Lighting.- Fixes null animation crash if called a weird time.- Move AutoGlowingTexture#getEmissiveResource to protected instead of private.展开版本: 1.0.18支持游戏: 1.18.2类型:ForgeRelease下载次数: 311.0.1azurelib-forge-1.17.1-1.0.1.jar下载1.0.1#Releasev1.0.1- Tweaks Item Lighting.- Fixes null animation crash if called a weird time.- Move AutoGlowingTexture#getEmissiveResource to protected instead of private.展开版本: 1.0.1支持游戏: 1.17.1类型:ForgeRelease下载次数: 311.0.19azurelib-forge-1.16.5-1.0.19.jar下载1.0.19#Releasev1.0.19- Fixes null animation crash if called a weird time.- Move AutoGlowingTexture#getEmissiveResource to protected instead of private.- Backports Animated Textures support.展开版本: 1.0.19支持游戏: 1.16.5类型:ForgeRelease下载次数: 341.0.1azurelib-fabric-1.17.1-1.0.1.jar下载1.0.1#Releasev1.0.1- Tweaks Item Lighting.- Fixes null animation crash if called a weird time.- Move AutoGlowingTexture#getEmissiveResource to protected instead of private.展开版本: 1.0.1支持游戏: 1.17.1类型:FabricRelease下载次数: 361.0.18azurelib-fabric-1.16.5-1.0.18.jar下载1.0.18#Releasev1.0.18- Adds AzureLibUtil#summonAoE helper for summon Area of Effect Clouds- Port Display Context/Settings for Item animations (EX: Doing an animation only in first person but not 3rd person or not in the GUI).- Port Fixed animation ticking system on anything using a non-0 transition value for shader support.- Port Helper Methods in AnimationState.- Remove wiki calls- Backup port Headed crash fix- Update pack.mcmeta- Fixes Mixin- Lowers required loader version展开版本: 1.0.18支持游戏: 1.16.5类型:FabricRelease下载次数: 431.0.0azurelib-forge-1.17.1-1.0.0.jar下载1.0.0#Releasev1.0.0- Ported to 1.17.1 because why the fuck not展开版本: 1.0.0支持游戏: 1.17.1类型:ForgeRelease下载次数: 301.0.0azurelib-fabric-1.17.1-1.0.0.jar下载1.0.0#Releasev1.0.0- Ported to 1.17.1 because why the fuck not展开版本: 1.0.0支持游戏: 1.17.1类型:FabricRelease下载次数: 291.0.18azurelib-forge-1.20.1-1.0.18.jar下载1.0.18#Releasev1.0.18- Fixes animation jittering- Adds AzureLibUtil#summonAoE helper for summon Area of Effect Clouds展开版本: 1.0.18支持游戏: 1.20.1类型:ForgeRelease下载次数: 1571.0.18azurelib-fabric-1.20.1-1.0.18.jar下载1.0.18#Releasev1.0.18- Fixes animation jittering- Adds AzureLibUtil#summonAoE helper for summon Area of Effect Clouds展开版本: 1.0.18支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 1,0351.0.21azurelib-fabric-1.19.4-1.0.21.jar下载1.0.21#Releasev1.0.21- Fixes animation jittering- Adds AzureLibUtil#summonAoE helper for summon Area of Effect Clouds展开版本: 1.0.21支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 2891.0.21azurelib-forge-1.19.4-1.0.21.jar下载1.0.21#Releasev1.0.21- Fixes animation jittering- Adds AzureLibUtil#summonAoE helper for summon Area of Effect Clouds展开版本: 1.0.21支持游戏: 1.19.4类型:ForgeRelease下载次数: 531.0.18azurelib-fabric-1.19.3-1.0.18.jar下载1.0.18#Releasev1.0.18- Fixes animation jittering- Adds AzureLibUtil#summonAoE helper for summon Area of Effect Clouds展开版本: 1.0.18支持游戏: 1.19.3类型:FabricQuiltRelease下载次数: 781.0.18azurelib-forge-1.19.3-1.0.18.jar下载1.0.18#Releasev1.0.18- Fixes animation jittering- Adds AzureLibUtil#summonAoE helper for summon Area of Effect Clouds展开版本: 1.0.18支持游戏: 1.19.3类型:ForgeRelease下载次数: 311.0.24azurelib-fabric-1.19.2-1.0.24.jar下载1.0.24#Releasev1.0.23- Fixes animation jittering- Adds AzureLibUtil#summonAoE helper for summon Area of Effect Clouds展开版本: 1.0.24支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 1,2351.0.24azurelib-forge-1.19.2-1.0.24.jar下载1.0.24#Releasev1.0.24- Fixes animation jittering- Adds AzureLibUtil#summonAoE helper for summon Area of Effect Clouds展开版本: 1.0.24支持游戏: 1.19.2类型:ForgeRelease下载次数: 1591.0.17azurelib-forge-1.18.2-1.0.17.jar下载1.0.17#Releasev1.0.17- Fixes animation jittering- Adds AzureLibUtil#summonAoE helper for summon Area of Effect Clouds展开版本: 1.0.17支持游戏: 1.18.2类型:ForgeRelease下载次数: 551.0.17azurelib-fabric-1.18.2-1.0.17.jar下载1.0.17#Releasev1.0.17- Fixes animation jittering- Adds AzureLibUtil#summonAoE helper for summon Area of Effect Clouds展开版本: 1.0.17支持游戏: 1.18.2类型:FabricQuiltRelease下载次数: 461.0.18azurelib-forge-1.16.5-1.0.18.jar下载1.0.18#Releasev1.0.18- Fixes animation jittering- Adds AzureLibUtil#summonAoE helper for summon Area of Effect Clouds展开版本: 1.0.18支持游戏: 1.16.5类型:ForgeRelease下载次数: 32Forge 1.20.1azurelib-forge-1.20.1-1.0.17.jar下载1.0.17#Releasev1.0.17- Port Headed crash fix展开版本: 1.0.17支持游戏: 1.20.1类型:ForgeRelease下载次数: 1,477Fabric 1.20.1azurelib-fabric-1.20.1-1.0.17.jar下载1.0.17#Releasev1.0.17- Port Headed crash fix- Fixes pack.mcmeta version展开版本: 1.0.17支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 746Forge 1.19.4azurelib-forge-1.19.4-1.0.20.jar下载1.0.20#Releasev1.0.20- Backup port Headed crash fix- Fixes pack.mcmeta version展开版本: 1.0.20支持游戏: 1.19.4类型:ForgeRelease下载次数: 70Fabric/Quilt 1.19.4azurelib-fabric-1.19.4-1.0.20.jar下载1.0.20#Releasev1.0.20- Fixes crash causing Pedro270707/headed#4- Fixes pack.mcmeta version展开版本: 1.0.20支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 127Forge 1.19.3azurelib-forge-1.19.3-1.0.17.jar下载1.0.17#Releasev1.0.17- Backup port Headed crash fix- Fixes pack.mcmeta version展开版本: 1.0.17支持游戏: 1.19.3类型:ForgeRelease下载次数: 33Fabric/Quilt 1.19.3azurelib-fabric-1.19.3-1.0.17.jar下载1.0.17#Releasev1.0.17- Backup port Headed crash fix- Fixes pack.mcmeta version展开版本: 1.0.17支持游戏: 1.19.3类型:FabricQuiltRelease下载次数: 47Forge 1.19.2azurelib-forge-1.19.2-1.0.23.jar下载1.0.23#Releasev1.0.23- Backup port Headed crash fix- Fixes pack.mcmeta version展开版本: 1.0.23支持游戏: 1.19.2类型:ForgeRelease下载次数: 69Fabric/Quilt 1.19.2azurelib-fabric-1.19.2-1.0.23.jar下载1.0.23#Releasev1.0.23- Backup port Headed crash fix- Fixes pack.mcmeta version展开版本: 1.0.23支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 360Forge 1.18.2azurelib-forge-1.18.2-1.0.16.jar下载1.0.16#Releasev1.0.16- Backup port Headed crash fix- Fixes pack.mcmeta version展开版本: 1.0.16支持游戏: 1.18.2类型:ForgeRelease下载次数: 39Fabric/Quilt 1.18.2azurelib-fabric-1.18.2-1.0.16.jar下载1.0.16#Releasev1.0.16- Backup port Headed crash fix- Fixes pack.mcmeta version展开版本: 1.0.16支持游戏: 1.18.2类型:FabricQuiltRelease下载次数: 45Forge 1.16.5azurelib-forge-1.16.5-1.0.17.jar下载1.0.17#Releasev1.0.17- Backup port Headed crash fix- Fixes pack.mcmeta version展开版本: 1.0.17支持游戏: 1.16.5类型:ForgeRelease下载次数: 36Forge 1.20.1azurelib-forge-1.20.1-1.0.16.jar下载1.0.16#Releasev1.0.16- Fixes mobs sharing animations when using shaders.展开版本: 1.0.16支持游戏: 1.20.1类型:ForgeRelease下载次数: 90Fabric 1.20.1azurelib-fabric-1.20.1-1.0.16.jar下载1.0.16#Releasev1.0.16- Create fr_fr.json - Calvineries- Fixes mobs sharing animations when using shaders.展开版本: 1.0.16支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 50Fabric/Quilt 1.19.4azurelib-fabric-1.19.4-1.0.19.jar下载1.0.19#Releasev1.0.19- Create fr_fr.json - Calvineries- Fixes mobs sharing animations when using shaders.展开版本: 1.0.19支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 41Forge 1.19.4azurelib-forge-1.19.4-1.0.19.jar下载1.0.19#Releasev1.0.19- Fixes mobs sharing animations when using shaders.展开版本: 1.0.19支持游戏: 1.19.4类型:ForgeRelease下载次数: 30Forge 1.19.3azurelib-forge-1.19.3-1.0.16.jar下载1.0.16#Releasev1.0.16- Fixes mobs sharing animations when using shaders.展开版本: 1.0.16支持游戏: 1.19.3类型:ForgeRelease下载次数: 31Forge 1.19.2azurelib-forge-1.19.2-1.0.22.jar下载1.0.22#Releasev1.0.22- Fixes mobs sharing animations when using shaders.展开版本: 1.0.22支持游戏: 1.19.2类型:ForgeRelease下载次数: 34Fabric/Quilt 1.19.2azurelib-fabric-1.19.2-1.0.22.jar下载1.0.22#Releasev1.0.22- Fixes mobs sharing animations when using shaders.展开版本: 1.0.22支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 64Forge 1.18.2azurelib-forge-1.18.2-1.0.15.jar下载1.0.15#Releasev1.0.15- Fixes mobs sharing animations when using shaders.展开版本: 1.0.15支持游戏: 1.18.2类型:ForgeRelease下载次数: 29Fabric/Quilt 1.18.2azurelib-fabric-1.18.2-1.0.15.jar下载1.0.15#Releasev1.0.15- Fixes mobs sharing animations when using shaders.展开版本: 1.0.15支持游戏: 1.18.2类型:FabricQuiltRelease下载次数: 31Forge 1.16.5azurelib-forge-1.16.5-1.0.16.jar下载1.0.16#Releasev1.0.16- Fixes mobs sharing animations when using shaders.展开版本: 1.0.16支持游戏: 1.16.5类型:ForgeRelease下载次数: 34Forge 1.20.1azurelib-forge-1.20.1-1.0.15.jar下载1.0.15#Releasev1.0.15- 1.20.1展开版本: 1.0.15支持游戏: 1.20.1类型:ForgeRelease下载次数: 1,569Fabric 1.20.1azurelib-fabric-1.20.1-1.0.15.jar下载1.0.15#Releasev1.0.15- Updated to 1.20.1展开版本: 1.0.15支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 3811.0.14azurelib-forge-1.20-1.0.14.jar下载1.0.14#Releasev1.0.14- Fixes brain crash展开版本: 1.0.14支持游戏: 1.20类型:ForgeRelease下载次数: 2,4331.0.14azurelib-fabric-1.20-1.0.14.jar下载1.0.14#Releasev1.0.14- Fixes brain crash展开版本: 1.0.14支持游戏: 1.20类型:FabricQuiltRelease下载次数: 3,604Forge 1.20azurelib-forge-1.20-1.0.13.jar下载1.0.13#Releasev1.0.13- Moves AzureVibrationUser privates to protected展开版本: 1.0.13支持游戏: 1.20类型:ForgeRelease下载次数: 105Fabric 1.20azurelib-fabric-1.20-1.0.13.jar下载1.0.13#Releasev1.0.13- Moves AzureVibrationUser privates to protected展开版本: 1.0.13支持游戏: 1.20类型:FabricQuiltRelease下载次数: 72Fabric 1.20azurelib-fabric-1.20-1.0.12.jar下载1.0.12#Releasev1.0.12- Moves from getCommandSenderWorld() to level()- Redo Vibration system展开版本: 1.0.12支持游戏: 1.20类型:FabricQuiltRelease下载次数: 29Forge 1.20azurelib-forge-1.20-1.0.12.jar下载1.0.12#Releasev1.0.12- Moves from getCommandSenderWorld() to level()- Redo Vibration system展开版本: 1.0.12支持游戏: 1.20类型:ForgeRelease下载次数: 26Forge 1.20azurelib-forge-1.20-1.0.11.jar下载1.0.11#Releasev1.0.11- Fixed Forge by downgrading FG and Gradle展开版本: 1.0.11支持游戏: 1.20类型:ForgeRelease下载次数: 82Forge 1.20azurelib-forge-1.20-1.0.10.jar下载1.0.10#Releasev1.0.9- Updated to 1.20展开版本: 1.0.10支持游戏: 1.20类型:ForgeRelease下载次数: 36Forge 1.20azurelib-forge-1.20-1.0.9.jar下载1.0.9#Releasev1.0.9- Updated to 1.20展开版本: 1.0.9支持游戏: 1.20类型:ForgeRelease下载次数: 53Fabric 1.20azurelib-fabric-1.20-1.0.9.jar下载1.0.9#Releasev1.0.9- Fixes Armor mixin crash.展开版本: 1.0.9支持游戏: 1.20类型:FabricQuiltRelease下载次数: 242Fabric 1.20azurelib-fabric-1.20-1.0.8.jar下载1.0.8#Releasev1.0.9- Fixes Armor mixin crash.展开版本: 1.0.8支持游戏: 1.20类型:FabricQuiltRelease下载次数: 24Fabric 1.20azurelib-fabric-1.20-1.0.8.jar下载1.0.8#Releasev1.0.8- Fixes version number展开版本: 1.0.8支持游戏: 1.20类型:FabricQuiltRelease下载次数: 43Fabric 1.20azurelib-fabric-1.20-0.0.8.jar下载0.0.8#Releasev0.0.8- Updated for 1.20 and marked as Release!展开版本: 0.0.8支持游戏: 1.20类型:FabricQuiltRelease下载次数: 36Forge 1.19.3azurelib-forge-1.19.3-1.0.15.jar下载1.0.15#Releasev1.0.15- Port Animated texture support via .mcmeta for all geo types.- Port Display Context/Settings for Item animations (EX: Doing an animation only in first person but not 3rd person or not in the GUI).- Port Fixed animation ticking system on anything using a non-0 transition value for shader support.- Port Helper Methods in AnimationState.展开版本: 1.0.15支持游戏: 1.19.3类型:ForgeRelease下载次数: 42Fabric/Quilt 1.19.3azurelib-fabric-1.19.3-1.0.15.jar下载1.0.15#Releasev1.0.15- Port Animated texture support via .mcmeta for all geo types.- Port Display Context/Settings for Item animations (EX: Doing an animation only in first person but not 3rd person or not in the GUI).- Port Fixed animation ticking system on anything using a non-0 transition value for shader support.- Port Helper Methods in AnimationState.展开版本: 1.0.15支持游戏: 1.19.3类型:FabricQuiltRelease下载次数: 71Forge 1.19.4azurelib-forge-1.19.4-1.0.16.jar下载1.0.16#Releasev1.0.16- Fixes Mixin issue.展开版本: 1.0.16支持游戏: 1.19.4类型:ForgeRelease下载次数: 59Forge 1.19.2azurelib-forge-1.19.2-1.0.21.jar下载1.0.21#Releasev1.0.21- Fixes Mixin issue.展开版本: 1.0.21支持游戏: 1.19.2类型:ForgeRelease下载次数: 87Forge 1.18.2azurelib-forge-1.18.2-1.0.14.jar下载1.0.14#Releasev1.0.14- Fixes Mixin issue.展开版本: 1.0.14支持游戏: 1.18.2类型:ForgeRelease下载次数: 26Forge 1.16.5azurelib-forge-1.16.5-1.0.15.jar下载1.0.15#Releasev1.0.15- Fixes Mixin issue.展开版本: 1.0.15支持游戏: 1.16.5类型:ForgeRelease下载次数: 27Fabric 1.20-rc1azurelib-fabric-1.20-rc1-0.0.7.jar下载0.0.7#Betav0.0.7- Port Animated texture support via .mcmeta for all geo types.- Port Display Context/Settings for Item animations (EX: Doing an animation only in first person but not 3rd person or not in the GUI).- Port Fixed animation ticking system on anything using a non-0 transition value for shader support.- Port Helper Methods in AnimationState.展开版本: 0.0.7支持游戏: 1.20-rc1类型:FabricQuiltBeta下载次数: 36Fabric/Quilt 1.19.4azurelib-fabric-1.19.4-1.0.18.jar下载1.0.18#Releasev1.0.18- Port Animated texture support via .mcmeta for all geo types.- Port Display Context/Settings for Item animations (EX: Doing an animation only in first person but not 3rd person or not in the GUI).- Port Fixed animation ticking system on anything using a non-0 transition value for shader support.- Port Helper Methods in AnimationState.展开版本: 1.0.18支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 206Forge 1.19.4azurelib-forge-1.19.4-1.0.15.jar下载1.0.15#Releasev1.0.15- Port Animated texture support via .mcmeta for all geo types.- Port Display Context/Settings for Item animations (EX: Doing an animation only in first person but not 3rd person or not in the GUI).- Port Fixed animation ticking system on anything using a non-0 transition value for shader support.- Port Helper Methods in AnimationState.展开版本: 1.0.15支持游戏: 1.19.4类型:ForgeRelease下载次数: 25Forge 1.19.2azurelib-forge-1.19.2-1.0.20.jar下载1.0.20#Releasev1.0.20- Port Animated texture support via .mcmeta for all geo types.- Port Display Context/Settings for Item animations (EX: Doing an animation only in first person but not 3rd person or not in the GUI).- Port Fixed animation ticking system on anything using a non-0 transition value for shader support.- Port Helper Methods in AnimationState.展开版本: 1.0.20支持游戏: 1.19.2类型:ForgeRelease下载次数: 31Fabric/Quilt 1.19.2azurelib-fabric-1.19.2-1.0.20.jar下载1.0.20#Releasev1.0.20- Port Animated texture support via .mcmeta for all geo types.- Port Display Context/Settings for Item animations (EX: Doing an animation only in first person but not 3rd person or not in the GUI).- Port Fixed animation ticking system on anything using a non-0 transition value for shader support.- Port Helper Methods in AnimationState.展开版本: 1.0.20支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 899Forge 1.18.2azurelib-forge-1.18.2-1.0.13.jar下载1.0.13#Releasev1.0.13- Port Animated texture support via .mcmeta for all geo types.- Port Display Context/Settings for Item animations (EX: Doing an animation only in first person but not 3rd person or not in the GUI).- Port Fixed animation ticking system on anything using a non-0 transition value for shader support.- Port Helper Methods in AnimationState.展开版本: 1.0.13支持游戏: 1.18.2类型:ForgeRelease下载次数: 98Fabric/Quilt 1.18.2azurelib-fabric-1.18.2-1.0.13.jar下载1.0.13#Releasev1.0.13- Port Animated texture support via .mcmeta for all geo types.- Port Display Context/Settings for Item animations (EX: Doing an animation only in first person but not 3rd person or not in the GUI).- Port Fixed animation ticking system on anything using a non-0 transition value for shader support.- Port Helper Methods in AnimationState.展开版本: 1.0.13支持游戏: 1.18.2类型:FabricQuiltRelease下载次数: 36Forge 1.16.5azurelib-forge-1.16.5-1.0.14.jar下载1.0.14#Releasev1.0.14- Port Display Context/Settings for Item animations (EX: Doing an animation only in first person but not 3rd person or not in the GUI).- Port Fixed animation ticking system on anything using a non-0 transition value for shader support.- Port Helper Methods in AnimationState.展开版本: 1.0.14支持游戏: 1.16.5类型:ForgeRelease下载次数: 28Fabric 1.20-rc1azurelib-fabric-1.20-rc1-0.0.6.jar下载0.0.6#Betav0.0.6- Updated for rc1 of 1.20!- Updated Branding展开版本: 0.0.6支持游戏: 1.20-rc1类型:FabricQuiltBeta下载次数: 51Fabric/Quilt 1.19.4azurelib-fabric-1.19.4-1.0.17.jar下载1.0.17#Releasev1.0.17- Updated Branding展开版本: 1.0.17支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 102Forge 1.19.4azurelib-forge-1.19.4-1.0.14.jar下载1.0.14#Releasev1.0.14- Updated Branding展开版本: 1.0.14支持游戏: 1.19.4类型:ForgeRelease下载次数: 32Forge 1.19.3azurelib-forge-1.19.3-1.0.14.jar下载1.0.14#Releasev1.0.14- Updated Branding展开版本: 1.0.14支持游戏: 1.19.3类型:ForgeRelease下载次数: 25Fabric/Quilt 1.19.3azurelib-fabric-1.19.3-1.0.14.jar下载1.0.14#Releasev1.0.14- Updated Branding展开版本: 1.0.14支持游戏: 1.19.3类型:FabricQuiltRelease下载次数: 44Fabric/Quilt 1.19.2azurelib-fabric-1.19.2-1.0.19.jar下载1.0.19#Releasev1.0.19- Updated branding展开版本: 1.0.19支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 87Forge 1.19.2azurelib-forge-1.19.2-1.0.19.jar下载1.0.19#Releasev1.0.19- Updated Branding展开版本: 1.0.19支持游戏: 1.19.2类型:ForgeRelease下载次数: 178Forge 1.18.2azurelib-forge-1.18.2-1.0.12.jar下载1.0.12#Releasev1.0.12- Updated Branding展开版本: 1.0.12支持游戏: 1.18.2类型:ForgeRelease下载次数: 39Fabric/Quilt 1.18.2azurelib-fabric-1.18.2-1.0.12.jar下载1.0.12#Releasev1.0.12- Updated Branding展开版本: 1.0.12支持游戏: 1.18.2类型:FabricQuiltRelease下载次数: 32Forge 1.16.5azurelib-forge-1.16.5-1.0.13.jar下载1.0.13#Releasev1.0.13- Updated Branding展开版本: 1.0.13支持游戏: 1.16.5类型:ForgeRelease下载次数: 31Forge 1.16.5azurelib-forge-1.16.5-1.0.12.jar下载1.0.12#Releasev1.0.12- Adds reload trigger to base GunItem展开版本: 1.0.12支持游戏: 1.16.5类型:ForgeRelease下载次数: 39Fabric/Quilt 1.18.2azurelib-fabric-1.18.2-1.0.11.jar下载1.0.11#Releasev1.0.11- Adds reload trigger to base GunItem展开版本: 1.0.11支持游戏: 1.18.2类型:FabricQuiltRelease下载次数: 36Forge 1.18.2azurelib-forge-1.18.2-1.0.11.jar下载1.0.11#Releasev1.0.11- Adds reload trigger to base GunItem展开版本: 1.0.11支持游戏: 1.18.2类型:ForgeRelease下载次数: 38Fabric 1.20-pre1azurelib-fabric-1.20-pre1-0.0.5.jar下载0.0.5#Betav0.0.5- Adds reload trigger to base GunItem展开版本: 0.0.5支持游戏: 1.20-pre1类型:FabricBeta下载次数: 37Forge 1.19.2azurelib-forge-1.19.2-1.0.18.jar下载1.0.18#Releasev1.0.18- Adds reload trigger to base GunItem展开版本: 1.0.18支持游戏: 1.19.2类型:ForgeRelease下载次数: 62Fabric/Quilt 1.19.2azurelib-fabric-1.19.2-1.0.18.jar下载1.0.18#Releasev1.0.18- Adds reload trigger to base GunItem展开版本: 1.0.18支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 1,540Forge 1.19.4azurelib-forge-1.19.4-1.0.13.jar下载1.0.13#Releasev1.0.13- Adds reload trigger to base GunItem展开版本: 1.0.13支持游戏: 1.19.4类型:ForgeRelease下载次数: 76Fabric/Quilt 1.19.4azurelib-fabric-1.19.4-1.0.16.jar下载1.0.16#Releasev1.0.16- Adds reload trigger to base GunItem展开版本: 1.0.16支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 307Fabric/Quilt 1.19.4azurelib-fabric-1.19.4-1.0.15.jar下载1.0.15#Releasev1.0.15- Fixes broken lang entries on config screens展开版本: 1.0.15支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 33Fabric 1.20-pre1azurelib-fabric-1.20-pre1-0.0.4.jar下载0.0.4#Betav0.0.4- Fixes broken lang entries on config screens展开版本: 0.0.4支持游戏: 1.20-pre1类型:FabricBeta下载次数: 30Fabric 1.20-pre1azurelib-fabric-1.20-pre1-0.0.3.jar下载0.0.3#Betav0.0.3- Fixes missing lang entries on config screens展开版本: 0.0.3支持游戏: 1.20-pre1类型:FabricBeta下载次数: 31Fabric/Quilt 1.19.4azurelib-fabric-1.19.4-1.0.14.jar下载1.0.14#Releasev1.0.14- Fixes missing lang entries on config screens展开版本: 1.0.14支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 78Fabric 1.20-pre1azurelib-fabric-1.20-pre1-0.0.2.jar下载0.0.2#Betav0.0.2- Ported new Config system展开版本: 0.0.2支持游戏: 1.20-pre1类型:FabricBeta下载次数: 38Fabric/Quilt 1.19.4azurelib-fabric-1.19.4-1.0.13.jar下载1.0.13#Releasev1.0.13- Adds config system.展开版本: 1.0.13支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 64Fabric 1.20-pre1azurelib-fabric-1.20-pre1-0.0.1.jar下载0.0.1#Betav0.0.1- Updated for Pre-Release 1 of 1.20!展开版本: 0.0.1支持游戏: 1.20-pre1类型:FabricBeta下载次数: 62Forge 1.19.4azurelib-forge-1.19.4-1.0.12.jar下载1.0.12#Releasev1.0.12- Add climber features to AzureNavigation展开版本: 1.0.12支持游戏: 1.19.4类型:ForgeRelease下载次数: 67Forge 1.18.2azurelib-forge-1.18.2-1.0.10.jar下载1.0.10#Releasev1.0.10- Add climber features to AzureNavigation展开版本: 1.0.10支持游戏: 1.18.2类型:ForgeRelease下载次数: 35Forge 1.19.2azurelib-forge-1.19.2-1.0.17.jar下载1.0.17#Releasev1.0.17- Add climber features to AzureNavigation展开版本: 1.0.17支持游戏: 1.19.2类型:ForgeRelease下载次数: 54Forge 1.19.3azurelib-forge-1.19.3-1.0.13.jar下载1.0.13#Releasev1.0.13- Add climber features to AzureNavigation展开版本: 1.0.13支持游戏: 1.19.3类型:ForgeRelease下载次数: 39Fabric/Quilt 1.19.4azurelib-fabric-1.19.4-1.0.12.jar下载1.0.12#Releasev1.0.12- Add climber features to AzureNavigation展开版本: 1.0.12支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 1,043Fabric/Quilt 1.19.3azurelib-fabric-1.19.3-1.0.13.jar下载1.0.13#Releasev1.0.13- Add climber features to AzureNavigation展开版本: 1.0.13支持游戏: 1.19.3类型:FabricQuiltRelease下载次数: 128Fabric/Quilt 1.19.2azurelib-fabric-1.19.2-1.0.17.jar下载1.0.17#Releasev1.0.17- Add climber features to AzureNavigation展开版本: 1.0.17支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 301Fabric/Quilt 1.18.2azurelib-fabric-1.18.2-1.0.10.jar下载1.0.10#Releasev1.0.10- Add climber features to AzureNavigation展开版本: 1.0.10支持游戏: 1.18.2类型:FabricQuiltRelease下载次数: 34Forge 1.16.5azurelib-forge-1.16.5-1.0.11.jar下载1.0.11#Releasev1.0.11- Add climber features to AzureNavigation展开版本: 1.0.11支持游戏: 1.16.5类型:ForgeRelease下载次数: 35Fabric 1.16.5azurelib-fabric-1.16.5-1.0.11.jar下载1.0.11#Releasev1.0.11- Add climber features to AzureNavigation展开版本: 1.0.11支持游戏: 1.16.5类型:FabricRelease下载次数: 48Forge 1.19.4azurelib-forge-1.19.4-1.0.11.jar下载1.0.11#Releasev1.0.11- Tweaked versions the library will run on to ensure the proper version.展开版本: 1.0.11支持游戏: 1.19.4类型:ForgeRelease下载次数: 67Fabric/Quilt 1.19.4azurelib-fabric-1.19.4-1.0.11.jar下载1.0.11#Releasev1.0.11- Tweaked versions the library will run on to ensure the proper version.展开版本: 1.0.11支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 204Forge 1.19.3azurelib-forge-1.19.3-1.0.12.jar下载1.0.12#Releasev1.0.12- Tweaked versions the library will run on to ensure the proper version.展开版本: 1.0.12支持游戏: 1.19.3类型:ForgeRelease下载次数: 50Fabric/Quilt 1.19.3azurelib-fabric-1.19.3-1.0.12.jar下载1.0.12#Releasev1.0.12- Tweaked versions the library will run on to ensure the proper version.展开版本: 1.0.12支持游戏: 1.19.3类型:FabricQuiltRelease下载次数: 99Forge 1.19.2azurelib-forge-1.19.2-1.0.16.jar下载1.0.16#Releasev1.0.16- Tweaked versions the library will run on to ensure the proper version.展开版本: 1.0.16支持游戏: 1.19.2类型:ForgeRelease下载次数: 78Fabric/Quilt 1.19.2azurelib-fabric-1.19.2-1.0.16.jar下载1.0.16#Releasev1.0.16- Tweaked versions the library will run on to ensure the proper version.展开版本: 1.0.16支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 328Forge 1.19.4azurelib-forge-1.19.4-1.0.10.jar下载1.0.10#Releasev1.0.10- Port latest changes from Geckolib that weren\'t already fixed.展开版本: 1.0.10支持游戏: 1.19.4类型:ForgeRelease下载次数: 39Forge 1.19.3azurelib-forge-1.19.3-1.0.11.jar下载1.0.11#Releasev1.0.11- Port latest changes from Geckolib that weren\'t already fixed.展开版本: 1.0.11支持游戏: 1.19.3类型:ForgeRelease下载次数: 44Fabric/Quilt 1.19.4azurelib-fabric-1.19.4-1.0.10.jar下载1.0.10#Releasev1.0.10- Port latest changes from Geckolib that weren\'t already fixed.展开版本: 1.0.10支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 29Forge 1.19.2azurelib-forge-1.19.2-1.0.10.jar下载1.0.10#Releasev1.0.15- Port latest changes from Geckolib that weren\'t already fixed.展开版本: 1.0.10支持游戏: 1.19.2类型:ForgeRelease下载次数: 43Fabric/Quilt 1.19.3azurelib-fabric-1.19.3-1.0.11.jar下载1.0.11#Releasev1.0.11- Port latest changes from Geckolib that weren\'t already fixed.展开版本: 1.0.11支持游戏: 1.19.3类型:FabricQuiltRelease下载次数: 67Fabric/Quilt 1.19.2azurelib-fabric-1.19.2-1.0.15.jar下载1.0.15#Releasev1.0.15- Port latest changes from Geckolib that weren\'t already fixed.展开版本: 1.0.15支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 257Forge 1.18.2azurelib-forge-1.18.2-1.0.9.jar下载1.0.9#Releasev1.0.9- Port latest changes from Geckolib that weren\'t already fixed.展开版本: 1.0.9支持游戏: 1.18.2类型:ForgeRelease下载次数: 35Forge 1.16.5azurelib-forge-1.16.5-1.0.10.jar下载1.0.10#Releasev1.0.10- Port latest changes from Geckolib that weren\'t already fixed.展开版本: 1.0.10支持游戏: 1.16.5类型:ForgeRelease下载次数: 55Fabric/Quilt 1.18.2azurelib-fabric-1.18.2-1.0.9.jar下载1.0.9#Releasev1.0.9- Port latest changes from Geckolib that weren\'t already fixed.展开版本: 1.0.9支持游戏: 1.18.2类型:FabricQuiltRelease下载次数: 51Fabric 1.16.5azurelib-fabric-1.16.5-1.0.10.jar下载1.0.10#Releasev1.0.10- Port latest changes from Geckolib that weren\'t already fixed.展开版本: 1.0.10支持游戏: 1.16.5类型:FabricRelease下载次数: 38Fabric 1.16.5azurelib-fabric-1.16.5-1.0.9.jar下载1.0.9#Releasev1.0.9- Glow Layer ported now, thanks DerToaster for using the CQR shader.展开版本: 1.0.9支持游戏: 1.16.5类型:FabricRelease下载次数: 39Forge 1.16.5azurelib-forge-1.16.5-1.0.9.jar下载1.0.9#Releasev1.0.9- Glow Layer ported now, thanks DerToaster for using the CQR shader.展开版本: 1.0.9支持游戏: 1.16.5类型:ForgeRelease下载次数: 37Fabric/Quilt 1.18.2azurelib-fabric-1.18.2-1.0.8.jar下载1.0.8#Releasev1.0.8- Addes BaseGunItem#hitscanTrace展开版本: 1.0.8支持游戏: 1.18.2类型:FabricQuiltRelease下载次数: 44Fabric/Quilt 1.19.2azurelib-fabric-1.19.2-1.0.14.jar下载1.0.14#Releasev1.0.14- Updates for full move to AzureMods repo of all dependencies.展开版本: 1.0.14支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 163Fabric/Quilt 1.19.4azurelib-fabric-1.19.4-1.0.9.jar下载1.0.9#Releasev1.0.9- Updates for full move to AzureMods repo of all dependencies.展开版本: 1.0.9支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 143Forge 1.19.4azurelib-forge-1.19.4-1.0.9.jar下载1.0.9#Releasev1.0.9- Updates for full move to AzureMods repo of all dependencies.展开版本: 1.0.9支持游戏: 1.19.4类型:ForgeRelease下载次数: 35Fabric/Quilt 1.19.3azurelib-fabric-1.19.3-1.0.10.jar下载1.0.10#Releasev1.0.10- Updates for full move to AzureMods repo of all dependencies.展开版本: 1.0.10支持游戏: 1.19.3类型:FabricQuiltRelease下载次数: 54Forge 1.19.3azurelib-forge-1.19.3-1.0.10.jar下载1.0.10#Releasev1.0.10- Updates for full move to AzureMods repo of all dependencies.展开版本: 1.0.10支持游戏: 1.19.3类型:ForgeRelease下载次数: 30Forge 1.19.2azurelib-forge-1.19.2-1.0.9.jar下载1.0.9#Releasev1.0.9- Updates for full move to AzureMods repo of all dependencies.展开版本: 1.0.9支持游戏: 1.19.2类型:ForgeRelease下载次数: 108Fabric 1.16.5azurelib-fabric-1.16.5-1.0.8.jar下载1.0.8#Releasev1.0.8- Ported to 1.16.5, though GlowLayers not yet supported.展开版本: 1.0.8支持游戏: 1.16.5类型:FabricRelease下载次数: 37Forge 1.16.5azurelib-forge-1.16.5-1.0.8.jar下载1.0.8#Releasev1.0.8- Ported to 1.16.5, though GlowLayers not yet supported.展开版本: 1.0.8支持游戏: 1.16.5类型:ForgeRelease下载次数: 47Forge 1.18.2azurelib-forge-1.18.2-1.0.8.jar下载1.0.8#Releasev1.0.8- Addes BaseGunItem#hitscanTrace展开版本: 1.0.8支持游戏: 1.18.2类型:ForgeRelease下载次数: 50Forge 1.18.2azurelib-forge-1.18.2-1.0.8.jar下载1.0.8#Releasev1.0.8- Addes BaseGunItem#hitscanTrace展开版本: 1.0.8支持游戏: 1.18.2类型:ForgeRelease下载次数: 41Fabric/Quilt 1.19.4azurelib-fabric-1.19.4-1.0.8.jar下载1.0.8#Releasev1.0.8- Addes BaseGunItem#hitscanTrace展开版本: 1.0.8支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 46Forge 1.19.4azurelib-forge-1.19.4-1.0.8.jar下载1.0.8#Releasev1.0.8- Addes BaseGunItem#hitscanTrace展开版本: 1.0.8支持游戏: 1.19.4类型:ForgeRelease下载次数: 53Forge 1.19.2azurelib-forge-1.19.2-1.0.8.jar下载1.0.8#Releasev1.0.8- Addes BaseGunItem#hitscanTrace展开版本: 1.0.8支持游戏: 1.19.2类型:ForgeRelease下载次数: 22Fabric/Quilt 1.19.2azurelib-fabric-1.19.2-1.0.13.jar下载1.0.13#Releasev1.0.13- Addes BaseGunItem#hitscanTrace展开版本: 1.0.13支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 42Forge 1.19.4azurelib-forge-1.19.4-1.0.7.jar下载1.0.7#Releasev1.0.7- Fixes crash with BlockandItemGeoLayer展开版本: 1.0.7支持游戏: 1.19.4类型:ForgeRelease下载次数: 96Fabric/Quilt 1.19.4azurelib-fabric-1.19.4-1.0.7.jar下载1.0.7#Releasev1.0.7- Fixes crash with BlockandItemGeoLayer展开版本: 1.0.7支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 100Fabric/Quilt 1.19.4azurelib-fabric-1.19.4-1.0.6.jar下载1.0.6#Releasev1.0.6- Fixes leads not rendering correctly.- Ports scaleModelForRender from Geckolib.展开版本: 1.0.6支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 42Forge 1.19.4azurelib-forge-1.19.4-1.0.5.jar下载1.0.5#Releasev1.0.5- Fixes leads not rendering correctly.- Ports scaleModelForRender from Geckolib.展开版本: 1.0.5支持游戏: 1.19.4类型:ForgeRelease下载次数: 39Fabric/Quilt 1.19.3azurelib-fabric-1.19.3-1.0.9.jar下载1.0.9#Releasev1.0.9- Fixes leads not rendering correctly.- Ports scaleModelForRender from Geckolib.展开版本: 1.0.9支持游戏: 1.19.3类型:FabricQuiltRelease下载次数: 102Forge 1.19.3azurelib-forge-1.19.3-1.0.9.jar下载1.0.9#Releasev1.0.9- Fixes leads not rendering correctly.- Ports scaleModelForRender from Geckolib.展开版本: 1.0.9支持游戏: 1.19.3类型:ForgeRelease下载次数: 40Forge 1.19.2azurelib-forge-1.19.2-1.0.7.jar下载1.0.7#Releasev1.0.7- Fixes leads not rendering correctly.- Ports scaleModelForRender from Geckolib.展开版本: 1.0.7支持游戏: 1.19.2类型:ForgeRelease下载次数: 38Fabric/Quilt 1.19.2azurelib-fabric-1.19.2-1.0.12.jar下载1.0.12#Releasev1.0.12- Fixes leads not rendering correctly.- Ports scaleModelForRender from Geckolib.展开版本: 1.0.12支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 170Fabric/Quilt 1.19.4azurelib-fabric-1.19.4-1.0.5.jar下载1.0.5#Releasev1.0.5- Fixes item render mixin.展开版本: 1.0.5支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 40Fabric/Quilt 1.19.4azurelib-fabric-1.19.4-1.0.4.jar下载1.0.4#Releasev1.0.4- Fixes buffer not being reset for leash rendering.展开版本: 1.0.4支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 38Forge 1.19.4azurelib-forge-1.19.4-1.0.4.jar下载1.0.4#Releasev1.0.4- Fixes buffer not being reset for leash rendering.展开版本: 1.0.4支持游戏: 1.19.4类型:ForgeRelease下载次数: 26Forge 1.19.3azurelib-forge-1.19.3-1.0.8.jar下载1.0.8#Releasev1.0.8- Fixes buffer not being reset for leash rendering.展开版本: 1.0.8支持游戏: 1.19.3类型:ForgeRelease下载次数: 28Fabric/Quilt 1.19.3azurelib-fabric-1.19.3-1.0.8.jar下载1.0.8#Releasev1.0.8- Fixes buffer not being reset for leash rendering.展开版本: 1.0.8支持游戏: 1.19.3类型:FabricQuiltRelease下载次数: 43Fabric/Quilt 1.19.2azurelib-fabric-1.19.2-1.0.11.jar下载1.0.11#Releasev1.0.11- Fixes buffer not being reset for leash rendering.展开版本: 1.0.11支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 51Forge 1.19.2azurelib-forge-1.19.2-1.0.6.jar下载1.0.6#Releasev1.0.6- Fixes buffer not being reset for leash rendering.展开版本: 1.0.6支持游戏: 1.19.2类型:ForgeRelease下载次数: 35Forge 1.19.4azurelib-forge-1.19.4-1.0.3.jar下载1.0.3#Releasev1.0.3- Updated to 1.19.4展开版本: 1.0.3支持游戏: 1.19.4类型:ForgeRelease下载次数: 30Fabric/Quilt 1.19.4azurelib-fabric-1.19.4-1.0.0.jar下载1.0.0#Releasev1.0.3- Locks checked namespaces for animations to only my mods.展开版本: 1.0.0支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 49Forge 1.19.3azurelib-forge-1.19.3-1.0.7.jar下载1.0.7#Releasev1.0.7- Adds include animation support, allow you to have default animations files you can link to your other animation files, saving on duplication of animations.展开版本: 1.0.7支持游戏: 1.19.3类型:ForgeRelease下载次数: 67Forge 1.19.2azurelib-forge-1.19.2-1.0.5.jar下载1.0.5#Releasev1.0.5- Adds include animation support, allow you to have default animations files you can link to your other animation files, saving on duplication of animations.展开版本: 1.0.5支持游戏: 1.19.2类型:ForgeRelease下载次数: 35Fabric/Quilt 1.19.3azurelib-fabric-1.19.3-1.0.7.jar下载1.0.7#Releasev1.0.7- Adds include animation support, allow you to have default animations files you can link to your other animation files, saving on duplication of animations.展开版本: 1.0.7支持游戏: 1.19.3类型:FabricQuiltRelease下载次数: 104Fabric/Quilt 1.19.2azurelib-fabric-1.19.2-1.0.10.jar下载1.0.10#Releasev1.0.10- Adds include animation support, allow you to have default animations files you can link to your other animation files, saving on duplication of animations.展开版本: 1.0.10支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 105Forge 1.19.3azurelib-forge-1.19.3-1.0.6.jar下载1.0.6#Releasev1.0.6- Adds my own custom Vibration system, that doesn\'t have a particle.- Adds a Growable system for having mobs grow over time and turn into other mobs.展开版本: 1.0.6支持游戏: 1.19.3类型:ForgeRelease下载次数: 42Fabric/Quilt 1.19.3azurelib-fabric-1.19.3-1.0.6.jar下载1.0.6#Releasev1.0.6- Adds my own custom Vibration system, that doesn\'t have a particle.- Adds a Growable system for having mobs grow over time and turn into other mobs.展开版本: 1.0.6支持游戏: 1.19.3类型:FabricQuiltRelease下载次数: 196Forge 1.19.2azurelib-forge-1.19.2-1.0.4.jar下载1.0.4#Releasev1.0.4- Adds my own custom Vibration system, that doesn\'t have a particle.- Adds a Growable system for having mobs grow over time and turn into other mobs.展开版本: 1.0.4支持游戏: 1.19.2类型:ForgeRelease下载次数: 43Fabric/Quilt 1.19.2azurelib-fabric-1.19.2-1.0.9.jar下载1.0.9#Releasev1.0.9- Adds my own custom Vibration system, that doesn\'t have a particle.- Adds a Growable system for having mobs grow over time and turn into other mobs.展开版本: 1.0.9支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 149Forge 1.19.3azurelib-forge-1.19.3-1.0.5.jar下载1.0.5#Releasev1.0.5- Fixes #2 allowing stacking spawn eggs.展开版本: 1.0.5支持游戏: 1.19.3类型:ForgeRelease下载次数: 35Fabric/Quilt 1.19.3azurelib-fabric-1.19.3-1.0.5.jar下载1.0.5#Releasev1.0.5- Fixes #2 allowing stacking spawn eggs.展开版本: 1.0.5支持游戏: 1.19.3类型:FabricQuiltRelease下载次数: 78Forge 1.19.2azurelib-forge-1.19.2-1.0.3.jar下载1.0.3#Releasev1.0.3- Fixes #2 allowing stacking spawn eggs.展开版本: 1.0.3支持游戏: 1.19.2类型:ForgeRelease下载次数: 42Forge 1.19.3azurelib-forge-1.19.3-1.0.4.jar下载1.0.4#Releasev1.0.4- Reverses 1.0.3 namespace lock, allows any mod to use this mod.展开版本: 1.0.4支持游戏: 1.19.3类型:ForgeRelease下载次数: 36Fabric/Quilt 1.19.3azurelib-fabric-1.19.3-1.0.4.jar下载1.0.4#Releasev1.0.4- Reverses 1.0.3 namespace lock, allows any mod to use this mod.展开版本: 1.0.4支持游戏: 1.19.3类型:FabricQuiltRelease下载次数: 62Forge 1.19.2azurelib-forge-1.19.2-1.0.2.jar下载1.0.2#Releasev1.0.2- Backport of AzureLib 1.19.3 to 1.19.2 Forge!展开版本: 1.0.2支持游戏: 1.19.2类型:ForgeRelease下载次数: 60Forge 1.19.3azurelib-forge-1.19.3-1.0.3.jar下载1.0.3#Releasev1.0.3- Locks checked namespaces for animations to only my mods.展开版本: 1.0.3支持游戏: 1.19.3类型:ForgeRelease下载次数: 40Fabric/Quilt 1.19.3azurelib-fabric-1.19.3-1.0.3.jar下载1.0.3#Releasev1.0.3- Locks checked namespaces for animations to only my mods.展开版本: 1.0.3支持游戏: 1.19.3类型:FabricQuiltRelease下载次数: 78Fabric/Quilt 1.19.2azurelib-fabric-1.19.2-1.0.7.jar下载1.0.7#Releasev1.0.7- Locks checked namespaces for animations to only my mods.展开版本: 1.0.7支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 73Fabric/Quilt 1.19.2azurelib-fabric-1.19.2-1.0.6.jar下载1.0.6#Releasev1.0.6- Version locks to 1.19.2 only.展开版本: 1.0.6支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 60Fabric/Quilt 1.19.2azurelib-fabric-1.19.2-1.0.3.jar下载1.0.3#Releasev1.0.3- Fixes crash with all Geckolib 3.1.x mods展开版本: 1.0.3支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 78Fabric/Quilt 1.19.2azurelib-fabric-1.19.2-1.0.2.jar下载1.0.2#Releasev1.0.2- Adds custom Navigation based off Mowzie Mobs.- Adds my custom light block.- Adds a core spawn egg for my mods.- Adds a core base gun item.展开版本: 1.0.2支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 94Forge 1.19.3azurelib-forge-1.19.3-1.0.2.jar下载1.0.2#Releasev1.0.2- Adds custom Navigation based off Mowzie Mobs.- Adds my custom light block.- Adds a core spawn egg for my mods.- Adds a core base gun item.展开版本: 1.0.2支持游戏: 1.19.3类型:ForgeRelease下载次数: 138Fabric/Quilt 1.19.3azurelib-fabric-1.19.3-1.0.2.jar下载1.0.2#Releasev1.0.2- Adds custom Navigation based off Mowzie Mobs.- Adds my custom light block.- Adds a core spawn egg for my mods.- Adds a core base gun item.展开版本: 1.0.2支持游戏: 1.19.3类型:FabricQuiltRelease下载次数: 520Forge 1.19.3azurelib-forge-1.19.3-1.0.1.jar下载1.0.1#Releasev1.0.1- Fixes game crash #1展开版本: 1.0.1支持游戏: 1.19.3类型:ForgeRelease下载次数: 49Fabric/Quilt 1.19.3azurelib-fabric-1.19.3-1.0.1.jar下载1.0.1#Releasev1.0.1- Fixes entity packets.展开版本: 1.0.1支持游戏: 1.19.3类型:FabricQuiltRelease下载次数: 108Forge 1.19.3azurelib-forge-1.19.3-1.0.0.jar下载1.0.0#Releasev1.0.0- First Release展开版本: 1.0.0支持游戏: 1.19.3类型:ForgeRelease下载次数: 66Fabric/Quilt 1.19.3azurelib-fabric-1.19.3-1.0.0.jar下载1.0.0#Releasev1.0.0- First Release展开版本: 1.0.0支持游戏: 1.19.3类型:FabricQuiltRelease下载次数: 214全部版本

markdown_parsed

文章类型:收录

layui.use([\'form\'], function(){
var form = layui.form;
});

游客,如果您要查看本帖隐藏内容请回复
AzureLib
楼主 2025-8-10 16:48:46 回复 收起回复
小僵尸论坛感谢有你~
回复 论坛版权

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 手机动态码快速登录

本版积分规则



介绍

我的世界(Minecraft)小僵尸论坛
收录了来自各地的我的世界(MC)爱好者们的各种资源

须知: 切勿滥用举报,任何与举报相关的信息必须属实!

"Minecraft"以及"我的世界"为Mojang Synergies AB的商标 本站与Mojang以及微软公司没有从属关系

官方

新浪微博 腾讯微博 微信公众号 投稿规则 版权声明 捐助我们

官方QQ①群: 291907844 (点击加群)
官方QQ②群: 421312192
官方QQ③群: 528726532

我的世界(Minecraft)小僵尸论坛

新会员

QQ|Archiver|手机版|小黑屋|Minecraft(我的世界)小僵尸论坛 |网站地图

GMT+8, 2026-6-14 11:01 , Processed in 0.257360 second(s), 152 queries .

快速回复 返回顶部 返回列表