All versions
1.2.2
Release
Momentum-1.2.2-releaselast month 113
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Changelog / 更新日志
[1.2.2] - 2026-06-29
Added / 新增
- Multiple configurable dodge trigger modes with three independent toggles: - Mode 1: Ctrl + Double-tap direction → Dash toward input direction - Mode 2: Hold direction + Press Ctrl → Dash along velocity direction - Mode 3: Hold direction + Double-tap Ctrl → Dash along velocity direction
- (添加多种可配置的闪避触发方式,支持三种独立开关)
Fixed / 修复
- Fixed dodge state anomalies (修复闪避异常问题)
- Fixed jump animation issues (修复跳跃动画异常问题)
Changed / 修改
- Updated language files (en_us / zh_cn) to sync config translations (更新语言文件,同步中/英配置项翻译)
- Bumped version to 1.2.2-release (更新版本号至 1.2.2-release)
Optional dependencies
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:tdSV3GtS:hH7HEkLv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tdSV3GtS:hH7HEkLv"
}



