All versions
1.0.0+1.21.
Release
First public release for Minecraft 1.21.4 months ago 543
Compatibility
Minecraft: Java Edition
1.21.x
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Added balanced double jump with cooldown, particles, and hunger use
- Added forward dash with W + Shift + Space
- Added forward roll with W + Double Sneak and fall-damage reduction
- Added wall climb by spamming jump against a wall
- Added synced player animations for movement abilities
- Added sounds and particle feedback for abilities
- Added in-game config screen for all movement settings
- Added Settings menu entry, pause menu button, and O key to open config
- Added first-join guide book with controls and feature overview
- Added client + server support with multiplayer-safe movement handling
- Improved double jump so normal jump spamming does not trigger it by mistake
- Fixed the Movement Additions settings screen crash
- Improved roll so it feels like a real roll instead of a small sneak dash
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:PCdV1EJM:KV6ySM7h"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PCdV1EJM:KV6ySM7h"
}

