1.0.0
Compatibility
Changes
Welcome to the first release of KME!
This BETA version of KME introduces an overhaul to player mobility. Giving you fluid, physics-based movement abilities and a highly sought-after custom enchantment.
Core Features
- Directional Dash: By pressing C (the default keybind for dashing) you will get launched in the direction you are looking. Including the Y-axis. The keybind can be changed.
- Double Jump: By pressing SPACE mid-air, you will jump twice. It keeps your X and Z momentum, while pushing you up by the Y-axis. The keybind is preferred to stay at SPACE, but can be changed.
- Dynamic Particles & Sounds: When you dash and double jump, it will play the Sand Place sound and spawn particles. For Double Jumping, it spawns particles exactly where you jumped. For Dashing, it spawns some following you near the bottom of your player.
- Cloudstep Enchantment: the cloudstep enchantment cancels out all fall damage from ANY height. It is rarer than Mending, and can't pair with Feather Falling.
Developer Notes
Hello, it's me HexxedDev, the original creator of Hexxed's Movement Expansion. I am incredibly happy to have been able to help with this project. This project is still in Beta, so please inform us on bugs in our Discord server.
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:SANLNfM3:OCepXUaL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SANLNfM3:OCepXUaL"
}

