Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 5 days ago
All versions
26.2-1.4.1
Release
ClickCrystals 26.2-1.4.15 days ago 1,157
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Changes
Version: 1.4.1
Compatibility:
- updated to Minecraft 26.2
Scripting:
- added if target_block_face <direction>
- added toggle_input <input> <boolean>
- added craft <item> [delay] [amount] # i-no-am
- improved scripting autocomplete and syntax highlighting # i-no-am
- made autocomplete appear only while typing # i-no-am
User Interface:
- made InGameHuds warning messages clickable # i-no-am
- made the scripting editor operate much like VSCode # i-no-am
- added animated conditional visibility for module settings # i-no-am
- added an option to hide scripting errors from chat # i-no-am
- fixed custom splash frequency # i-no-am
- fixed keybind navigation opening the home screen first
Modules:
- improved GuiCursor speed and logic # i-no-am
- made GuiCursor ignore the offhand slot # i-no-am
- added a directional shield toggle for AxeSwap
- added Rising and Vortex modes to TotemChams # i-no-am
- improved TeamDetector manual-player handling # i-no-am
- fixed NoResPack causing hangs or kicks on forced packs # i-no-am
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:kC0mQuyH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YDYPZdGj:kC0mQuyH"
}

