Links
Tags
Creators
Details
1.19v0.6.11a-forge
Compatibility
Changes
Updated Spanish base translations (#481)
Updated Simplified Chinese translation (#482)
Added a warning message when connecting to offline servers
Editor QoL:
- Added a warning if animated texture regions overlap
- Added part locking
- Added 'Copy Transform from original' quick action when duplicating
Added animations:
- Using brush animations
- Head rotation animations
Added biome and entity tags system
- Only available through OSC for now
Ported to 1.20.2 Pre Release 2
Fixed crash with Cosmetic Armor fabric
Fixed player heads with Optifine on 1.19.4 and 1.20
Fixed armor on 1.20 Optifine
Fixed glow not working in first person with Iris (Closes #473)
Fixed skulls not showing glow layers with Iris
Fixed crash on fabric 1.16 and older (Closes #472)
Fixed export crash (Closes #483)
Fixed editor ui not updating correctly in some cases (Closes #476)
Fixed paste showing incorrect error messages
Fixed editor now shows the correct error message on corrupted install
Fixed armor root duplications not loading in the editor (Closes #479)
Fixed more than 255 animations breaking when exporting
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:jIU0S4fT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:h1E7sQNL:jIU0S4fT"
}

