All versions
2.1.4+mc1.21.4
Release
2.1.4+mc1.21.4last month 13
Compatibility
Minecraft: Java Edition
1.21.4
Platform
NeoForge
Supported environments
Client and server
Changes
Fixed
- Game no longer crashes on startup (exit code 255) when Cloth Config isn't installed. The mod used Cloth Config for its settings but never declared it as a dependency, so a player without Cloth Config crashed at load with a
NoClassDefFoundErrorand no "missing dependency" screen to explain why. Enhanced Movement no longer depends on Cloth Config at all — see below.
Changed
- Dropped the Cloth Config dependency; the config screen is now native. Settings are still stored at
config/enhancedmovement.jsonwith the same field names, so your existing config carries over unchanged. Fabric opens the screen via Mod Menu; NeoForge via the mods-list Config button. Cloth Config is no longer required on either loader.
Notes
- No gameplay changes: double jump, dash, ledge grab, and afterimages behave exactly as in 2.1.3.
- Requires Java 21. The Fabric build needs Fabric API (Mod Menu optional, for the in-game config screen).
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:sUmP9NDp:XHb0ALN4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sUmP9NDp:XHb0ALN4"
}

