promotional bannermobile promotional banner

Epic RPG: Class Artifacts

Adds RPG Artifact Sets with unique bonuses that grow as you equip more pieces

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

Forge

implementation fg.deobf("curse.maven:rpg-class-artifacts-1349632:8028627")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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.