Описание
# FastCrystal
FastCrystal is a Fabric mod that optimizes and speeds up End Crystals for Crystal PvP.
## Features
### < 2.1.0
FastCrystal removes all interact and attack cooldowns, makes the client no longer rely on the server to send the crystal removal packet, and duplicates attack and interact packets for crystals.
This results in:
* Faster crystal placement
* Instant crystal breaking
### >= 2.1.0
FastCrystal removes all interact and attack cooldowns for crystals and handles crystals entirely on the client.
This results in:
* Instant crystal placement
* Instant crystal breaking (2.1.3+)
* Instant explosion sounds and particles, making it feel like you have no ping while using crystals
## Server Opt-Out
Servers can send an opt-out packet to disable FastCrystal for all players.
Using FastCrystal on Fabric servers also disables it for all players.
For Paper/Spigot server implementations, see the [GitHub repository](https://github.com/MrBubles/FastCrystal).