All versions
1.3.1218
Release
Better turtle scute 1.3.1218last year 225
Compatibility
Minecraft: Java Edition
1.21.5–1.21.8
Platforms
Fabric
Quilt
Supported environments
Client and server
Changes
1. Bug Fix
- Issue: The passive effect of the Turtle Back Shell would not trigger again after the first activation, even when the cooldown period had expired.
- Affected Version: Fabric 1.21.8
- Resolution: Fixed the logic issue causing the passive effect to fail retriggering post-cooldown; the effect now activates normally according to the set cooldown rules.
2. Feature Adjustment
- Buff Addition: After the passive effect of the Turtle Back Shell is triggered, the player will now gain an additional 4 temporary hearts (as Damage Absorption).
- Balance Adjustment: For balance purposes, the player will also receive a 120-second Unlucky effect simultaneously when the above passive effect is activated.
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:95WdHK4R:ybahjnd7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:95WdHK4R:ybahjnd7"
}

