Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last week
All versions
1.21.11-1.3.8
Release
ClickCrystals 1.21.11-1.3.86 months ago 29.9K
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
Version: 1.3.8
Performance:
- used spark profiler to optimize method calls that cause lag spikes
- fixed entity tick lag
- improved GUI responsiveness # let_me_practice
- significant performance improvements, especially for mobile / Pojav users # let_me_practice
Scripting:
- if invisible
- if blocking (directional shield detection)
- if entity_in_fov <identifier> <num>
- if block_in_fov <identifier> <num>
- if hotbar_count <comparator> <num>
- if slot <int> <identifier>
Modules:
- Fixed BreachSwap
- Fixed StunSlam
- Improved AxeSwap shield detection (directional blocking)
Patches:
- patch and undisable TotemPopColor
- patch and undisable SelfGlow # i-no-am
- patch and fixed message broadcast # i-no-am
- fixed modules not toggling correctly after input-related changes # let_me_practice
Scripts:
- Improved entity interactions # i-no-am
- vel values now support decimal numbers # let_me_practice
GUI:
- added ping for users that haven't read new announcement bulletins
- refactored text input handling to support virtual keyboards (mobile / Pojav) # let_me_practice
- separated character input from key actions # let_me_practice
- fixed duplicated or dropped text input across all text fields # let_me_practice
- fixed script IDE opening wrong screen # let_me_practice
- fixed paste script crash # let_me_practice
- fixed script save spinner getting stuck # let_me_practice
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:YDYPZdGj:EB1s9Q0C"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YDYPZdGj:EB1s9Q0C"
}

