Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last month
All versions
3.0.16
Release
azurelib forge 1.20.111 months ago 24.3K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Changes
v3.0.16
Changes
- Added Root-level actions that apply to all controllers on an animator.
- Added Controller-level actions that only apply to the controller you want it to.
- Added new AzPlayBehaviors:
- FREEZE_ON_FRAME
- This behavior locks the animation controller's timer to a defined tick value, effectively "freezing" the animation at a specific frame.
- REPEAT_X_TIMES
- This behavior repeats the animation X times.
- FREEZE_ON_FRAME
- Changes to AzAnimator to add support for stopping the animation timer.
- Made AzEntityModelRenderer provider and rendererPipeline protected from private.
- Added logger to AutoGlowingTexture if its glow mask doesn't match the base texture size.
Fixes
- Fixed an issue AzCommand.create() would apply settings to ALL controllers; this is now only on the controller you provide the name for.
- Fixed an issue where broken JSON files would cause the game to fail to load properly, these are now auto-skipped and logged.
- Band-aid fixed a crash with AzBlockandItemLayer crashing when the entity is glowing. Item rendering is now just skipped to avoid crashing.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:7zlUOZvb:3QKTwIEQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7zlUOZvb:3QKTwIEQ"
}

