promotional bannermobile promotional banner

ClickCrystals

Crystal PvP tweaks client mod. Your ultimate cpvp assistance. Various tweaks that improve your performance without ruining the cpvp experience.

File Details

ClickCrystals-1.21.6-1.3.5.jar

  • R
  • Aug 15, 2025
  • 2.26 MB
  • 255
  • 1.21.8+2
  • Fabric

File Name

ClickCrystals-1.21.6-1.3.5.jar

Supported Versions

  • 1.21.8
  • 1.21.7
  • 1.21.6

Curse Maven Snippet

Fabric

modImplementation "curse.maven:clickcrystals-946253:6888857"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Version: 1.3.5

Scripting:
  - on tick N
  - on sound (soundID)
  - on mouse_wheel_up
  - on mouse_wheel_down
  - on mouse_wheel
  - input mouse_wheel_up
  - input mouse_wheel_down
  - input mouse_wheel
  - if line_of_sight
  - if block ~ ~ ~ :lava_source
  - if block ~ ~ ~ :water_source
  - if holding :sword[sharpness,fire_aspect] # enchantments now possible
  - if flying

UI:
  - make paste script button work for keyword DEFINE not just DEF
  - remove annoying script print in chat for paste script button
  - interact and damage commands have range of 32 instead of 128

Modules:
  - add chamsOnDamage to TotemChams
  - add new fade animation to TotemChams # i-no-one
  - add new infinite-elytra-durability # i-no-one

Patches:
  - fixed SearchScreen background being dark while not playing in world # i-no-one
  - fixed comparator operators not evaluating negative numbers