Links
Tags
Creators
Details
1.20v0.6.12a-fabric
Compatibility
Changes
1.20.2 port
Updated Chinese and Spanish translation (#490, #495)
Tag Editor beta
- Create model specific item, block, entity or biome tags
- Only available through OSC (for now)
Editor QoL:
- Added draggable Popup windows
- Health, Hunger, Air animations show the current value
- The
(2)counts up on duplicate (Closes #491) - Improved editor icons (Closes #485), and various other gui improvements
- Added lock part keybind
- Added paste part data to all frames
- Added display toggle: show outlines
- Added find element keybind
- Added mouse wheel scroll sensitivity to keybind options
Added reset value layer keybind (CTRL+keybind will reset all)
Fixed gizmo breaking when dragging outside of the 3d area
Fixed spyglass item not rendering in the correct place in the editor
Fixed some buttons missing translations
Fixed Open Recent not updating in some cases
Fixed head rotation animations not showing in the editor
Fixed animation editor shows frame 0 in the first frame
Fixed part locking not saving on roots
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:Imso1dpu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:h1E7sQNL:Imso1dpu"
}

