File Details
class-artifacts-forge-2.1.0
- R
- May 2, 2026
- 527.43 KB
- 163
- 1.20.1
- Forge
File Name
class-artifacts-forge-2.1.0.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
v2.1.0 – Performance
- Optimized set equipment system: NBT caching in the capability and actual use of the dirty flag, reducing unnecessary serializations and synchronizations.
- Added per-player throttling for equipment sync (cooldown per tick), improving scalability on servers with many concurrent players.
- Rewritten item change detection for artifacts using lightweight keys instead of deep per-tick NBT comparisons.
- Reduced set condition re-evaluations through a small internal cooldown, lowering the per-tick cost of the artifact system.
- Ensured internal cache clearing on death/logout to prevent data buildup on long-running servers.

