Links
Tags
Creators
Details
Licensed MIT
Published 3 months ago
Updated 3 weeks ago
All versions
1.6.2
Release
[1.6.2] Climbable Ropes3 months ago 6,383
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Version 1.6.2
Fixed
- Fixed getting stuck against a block when right-clicking a plunger rope to start climbing. The player is now teleported onto the rope at embark instead of relying on the spring to drag them in, with a clean abort if no valid position exists.
- Fixed the spring being able to pin the player against a ceiling with uncapped vertical velocity. Snap-pull velocity is now clamped on the full 3D magnitude rather than horizontal only.
- Fixed any ground contact (including touching a ceiling mid-climb) triggering dismount. Auto-dismount now only triggers when the player is both on the ground and near the lower plunger end, matching the behavior of vertical ropes.
- Fixed plunger ropes behind walls being selectable through geometry. Rope hover detection now uses the block raycast depth as its threshold, so ropes occluded by blocks can no longer be highlighted through them.
- Added a leash check: if external forces push the player more than 3 blocks off the rope line, they cleanly dismount instead of rubber-banding back.
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:jImqv1M5:y38CtZAR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jImqv1M5:y38CtZAR"
}



