Tags
Creators
Details
Licensed CC0-1.0
Published 6 months ago
Updated 2 months ago
All versions
3.2.5-mc1.21.1
Release
Mentalitys | Custom Enchants 3.2.52 months ago 78
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Custom Enchants 3.2.5 — Minecraft 1.21.11
This is a targeted Double Jump movement hotfix for Minecraft 1.21.1 and 1.21.11.
Fixed
- Double Jump movement is now predicted immediately on the activation input tick instead of waiting for the full client → server → client round trip.
- Fixed the delayed horizontal/vertical kick that made Double Jump feel jerky on Minecraft 1.21.x.
- Sprint state and activation yaw are now captured at the exact activation moment, preventing the jump impulse from using a later/stale direction.
- Server validation remains authoritative.
- Server approval is acknowledgement-only and no longer applies the same movement impulse a second time after network latency.
- Minecraft 1.21.11 uses its correct
hurtMarkedmovement synchronization path.
Validation
- Final Double Jump behavior was manually verified and accepted on Minecraft 1.21.1 and 1.21.11.
- Unit/contract tests, Gradle check/build, release-JAR verification, Fabric GameTests and dedicated-server smoke tests pass.
Minecraft 1.20.1 is unaffected and remains on version 3.2.4.
No enchantment balance or configuration changes.
Optional dependencies
Any compatible version
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:NJPtH6f5:NK3ubPzN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NJPtH6f5:NK3ubPzN"
}

