Tags
Creators
Details
Licensed CC-BY-NC-4.0
Published last year
Updated yesterday
All versions
1.7.0
Release
ClienThings 1.7.0last year 519
Compatibility
Minecraft: Java Edition
1.21.5
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Changes
- Support for 1.21.6
- Added crystal prediction
- Improved elytra prediction (less bizarre behavior on servers with strong anticheats)
- Fixed a bug where elytra flight stopped 1 tick too early
- Rockets are now synchronized with the server
- Fixed a bug where flying through an entity with a rocket didn't delete the rocket
- Fixed a potential bug where the power of the end-of-consumption sound(s) didn't scale correctly with the camera position
- Fixed a bug where consumables were consumed twice
- Code cleanup & optimizations
- More accurate default options
- Fixed a bug where Minecraft versions 1.21 & 1.21.1 weren't working correctly (consumable prediction and optout are disabled). This is likely the last update for these versions
- Sources on GitHub
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| ClienThings 1.7.0 (1.21.5) sources.jar | Unknown | 34.39 KiB |
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:zaVwh7an:tyWQTOx7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zaVwh7an:tyWQTOx7"
}

