Links
Tags
Creators
Details
1.19v0.6.6a-forge
Compatibility
Changes
Added new keybinds: toggle editor visibility, toggle hidden by default
Added mirror part pose option
Animation copy and paste default keybinds changed
Added recover previous project on crash, saved into the autosaves folder
Swimming (pre 1.13) renamed to In water and plays when in water and not 1.13+ swimming
Fixed UUID lock showing as Safety settings error
Fixed Reset Pose Activating a pose/gesture (Closes #371)
Fixed select animation popup not showing anything when searching
Fixed paste frame not pasting correctly in some cases
Fixed copy transform crashing the exporter
Fixed vivecraft crash (Closes #380)
Fixed scaling not working after death on fabric
Optional dependencies
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:h1E7sQNL:s1yc0792"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:h1E7sQNL:s1yc0792"
}

