promotional bannermobile promotional banner

MistTaczSkills

MistTaczSkills is a high-performance skill system addon mod specifically developed for the TACZ weapon mod. This mod allows players to install various powerful skills for TACZ weapons, activated through 17 different trigger conditions.

File Details

misttaczskills-1.0.4-hotfix.jar

  • R
  • Jul 22, 2025
  • 1.17 MB
  • 1.5K
  • 1.20.1
  • Forge

File Name

misttaczskills-1.0.4-hotfix.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:misttaczskills-1308459:6798317")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

🔧 v1.0.4-hotfix (Hotfix - Thread Safety Optimization) Current Version

  • 🔧 Thread Safety Fixes

  • ✅ Fixed all HashMap to ConcurrentHashMap to prevent concurrent conflicts
  • ✅ Fixed singleton pattern thread safety issues (double-checked locking)
  • ✅ Optimized NBT operation atomicity with weapon-grade locking mechanism
  • ✅ Removed dangerous Thread creation, switched to tick-based system
  • ✅ Fixed async operation safety in ChainLightningSkill
  • ✅ Cleaned up unused methods, resolved compilation warnings
  • ⚡ Multiplayer Game Stability

  • ✅ Ensured no crashes when multiple players trigger skills simultaneously
  • ✅ Prevented memory leaks, added resource cleanup mechanism
  • ✅ Unified stable operation in both server and single-player environments