Tags
Creators
Details
Licensed MIT
Published 5 months ago
All versions
2.3.1-1.20.1
Release
BBS FS 2.3.1-1.20.13 weeks ago 3,670
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Forge
Supported environments
Client-side
Client and server
Required content
Any compatible version
Changes
- Added hand bobbing (swaying animation) to first-person playback
- Added hiding of the vanilla shadow when the root form isn't visible
- Added Resizable panels option to disable resizing panels when layout is locked
- Changed Gizmo to render in the UI (fixes rendering inconveniences when rendering with shaders)
- Fixed IK controller tremble when moved far away with softness enabled
- Fixed attached FK bones to the IK chain will also follow the chain
- Fixed copied layers in the texture editor weren't pasted in the wrong palce
- Fixed 3rd person editor for other versions
- Fixed single texture models not using the texture set by form
- Fixed model block panel Gizmo with shaders
- Removed the "Layer, tick & duration" section in clip properties
- The Enabled property in clip properties is no longer a separate row, its toggle is now merged with the title element
- Added bone search
- Transformation features (new spaces, dropping rotation2) were reverted due to the large number of bugs they were causing
- Arcball sphere mode is now the default
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
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:ZeRO0IDA:Z5s4WOy8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZeRO0IDA:Z5s4WOy8"
}

