Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Tags
Creators
Details
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.


