Apotheosis Bags
The author built this one for Minecraft 1.20.1 on Forge. On other versions it may install and then do nothing.
Gem lootbox pouches for Apotheosis. Right-click a pouch to get a random Apotheosis gem from its rarity tier. Four tiers plus configurable chest generation.
_Requires Apotheosis. The Artifact tier uses Apotheotic Additions.
You can also create a modpack with FTB Quests and use these bags as a reward for quests._

The four tiers
Each pouch rolls a rarity from its own weighted table, then a random gem from the Apotheosis registry that supports it. Gems are read at open time, so anything added by Apotheosis or its addons is eligible.
| Pouch | Possible rarities (weight) |
|---|---|
| Common Gem Pouch | Common (70), Uncommon (30) |
| Rare Gem Pouch | Rare (65), Epic (35) |
| Legendary Gem Pouch | Mythic (60), Ancient (40) |
| Artifact Gem Pouch | Artifact (55), Heirloom (35), Esoteric (10) |
Weights are relative: a rarity's odds = its weight / the sum of the pouch's weights.
Chest generation
Pouches can be injected into any chest loot table (vanilla and modded), with a chance and per-tier weights set in the config. No pouches generate if Apotheosis is missing.
Artifact safety rule: without Apotheotic Additions, the Artifact tier is excluded from generation, so players never find a pouch in a chest they can't open.
Config: config/apotheosis_bags-common.toml
["Loot"]
# If gem bags should be added to chests.
do_loot_generation = true
# Chance a bag appears in a chest (0.1 = 10%, 1.0 = always).
loot_chance = 0.1
["Bag Weights"]
# Which tier a bag is, once one spawns. Odds = weight / sum of weights.
# With defaults the sum is 100 -> reads as percentages. Weight 0 disables a tier.
weight_common = 60
weight_rare = 25
weight_legendary = 12
# Artifact only works with Apotheotic Additions; without it the others are divided by 97.
weight_artifact = 3
With the defaults a chest yields a pouch 10% of the time: common 6%, rare 2.5%, legendary 1.2%, artifact 0.3%. For comparison, Apotheosis itself drops a raw gem in ~25% of vanilla chests.
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.20.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on CurseForge — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as apotheosis_bags-1.0.0.jar — drop this file into the mods folder
- Download size: 28 KB
- Download link checked 14 Sept 2026 — working
These come from our own check of the pack file, not from the source page.