Tags
Creators
Details
Licensed MIT
Created 4 years ago
All versions
3.1.40
Release
Fabric 1.19.23 years ago 906.3K
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Changes
v3.1.40
- Adds enchantment glint to Geckolib Armors.
- Adds enchantment glint to Geckolib Items.
v3.1.39
- Blacklists gigeresque animation namespace to fix crash.
v3.1.38
- Closes #345
- Adds priority to HumanoidArmorLayer mixin, help resolve crash with Cosmetic Armor
v3.1.37
- Updates Geckolib default armor with new Gecko armor made by VoutVouniern
- Fixes issues Glow Layer issue.
v3.1.36
- MClib updated, Fixed -() group not working - Hiroku https://github.com/fadookie/particleman/pull/7
- Fixes crash with Layer Example animation location call.
v3.1.35
- Fixes crashes due to getUniqueID
v3.1.34
- Deprecate getPackedOverlay for getOverlay, move to non-static to allow Overriding.
- Move example resources to constants
v3.1.33
- Fixes broken rotation on cubes
v3.1.32
- Adds back getTexture fix.
v3.1.31
- Updates Core with Java 17 changes from pervious PR.
- Fixes Vanilla Armor Crash with Extended Render.
- Fixes keyframe issue, fixing animations not playing.
- Fixes broken movement check for entities.
- Fixes broken rotations on child bones.
- Updates Example block entities to EDefaultLoopTypes
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:8BmcQJ2H:ATPZfRS1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8BmcQJ2H:ATPZfRS1"
}

