1.2.0
Compatibility
Required content
Changes
-Changelog - Version 1.2.0 (Port to 26.1.2) This update officially brings Ez Elytra Boost to the latest stable release of Minecraft, fixing critical compatibility issues with the new movement engine and Java requirements.
- Key Features & Changes Full Compatibility with Minecraft 26.1.2: Re-engineered from the ground up to support the "Latest Release" environment.
Java 25 Upgrade: The mod now requires and utilizes Java 25, aligning with the latest technical standards for 2026.
Advanced Velocity Sync: Replaced the deprecated hasImpulse system with a modern velocity synchronization method (via hurtMarked), ensuring an instant launch without "rubberbanding" or laggy movement.
Optimized Launch Power: Fine-tuned the launch speed (Speed 2.5) for a smoother and more powerful takeoff from a standing position.
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:heWfDOa3:zSpiLkRB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:heWfDOa3:zSpiLkRB"
}

