Links
Tags
Creators
Details
Licensed MIT
Published last month
Updated last month
All versions
1.0.0
Release
Realistic Terrain Movement 1.0.0last month 591
Compatibility
Minecraft: Java Edition
1.21.1–1.21.11
Platform
NeoForge
Supported environments
Client and server
Changes
- Terrain-Based Speed: Walking on paths or bricks grants a +20% speed bonus. Rough terrain like mud, sand and snow applies penalties (from −5% up to −60%). Effects from the block you stand on and the block you stand in stack.
- Anti-Jump Abuse: Terrain modifiers persist for 2 seconds after jumping, preventing players from bypassing slowdowns by spamming the spacebar.
- Boots Protection: Wearing any footwear automatically cuts all terrain penalties in half (bonuses remain unaffected).
- High-Altitude Wind (Y ≥ 120): Strong winds under the open sky push you sideways and slow you down when walking against them. The wind direction rotates every 5 minutes. Wind is temporarily ignored during normal cliff-climbing jumps.
- Biome-mod compatibility: Biomes O'Plenty, Regions Unexplored, Geophilic block entries
- Mob Compatibility: Mechanics apply to all mobs, except for aquatic, flying, or legless creatures (e.g., fish, ghasts, slimes).
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:gZ3BGcf6:9fvke4IF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gZ3BGcf6:9fvke4IF"
}

