Tags
Creators
Details
1.6.0-fabric-1.18
Compatibility
Required content
Changes
This update is a big internal rewrite, so new issues might be added? Please report bugs via Github!
Added:
-
New animation system allowing cleaner control of priorities/body parts/code
-
Added the arm smoothing to the legs
-
Added RotationLock option for smooth locking
-
Redid the ladder animation, now using the legs, removed sneaking folding the player on the ladder. Animation is now only playing on ladders
-
Tweaked elytra animation that is a tiny bit more dynamic
-
Petting animation for Dogs/Cats(sneak and look at pet)
-
[WIP] Falling animation (doesn't work yet right for other players in multiplayer, off by default)
-
Freezing animation
-
Hugging players animation(Off by default to not cause confusion/not wanted by everyone)(sneak together and look at each other)
-
Super secret "Naruto running" animation that totally wasn't created by mistake(off by default for obvious reasons)
-
[WIP] Book in world rendering(off by default, WIP because it's not quite how I want it to look like yet, and text in written books is floating)
Fixed:
-
Homepage URL in fabric
-
Only the person in control rows a boat
-
Prevent arms from glitching out(hopefully for good now)
-
Animation priority issues like being in a boat next to a ladder glitching out the player
-
Crawling animation being bugged in last release
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:MPCX6s5C:KTGfH3KC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MPCX6s5C:KTGfH3KC"
}

