All versions
1.0.1
Release
Chain Slide 1.0.16 months ago 386
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Changes
Release 1.0.1 - Localization and Hitbox Fixes
New Features
- Global Localization: The ModMenu configuration screen is now fully translated! The mod will automatically adapt to your game's language settings. π
- Added support for 12 languages: English, Spanish, French, Italian, Portuguese (BR), German, Russian, Simplified Chinese, Japanese, Arabic, Hindi, and Indonesian.
Bug Fixes
- Bamboo Detection Fix: Fixed an issue where bamboo stalks were sometimes impossible to climb due to their natural, randomized block offsets. The mod now uses a highly precise 3D hitbox scanner to guarantee you can always grab onto them. π
- Top Collision Fix: Fixed a bug where walking or standing on top of climbable blocks (like chains or fences) would incorrectly trigger the climbing state and cause a weird floating sensation. Your feet will now act normally when walking over them! π οΈ
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:3JLA3x9i:DkIz2u9i"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3JLA3x9i:DkIz2u9i"
}

