All versions
1.21-1.21.1-2.1-fabric
Release
v2.1 - Compatibility Hotfix & Polishlast month 26
Compatibility
Minecraft: Java Edition
1.21โ1.21.1
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
Update 2.1 - Compatibility Hotfix & Polish Update!
This hotfix resolves loader compatibility issues and bundles all the major visual and gameplay improvements.
Compatibility & Platforms (v2.1):
- Older Loader Support: Lowered the minimum Fabric Loader requirement to
>=0.15.0. The mod now runs out-of-the-box on older launchers (including TLauncher) without crashing! - Multi-Version Metadata: Updated internal files to officially support both Minecraft 1.21 and 1.21.1.
Gameplay & Visual Features (v2.0):
- Smart Foliage Bypass: Outline frames now spawn accurately under your feet, completely ignoring tree leaves above your head.
- Fluid Compatibility: Challenging ocean survival! Particle outlines now render correctly directly on the surface of liquids (water/lava).
- Ceiling Traps: If you are falling in a void, the mod detects ceilings above you, rendering the outline on their bottom face and collapsing them.
- Starting Countdown: Activating the abyss triggers a 5-second ticking countdown on your Actionbar with custom ticking sounds and a dragon growl at the end.
- Grace Period: Receive 5 seconds of spawn protection upon respawning to prevent immediate falls (silent and inactive when the mod is disabled).
- Performance Optimized: Outlines render once every 3 server ticks. This removes visual overlapping, makes the outline look sharp and clean, and saves client performance.
- Full Localization: Translated all texts, commands, and statuses into English and Russian using native JSON language files.
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:5umibCd7:SaR2EKZU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5umibCd7:SaR2EKZU"
}

