Links
Tags
Creators
Details
1.12v0.6.18a-forge
Compatibility
Changes
Added animation must finish option to animations (#486)
Added value layer interpolated setting, improved value layer interpolations
Added max value setting to value layers (sliders snap in gesture gui now)
Added repeat to spinners when holding down mouse (#651)
Added a hidden from gesture gui (useful for animations with /cpmclient)
Drop Down menus and toggle layers use the available parameter space more efficiently (experimental export only) (Closes #608)
Increased max data block size in exported models to 16 MB
Extruded cubes now count to cube count for safety settings (3/4 of a cube)
The Show Names toggle is now saved
Editor QoL:
- Shift+Add Frame adds an empty frame
- Added clear frame button to animation dropdown
- Animation Data paste won't clear the clipboard
- New Animation Frame keybind
- Added Make Armor and Make 2nd layer to Edit/Tools
- Added an indicator to light level animation in the editor
- Added an Invert Camera Y option to settings
Updated to BTA 7.2-pre2
Ported to Quilt 1.21, Fabric 24w35a
Updated Spanish translations (#625)
Added Brazilian Portuguese translations (#624)
Updated Simplified Chinese translations (#623, #649)
Fixed crash when opening the config screen from the modlist on NeoForge 1.21
Fixed player head items not showing on 1.20.6+
Fixed wiki sidebar not loading the localized variant
Fixed open wiki tooltip not opening the localized variant
Fixed Export Update allowing incompatible update exports
Fixed finish animations breaking with value poses (Closes #647)
Fixed gui animation jittering on NeoForge 1.21
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:DCFnDlOu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:h1E7sQNL:DCFnDlOu"
}

