Custom Cases

Add immersive Loot Cases to Minecraft - with CSGO-style animations, fully configurable via JSON files and easily insertable into any custom loot table.

File Details

CasesMod-forge-1.1.0-1.20.1.jar

  • B
  • Jun 13, 2026
  • 226.40 KB
  • 164
  • 1.20.1
  • Forge + 1

File Name

CasesMod-forge-1.1.0-1.20.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:customcases-1525450:8242366")

NeoForge

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

Learn more about Curse Maven

✨ CasesMod 1.1.0

🆕 Added

  • Added support for opening cases with XP as a payment method.
  • Added support for opening cases via a command.
  • Added support for opening cases using a specific item.
  • Added full support for vanilla-like NBT data, now handled at 100%.
  • Added compatibility with the TACZ mod.

🔫 TACZ Compatibility

  • Cases now properly recognize TACZ items and their associated NBT data.
  • Example config:
{
  "item": "tacz:modern_kinetic_gun",
  "min": 1,
  "max": 1,
  "chance": 80,
  "rarity": "legendary",
  "NBT": "GunId:'tacz:ak47'"
}

📝 Notes

  • This update expands the case-opening system with more flexible access methods and improved mod compatibility.