• 注册
  • MOD模组 MOD模组 关注:9 内容:16396

    AzureLib (AzureLib)

  • 查看作者
  • 打赏作者
  • 当前位置: SodaMC > MOD模组 > 正文
  • 潮涌核心
    反派

    AzureLib (AzureLib)


    AzureLib是一个源自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!

    AzureLib (AzureLib)

    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!

    截图:

    AzureLib (AzureLib)
    来自Modrinth

    fabric 2.3.29-alpha

    azurelib-fabric-1.21.1-2.3.29-alpha.jar下载2.3.29-alpha#Release
    展开
    版本: 2.3.29-alpha
    支持游戏: 1.21.1
    类型: Fabric Quilt
    Release
    下载次数: 3,801

    neo 2.3.29-alpha

    azurelib-neo-1.21.1-2.3.29-alpha.jar下载2.3.29-alpha#Release
    展开
    版本: 2.3.29-alpha
    支持游戏: 1.21.1
    类型: NeoForge
    Release
    下载次数: 1,402

    fabric 2.0.41

    azurelib-fabric-1.20.1-2.0.41.jar下载2.0.41#Release
    展开
    版本: 2.0.41
    支持游戏: 1.20.1
    类型: Fabric Quilt
    Release
    下载次数: 15,383