Tags
Creators
Details
2.0.0+thermite
Compatibility
Changes
Experimental! Initial release of the Ears 2.0 rework — this has been a long time coming. More version ports coming soon, though I'm sure you're tired of hearing us say things are happening "soon" in relation to Ears 2.0.
This is a separate codebase from the previous Ears2, and the first release from that codebase, internally known as Ears Five Thermite. One jar runs on NeoForge/Fabric 26.1 through 26.3.
Major user-facing changes:
- Three years on, armor trims now usually render correctly
- Still needs work, but it works most of the time and the failure cases just render the base armor with no trim
- EMF is now fully compatible without asterisks, thanks to a PR by kgadberry!
- Alfalfa parsing now has a lot more failsafes, making ETF fully compatible with no asterisks
- New features not yet exposed in the Manipulator (a rewrite of the Manipulator on the new codebase is ongoing):
- Halos
- Digitigrade legs
- Jacket back/tail swapping
- "No flight" wing mode
- Probably crashes less!
- Emissives still Z-fight. A rewrite of those is pending, and viable now that there's a lot fewer codebases to deal with
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:mfzaZK3Z:6oiYkLHk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mfzaZK3Z:6oiYkLHk"
}

