1.8.0
Compatibility
Required content
Changes
Minecraft: Tears of Elytra ā v1.8.0 Update Summary
-
New Nether Features: Flying in the Nether now feels unique! It features its own looping flight music, touchdown sounds, and ground-approach warnings. Landing notifications in the Nether can also be set to display in red text.
-
"Welcome Home" System: You can now press a key (default: H) to save your current location as your "home". You can set separate homes for the Overworld and the Nether. When you land near a home, you will hear a special sound and see a "Welcome home!" message instead of the usual biome name.
-
Upgraded Landing Notifications: The landing pop-ups are now highly customizable. You can move them to different corners of the screen, adjust the text size, add a background box, and precisely control how fast they fade in and out.
-
Easier Settings Menu: The configuration screen has been completely redesigned to be much more user-friendly. It features plain-English labels, organized category tabs, and helpful hover tooltips that explain exactly what each setting does. (Requires Cloth Config API)
-
Organized Keybinds: Added keybinds for the mod grouped under their own "Tears of Elytra" section in the Minecraft controls menu. This includes buttons to easily toggle the mod on or off and manage your home locations.
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:k1PwZX8a:z240xY0I"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:k1PwZX8a:z240xY0I"
}

