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-1.2.9.jar

  • R
  • Oct 5, 2024
  • 3.86 MB
  • 66.5K
  • 1.21.1+3
  • Fabric

File Name

ClickCrystals-1.21-1.2.9.jar

Supported Versions

  • 1.21-Snapshot
  • 1.21.1-Snapshot
  • 1.21.1
  • 1.21

Curse Maven Snippet

Fabric

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

Learn more about Curse Maven

Version: 1.2.9

Scripted With Packets:
- cancel_packet c2s <packetName>
- cancel_packet s2c <packetName>
- uncancel_packet c2s <packetName>
- uncancel_packet s2c <packetName>

Scripting:
- if hovering_over (ID)
- if dead # will need to remove the original check for entity selection loop
- switch **n
- if item_count #ID
- if item_count holding
- if item_count off_holding
- if item_durability #ID
- if item_durability holding
- if item_durability off_holding
- removed the need to specifically format >,<,>=,<=, etc.. without spaces. (>= 3 is now possible, you wont be required to use >=3 without spaces anymore)
- prevented adding insane amount of whitespaces in script strings

Add:
- command to toggle on or all for all modules
- add more animations to the configuration screens
- add module auto replenish
- add module death particles # i-no-one

Tweaks:
- merge roles owner and dev, give i-no-one and josh (if pr passes) dev broadcasts

Patches:
- fix online configs downtime
- fix online scripts
- fix possible bug with notification toast sound where it throws ConcurrentModificationException
- fix client side particles spawning # i-no-one
- fix reloading custom scripted modules resetting their keybinds