{
  "format": "learndraftout-loot-reference-v1",
  "generated": "2026-07-14",
  "minecraftVersion": "26.1",
  "draftoutVersion": "1.12.1",
  "meta": {
    "chanceScale": "0-1",
    "goalReference": "draftout-goals-1.12.1.json",
    "methodology": [
      "Exact loot-table probabilities use inclusive integer roll ranges from Minecraft 26.1.",
      "Fixed-layout percentages are limited to structures with a verified container count.",
      "Variable structures use per-container, per-unlock, or explicitly named route units.",
      "Composite records include conversions that materially change whether a Draftout goal is reachable."
    ],
    "structureCount": 13,
    "recordCount": 65,
    "flashcardCount": 20
  },
  "structures": [
    {
      "id": "desert-pyramid",
      "label": "Desert Pyramid",
      "dimension": "Overworld",
      "summary": "Four fixed treasure chests, nine trap TNT, and six to eight archaeology rolls create unusually useful goal composites."
    },
    {
      "id": "jungle-temple",
      "label": "Jungle Temple",
      "dimension": "Overworld",
      "summary": "Two chests, two arrow dispensers, and harvestable redstone components make this a fixed-layout calculation."
    },
    {
      "id": "shipwreck",
      "label": "Shipwreck",
      "dimension": "Overworld",
      "summary": "Supply, treasure, and map chests have different goal roles; whole-wreck totals depend on the generated template."
    },
    {
      "id": "ruined-portal",
      "label": "Ruined Portal",
      "dimension": "Overworld",
      "summary": "A single chest can contribute golden equipment, apples, a clock, and the high-probability Lodestone goal."
    },
    {
      "id": "bastion",
      "label": "Bastion Remnant",
      "dimension": "Nether",
      "summary": "Chest-table odds must be paired with a named bastion route because physical chest counts vary by piece and variant."
    },
    {
      "id": "trial-chamber",
      "label": "Trial Chamber",
      "dimension": "Overworld",
      "summary": "Regular and ominous vault unlocks, supply chests, and intersections each answer different Draftout questions."
    },
    {
      "id": "ancient-city",
      "label": "Ancient City",
      "dimension": "Overworld",
      "summary": "Per-chest odds emphasize enchanted apples, discs, XP bottles, and bone conversion rather than generic treasure."
    },
    {
      "id": "mineshaft",
      "label": "Abandoned Mineshaft",
      "dimension": "Overworld",
      "summary": "Use per-chest-minecart odds; a whole mineshaft has no fixed container count."
    },
    {
      "id": "stronghold",
      "label": "Stronghold",
      "dimension": "Overworld",
      "summary": "Corridor loot is useful for pearls and discs, but whole-structure odds need realized room counts."
    },
    {
      "id": "village",
      "label": "Village",
      "dimension": "Overworld",
      "summary": "Results are labeled by building chest because village composition varies by biome and generated house set."
    },
    {
      "id": "ocean-ruins",
      "label": "Ocean Ruins",
      "dimension": "Overworld",
      "summary": "Ruin chests can lead to buried treasure, while archaeology chances are per suspicious block."
    },
    {
      "id": "buried-treasure",
      "label": "Buried Treasure",
      "dimension": "Overworld",
      "summary": "A single fixed chest guarantees Heart of the Sea and often supplies TNT or enough emeralds for a block."
    },
    {
      "id": "woodland-mansion",
      "label": "Woodland Mansion",
      "dimension": "Overworld",
      "summary": "Variable chest counts favor per-container facts and a powerful reversible nine-clump resin conversion."
    }
  ],
  "records": [
    {
      "id": "desert-poison-eye",
      "structureId": "desert-pyramid",
      "variant": "Four chests",
      "question": "What is the chance an intact pyramid supplies Poison through spider eyes?",
      "result": "71.7863%",
      "chance": 0.717863101620089,
      "scope": "fixed-layout",
      "repeatable": false,
      "unit": "intact pyramid",
      "summary": "At least one spider-eye stack appears across the four chests; eating one applies Poison with certainty.",
      "math": "1 - [((222/247)^2 + (222/247)^3 + (222/247)^4) / 3]^4",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/desert_pyramid.json",
        "Minecraft 26.1 source: server/net/minecraft/world/level/levelgen/structure/structures/DesertPyramidPiece.java",
        "Minecraft 26.1 source: server/net/minecraft/world/item/component/Consumables.java"
      ],
      "tags": [
        "poison",
        "status-effect",
        "headline"
      ],
      "featured": true,
      "goals": [
        {
          "id": "GET_POISON_STATUS_EFFECT",
          "slug": "get-poison-status-effect",
          "title": "Get Poison"
        }
      ]
    },
    {
      "id": "desert-enchanted-apple",
      "structureId": "desert-pyramid",
      "variant": "Four chests",
      "question": "What is the chance of an enchanted golden apple?",
      "result": "9.2874%",
      "chance": 0.092873512,
      "scope": "fixed-layout",
      "repeatable": false,
      "unit": "intact pyramid",
      "summary": "One enchanted golden apple immediately supplies four simultaneous effects and Absorption.",
      "math": "Four independent chest tables with enchanted golden apple weight 2 in the 247-weight main pool.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/desert_pyramid.json",
        "Minecraft 26.1 source: server/net/minecraft/world/level/levelgen/structure/structures/DesertPyramidPiece.java",
        "Minecraft 26.1 source: server/net/minecraft/world/item/component/Consumables.java"
      ],
      "tags": [
        "apple",
        "status-effect"
      ],
      "featured": true,
      "goals": [
        {
          "id": "GET_ABSORPTION_STATUS_EFFECT",
          "slug": "get-absorption-status-effect",
          "title": "Get Absorption"
        },
        {
          "id": "GET_3_STATUS_EFFECTS_AT_ONCE",
          "slug": "get-3-status-effects-at-once",
          "title": "Get 3 Status Effects at once"
        },
        {
          "id": "GET_4_STATUS_EFFECTS_AT_ONCE",
          "slug": "get-4-status-effects-at-once",
          "title": "Get 4 Status Effects at once"
        }
      ]
    },
    {
      "id": "desert-any-apple",
      "structureId": "desert-pyramid",
      "variant": "Four chests",
      "question": "What is the chance of any Absorption apple?",
      "result": "66.9735%",
      "chance": 0.66973506,
      "scope": "fixed-layout",
      "repeatable": false,
      "unit": "intact pyramid",
      "summary": "Either golden-apple entry supplies Absorption after eating.",
      "math": "Complement of no golden or enchanted golden apple across all four chests.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/desert_pyramid.json",
        "Minecraft 26.1 source: server/net/minecraft/world/level/levelgen/structure/structures/DesertPyramidPiece.java",
        "Minecraft 26.1 source: server/net/minecraft/world/item/component/Consumables.java"
      ],
      "tags": [
        "apple",
        "absorption"
      ],
      "featured": false,
      "goals": [
        {
          "id": "GET_ABSORPTION_STATUS_EFFECT",
          "slug": "get-absorption-status-effect",
          "title": "Get Absorption"
        }
      ]
    },
    {
      "id": "desert-bone-block",
      "structureId": "desert-pyramid",
      "variant": "Four chests",
      "question": "What is the chance of enough bones for a Bone Block?",
      "result": "98.3186%",
      "chance": 0.983186466,
      "scope": "fixed-layout",
      "repeatable": false,
      "unit": "intact pyramid",
      "summary": "Only three bones are needed: they craft into nine bone meal, then one Bone Block.",
      "math": "Exact convolution of both bone-producing pools across four chests; threshold = 3 bones.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/desert_pyramid.json",
        "Minecraft 26.1 source: server/net/minecraft/world/level/levelgen/structure/structures/DesertPyramidPiece.java"
      ],
      "tags": [
        "conversion",
        "bones"
      ],
      "featured": true,
      "goals": [
        {
          "id": "OBTAIN_BONE_BLOCK",
          "slug": "obtain-bone-block",
          "title": "Obtain Bone Block"
        }
      ]
    },
    {
      "id": "desert-three-horse-armors",
      "structureId": "desert-pyramid",
      "variant": "Four chests",
      "question": "What is the chance of three distinct accepted horse-armour types?",
      "result": "17.3970%",
      "chance": 0.173970288,
      "scope": "fixed-layout",
      "repeatable": false,
      "unit": "intact pyramid",
      "summary": "Copper, iron, gold, and diamond horse armour all count toward the Draftout set goal.",
      "math": "Coupon-state convolution across all main-pool rolls in four chests.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/desert_pyramid.json",
        "Minecraft 26.1 source: server/net/minecraft/world/level/levelgen/structure/structures/DesertPyramidPiece.java"
      ],
      "tags": [
        "set",
        "horse-armor"
      ],
      "featured": false,
      "goals": [
        {
          "id": "OBTAIN_3_HORSE_ARMORS",
          "slug": "obtain-3-horse-armors",
          "title": "Obtain 3 types of Horse Armor"
        }
      ]
    },
    {
      "id": "desert-fixed-tnt",
      "structureId": "desert-pyramid",
      "variant": "Trap chamber",
      "question": "How much TNT does an intact pyramid guarantee?",
      "result": "9 TNT",
      "chance": 1,
      "scope": "fixed-layout",
      "repeatable": false,
      "unit": "intact pyramid",
      "summary": "The pressure-plate trap contains a fixed 3×3 TNT floor.",
      "math": "Fixed structure blocks; no loot roll.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display.",
        "The trap chamber has not already exploded."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/desert_pyramid.json",
        "Minecraft 26.1 source: server/net/minecraft/world/level/levelgen/structure/structures/DesertPyramidPiece.java"
      ],
      "tags": [
        "guaranteed",
        "tnt"
      ],
      "featured": true,
      "goals": [
        {
          "id": "OBTAIN_TNT",
          "slug": "obtain-tnt",
          "title": "Obtain TNT"
        }
      ]
    },
    {
      "id": "desert-sherd",
      "structureId": "desert-pyramid",
      "variant": "Archaeology",
      "question": "What is the modeled chance of at least one pottery sherd?",
      "result": "99.0885%",
      "chance": 0.990885,
      "scope": "modeled",
      "repeatable": true,
      "unit": "intact pyramid",
      "summary": "The structure places six to eight suspicious sand and each archaeology roll is 50% sherd.",
      "math": "Average of 1 - 0.5^n for n = 6, 7, 8 = 761/768.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display.",
        "Position-derived archaeology loot is modeled as independent for this aggregate."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/archaeology/desert_pyramid.json",
        "Minecraft 26.1 source: server/net/minecraft/world/level/levelgen/structure/structures/DesertPyramidStructure.java"
      ],
      "tags": [
        "archaeology",
        "sherd"
      ],
      "featured": true,
      "goals": [
        {
          "id": "OBTAIN_POTTERY_SHERD",
          "slug": "obtain-pottery-sherd",
          "title": "Obtain Pottery Sherd"
        }
      ]
    },
    {
      "id": "desert-brush-access",
      "structureId": "desert-pyramid",
      "variant": "Archaeology",
      "question": "Does an intact pyramid guarantee a brushable suspicious block?",
      "result": "Yes — 6 to 8",
      "chance": 1,
      "scope": "fixed-layout",
      "repeatable": false,
      "unit": "intact pyramid",
      "summary": "The generated suspicious sand directly supplies the brush-interaction goal opportunity.",
      "math": "Five to seven selected cellar positions plus one collapsed-roof position.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/archaeology/desert_pyramid.json",
        "Minecraft 26.1 source: server/net/minecraft/world/level/levelgen/structure/structures/DesertPyramidStructure.java"
      ],
      "tags": [
        "archaeology",
        "guaranteed"
      ],
      "featured": false,
      "goals": [
        {
          "id": "USE_BRUSH_ON_SUSPICIOUS_BLOCK",
          "slug": "use-brush-on-suspicious-block",
          "title": "Use Brush on Suspicious Sand/Gravel"
        }
      ]
    },
    {
      "id": "jungle-bone-block",
      "structureId": "jungle-temple",
      "variant": "Two chests",
      "question": "What is the chance of enough bones for a Bone Block?",
      "result": "85.1689%",
      "chance": 0.851688625,
      "scope": "fixed-layout",
      "repeatable": false,
      "unit": "intact temple",
      "summary": "Two temple chests jointly reach the three-bone conversion threshold most of the time.",
      "math": "Exact two-chest convolution; threshold = 3 bones.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/jungle_temple.json",
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/jungle_temple_dispenser.json",
        "Minecraft 26.1 source: server/net/minecraft/world/level/levelgen/structure/structures/JungleTemplePiece.java"
      ],
      "tags": [
        "bones",
        "conversion"
      ],
      "featured": true,
      "goals": [
        {
          "id": "OBTAIN_BONE_BLOCK",
          "slug": "obtain-bone-block",
          "title": "Obtain Bone Block"
        }
      ]
    },
    {
      "id": "jungle-scaffolding-bamboo",
      "structureId": "jungle-temple",
      "variant": "Two chests",
      "question": "What is the chance of at least six bamboo for Scaffolding?",
      "result": "13.3133%",
      "chance": 0.133132869,
      "scope": "fixed-layout",
      "repeatable": false,
      "unit": "intact temple",
      "summary": "Six bamboo plus string unlocks the Scaffolding goal route.",
      "math": "Exact sum of bamboo stacks across both chests; threshold = 6.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/jungle_temple.json",
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/jungle_temple_dispenser.json",
        "Minecraft 26.1 source: server/net/minecraft/world/level/levelgen/structure/structures/JungleTemplePiece.java"
      ],
      "tags": [
        "bamboo",
        "crafting"
      ],
      "featured": false,
      "goals": [
        {
          "id": "OBTAIN_SCAFFOLDING",
          "slug": "obtain-scaffolding",
          "title": "Obtain Scaffolding"
        }
      ]
    },
    {
      "id": "jungle-three-horse-armors",
      "structureId": "jungle-temple",
      "variant": "Two chests",
      "question": "What is the chance of three distinct accepted horse armors?",
      "result": "0.2023%",
      "chance": 0.002022871,
      "scope": "fixed-layout",
      "repeatable": false,
      "unit": "intact temple",
      "summary": "The two-chest route can high-roll three unique metal horse armors, but it is very rare.",
      "math": "Coupon-state convolution across both chest tables.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/jungle_temple.json",
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/jungle_temple_dispenser.json",
        "Minecraft 26.1 source: server/net/minecraft/world/level/levelgen/structure/structures/JungleTemplePiece.java"
      ],
      "tags": [
        "set",
        "horse-armor"
      ],
      "featured": false,
      "goals": [
        {
          "id": "OBTAIN_3_HORSE_ARMORS",
          "slug": "obtain-3-horse-armors",
          "title": "Obtain 3 types of Horse Armor"
        }
      ]
    },
    {
      "id": "jungle-arrow-cap",
      "structureId": "jungle-temple",
      "variant": "Two trap dispensers",
      "question": "Can both traps complete Obtain 32 Arrows?",
      "result": "No — maximum 28",
      "chance": 0,
      "scope": "fixed-layout",
      "repeatable": false,
      "unit": "intact temple",
      "summary": "The two dispensers contain 4–28 arrows total, averaging 13.5.",
      "math": "2 dispensers × 1–2 rolls × 2–7 arrows; maximum 2×2×7 = 28.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/jungle_temple.json",
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/jungle_temple_dispenser.json",
        "Minecraft 26.1 source: server/net/minecraft/world/level/levelgen/structure/structures/JungleTemplePiece.java"
      ],
      "tags": [
        "arrows",
        "impossible"
      ],
      "featured": true,
      "goals": [
        {
          "id": "OBTAIN_32_ARROWS",
          "slug": "obtain-32-arrows",
          "title": "Obtain 32 Arrows"
        },
        {
          "id": "OBTAIN_64_ARROWS",
          "slug": "obtain-64-arrows",
          "title": "Obtain 64 Arrows"
        }
      ]
    },
    {
      "id": "jungle-redstone-blocks",
      "structureId": "jungle-temple",
      "variant": "Fixed mechanism",
      "question": "Which Draftout obtain goals are guaranteed by mining the mechanism?",
      "result": "Repeater and Dispenser",
      "chance": 1,
      "scope": "fixed-layout",
      "repeatable": false,
      "unit": "intact temple",
      "summary": "The structure places a repeater and two dispensers as fixed blocks.",
      "math": "Fixed structure placement; no loot roll.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/jungle_temple.json",
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/jungle_temple_dispenser.json",
        "Minecraft 26.1 source: server/net/minecraft/world/level/levelgen/structure/structures/JungleTemplePiece.java"
      ],
      "tags": [
        "guaranteed",
        "redstone"
      ],
      "featured": true,
      "goals": [
        {
          "id": "OBTAIN_REDSTONE_REPEATER",
          "slug": "obtain-redstone-repeater",
          "title": "Obtain Redstone Repeater"
        },
        {
          "id": "OBTAIN_DISPENSER",
          "slug": "obtain-dispenser",
          "title": "Obtain Dispenser"
        }
      ]
    },
    {
      "id": "ship-stew",
      "structureId": "shipwreck",
      "variant": "Supply chest",
      "question": "What is the chance of Suspicious Stew?",
      "result": "54.2544%",
      "chance": 0.542543729,
      "scope": "per-container",
      "repeatable": true,
      "unit": "supply chest",
      "summary": "Finding and eating the stew directly completes the stew goal.",
      "math": "Exact 3–10-roll supply-pool calculation.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/shipwreck_supply.json",
        "Minecraft 26.1 source: server/net/minecraft/world/level/storage/loot/functions/SetStewEffectFunction.java"
      ],
      "tags": [
        "food",
        "stew"
      ],
      "featured": true,
      "goals": [
        {
          "id": "EAT_SUSPICIOUS_STEW",
          "slug": "eat-suspicious-stew",
          "title": "Eat Suspicious Stew"
        }
      ]
    },
    {
      "id": "ship-poison-potato",
      "structureId": "shipwreck",
      "variant": "Supply chest",
      "question": "What is the chance of a poisonous-potato stack?",
      "result": "42.0611%",
      "chance": 0.420610901,
      "scope": "per-container",
      "repeatable": true,
      "unit": "supply chest",
      "summary": "Any rolled stack directly enables the poisonous-potato consumption goal.",
      "math": "Exact 3–10-roll supply-pool calculation.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/shipwreck_supply.json",
        "Minecraft 26.1 source: server/net/minecraft/world/level/storage/loot/functions/SetStewEffectFunction.java"
      ],
      "tags": [
        "food",
        "poison"
      ],
      "featured": false,
      "goals": [
        {
          "id": "EAT_POISONOUS_POTATO",
          "slug": "eat-poisonous-potato",
          "title": "Eat a Poisonous Potato"
        }
      ]
    },
    {
      "id": "ship-eventual-poison",
      "structureId": "shipwreck",
      "variant": "Supply chest",
      "question": "What is the chance the chest can produce Poison by eating every potato and stew?",
      "result": "47.6793%",
      "chance": 0.476793435,
      "scope": "per-container",
      "repeatable": true,
      "unit": "supply chest",
      "summary": "This combines every poisonous-potato proc and every stew effect instead of reporting only item presence.",
      "math": "Complement of every available potato failing its 60% proc and every stew rolling a non-Poison effect.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display.",
        "The player has enough hunger to consume every rolled potato."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/shipwreck_supply.json",
        "Minecraft 26.1 source: server/net/minecraft/world/level/storage/loot/functions/SetStewEffectFunction.java",
        "Minecraft 26.1 source: server/net/minecraft/world/item/component/Consumables.java"
      ],
      "tags": [
        "composite",
        "poison"
      ],
      "featured": true,
      "goals": [
        {
          "id": "GET_POISON_STATUS_EFFECT",
          "slug": "get-poison-status-effect",
          "title": "Get Poison"
        },
        {
          "id": "EAT_POISONOUS_POTATO",
          "slug": "eat-poisonous-potato",
          "title": "Eat a Poisonous Potato"
        },
        {
          "id": "EAT_SUSPICIOUS_STEW",
          "slug": "eat-suspicious-stew",
          "title": "Eat Suspicious Stew"
        }
      ]
    },
    {
      "id": "ship-specified-stew-effect",
      "structureId": "shipwreck",
      "variant": "Supply chest",
      "question": "What is the chance of a specified named stew effect such as Poison, Weakness, or Jump Boost?",
      "result": "12.1211%",
      "chance": 0.121211326,
      "scope": "per-container",
      "repeatable": true,
      "unit": "supply chest",
      "summary": "Each found stew chooses uniformly from six effects; three map directly to named Draftout effect goals.",
      "math": "Exact chest presence and one-of-six stew-effect selection calculation for one specified effect.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/shipwreck_supply.json",
        "Minecraft 26.1 source: server/net/minecraft/world/level/storage/loot/functions/SetStewEffectFunction.java"
      ],
      "tags": [
        "stew",
        "status-effect"
      ],
      "featured": false,
      "goals": [
        {
          "id": "GET_POISON_STATUS_EFFECT",
          "slug": "get-poison-status-effect",
          "title": "Get Poison"
        },
        {
          "id": "GET_WEAKNESS_STATUS_EFFECT",
          "slug": "get-weakness-status-effect",
          "title": "Get Weakness"
        },
        {
          "id": "GET_JUMP_BOOST_STATUS_EFFECT",
          "slug": "get-jump-boost-status-effect",
          "title": "Get Jump Boost"
        }
      ]
    },
    {
      "id": "ship-full-leather",
      "structureId": "shipwreck",
      "variant": "Supply chest",
      "question": "What is the chance of all four leather armor pieces directly?",
      "result": "0.1571%",
      "chance": 0.001571007,
      "scope": "per-container",
      "repeatable": false,
      "unit": "supply chest",
      "summary": "Every rolled leather piece is enchanted, so the full set completes both leather and full-enchanted armor goals.",
      "math": "Coupon-state calculation for helmet, chestplate, leggings, and boots across 3–10 rolls.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/shipwreck_supply.json",
        "Minecraft 26.1 source: server/net/minecraft/world/level/storage/loot/functions/SetStewEffectFunction.java"
      ],
      "tags": [
        "armor",
        "composite"
      ],
      "featured": true,
      "goals": [
        {
          "id": "WEAR_LEATHER_ARMOR",
          "slug": "wear-leather-armor",
          "title": "Wear Full Leather Armor"
        },
        {
          "id": "WEAR_FULL_ENCHANTED_ARMOR",
          "slug": "wear-full-enchanted-armor",
          "title": "Wear Full Enchanted Armor"
        }
      ]
    },
    {
      "id": "ship-five-foods",
      "structureId": "shipwreck",
      "variant": "Supply chest",
      "question": "What is the chance of all five edible loot types?",
      "result": "1.0781%",
      "chance": 0.010781338,
      "scope": "per-container",
      "repeatable": false,
      "unit": "supply chest",
      "summary": "Potato, poisonous potato, carrot, suspicious stew, and rotten flesh can complete Eat 5 Unique Food.",
      "math": "Five-item coupon-state calculation across the supply chest rolls.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/shipwreck_supply.json",
        "Minecraft 26.1 source: server/net/minecraft/world/level/storage/loot/functions/SetStewEffectFunction.java"
      ],
      "tags": [
        "food",
        "set"
      ],
      "featured": false,
      "goals": [
        {
          "id": "EAT_5_UNIQUE_FOOD",
          "slug": "eat-5-unique-food",
          "title": "Eat 5 Unique Food"
        }
      ]
    },
    {
      "id": "ship-tnt",
      "structureId": "shipwreck",
      "variant": "Supply chest",
      "question": "What is the chance of TNT?",
      "result": "7.4544%",
      "chance": 0.074544074,
      "scope": "per-container",
      "repeatable": true,
      "unit": "supply chest",
      "summary": "One supply chest can directly complete Obtain TNT.",
      "math": "Exact supply-chest pool calculation.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/shipwreck_supply.json",
        "Minecraft 26.1 source: server/net/minecraft/world/level/storage/loot/functions/SetStewEffectFunction.java"
      ],
      "tags": [
        "tnt"
      ],
      "featured": false,
      "goals": [
        {
          "id": "OBTAIN_TNT",
          "slug": "obtain-tnt",
          "title": "Obtain TNT"
        }
      ]
    },
    {
      "id": "ship-xp-bottle",
      "structureId": "shipwreck",
      "variant": "Treasure chest",
      "question": "What is the chance of an Experience Bottle?",
      "result": "14.0873%",
      "chance": 0.14087322,
      "scope": "per-container",
      "repeatable": true,
      "unit": "treasure chest",
      "summary": "The treasure chest can directly complete the Experience Bottle goal.",
      "math": "Exact treasure-chest pool calculation.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/shipwreck_treasure.json"
      ],
      "tags": [
        "xp",
        "bottle"
      ],
      "featured": false,
      "goals": [
        {
          "id": "OBTAIN_ENCHANT_BOTTLE",
          "slug": "obtain-enchant-bottle",
          "title": "Obtain Experience Bottle"
        }
      ]
    },
    {
      "id": "ship-clock",
      "structureId": "shipwreck",
      "variant": "Map chest",
      "question": "What is the chance of a Clock?",
      "result": "7.6888%",
      "chance": 0.07688803,
      "scope": "per-container",
      "repeatable": true,
      "unit": "map chest",
      "summary": "The map chest can directly complete Obtain Clock.",
      "math": "Exact map-chest pool calculation.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/shipwreck_map.json"
      ],
      "tags": [
        "clock"
      ],
      "featured": false,
      "goals": [
        {
          "id": "OBTAIN_CLOCK",
          "slug": "obtain-clock",
          "title": "Obtain Clock"
        }
      ]
    },
    {
      "id": "portal-lodestone",
      "structureId": "ruined-portal",
      "variant": "Chest",
      "question": "What is the chance of a Lodestone?",
      "result": "66.6667%",
      "chance": 0.666666667,
      "scope": "per-container",
      "repeatable": true,
      "unit": "ruined-portal chest",
      "summary": "Lodestone is the standout direct Draftout goal in this chest.",
      "math": "Exact ruined-portal chest calculation.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/ruined_portal.json"
      ],
      "tags": [
        "lodestone"
      ],
      "featured": true,
      "goals": [
        {
          "id": "OBTAIN_LODESTONE",
          "slug": "obtain-lodestone",
          "title": "Obtain Lodestone"
        }
      ]
    },
    {
      "id": "portal-any-apple",
      "structureId": "ruined-portal",
      "variant": "Chest",
      "question": "What is the chance of any Absorption apple?",
      "result": "21.6908%",
      "chance": 0.216908255,
      "scope": "per-container",
      "repeatable": true,
      "unit": "ruined-portal chest",
      "summary": "Golden and enchanted golden apples both supply Absorption.",
      "math": "Combined probability of either apple entry.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/ruined_portal.json",
        "Minecraft 26.1 source: server/net/minecraft/world/item/component/Consumables.java"
      ],
      "tags": [
        "apple",
        "absorption"
      ],
      "featured": false,
      "goals": [
        {
          "id": "GET_ABSORPTION_STATUS_EFFECT",
          "slug": "get-absorption-status-effect",
          "title": "Get Absorption"
        }
      ]
    },
    {
      "id": "portal-enchanted-apple",
      "structureId": "ruined-portal",
      "variant": "Chest",
      "question": "What is the chance of an enchanted golden apple?",
      "result": "1.4975%",
      "chance": 0.014974765,
      "scope": "per-container",
      "repeatable": true,
      "unit": "ruined-portal chest",
      "summary": "The enchanted apple supplies four simultaneous status effects.",
      "math": "Exact ruined-portal chest calculation.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/ruined_portal.json",
        "Minecraft 26.1 source: server/net/minecraft/world/item/component/Consumables.java"
      ],
      "tags": [
        "apple",
        "status-effect"
      ],
      "featured": false,
      "goals": [
        {
          "id": "GET_3_STATUS_EFFECTS_AT_ONCE",
          "slug": "get-3-status-effects-at-once",
          "title": "Get 3 Status Effects at once"
        },
        {
          "id": "GET_4_STATUS_EFFECTS_AT_ONCE",
          "slug": "get-4-status-effects-at-once",
          "title": "Get 4 Status Effects at once"
        },
        {
          "id": "GET_ABSORPTION_STATUS_EFFECT",
          "slug": "get-absorption-status-effect",
          "title": "Get Absorption"
        }
      ]
    },
    {
      "id": "portal-clock",
      "structureId": "ruined-portal",
      "variant": "Chest",
      "question": "What is the chance of a Clock?",
      "result": "7.2901%",
      "chance": 0.072900641,
      "scope": "per-container",
      "repeatable": true,
      "unit": "ruined-portal chest",
      "summary": "A direct clock roll completes the item goal without four gold and redstone.",
      "math": "Exact ruined-portal chest calculation.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/ruined_portal.json"
      ],
      "tags": [
        "clock"
      ],
      "featured": false,
      "goals": [
        {
          "id": "OBTAIN_CLOCK",
          "slug": "obtain-clock",
          "title": "Obtain Clock"
        }
      ]
    },
    {
      "id": "portal-full-gold-armor",
      "structureId": "ruined-portal",
      "variant": "Chest",
      "question": "What is the chance of all four golden armor pieces directly?",
      "result": "0.0944%",
      "chance": 0.000944235,
      "scope": "per-container",
      "repeatable": false,
      "unit": "ruined-portal chest",
      "summary": "Every rolled golden armor piece is enchanted, so the rare full set also satisfies Full Enchanted Armor.",
      "math": "Coupon-state calculation across the chest rolls.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/ruined_portal.json"
      ],
      "tags": [
        "armor",
        "composite"
      ],
      "featured": false,
      "goals": [
        {
          "id": "WEAR_GOLDEN_ARMOR",
          "slug": "wear-golden-armor",
          "title": "Wear Full Golden Armor"
        },
        {
          "id": "WEAR_FULL_ENCHANTED_ARMOR",
          "slug": "wear-full-enchanted-armor",
          "title": "Wear Full Enchanted Armor"
        }
      ]
    },
    {
      "id": "bastion-treasure-debris",
      "structureId": "bastion",
      "variant": "Treasure chest half",
      "question": "What is the chance of Ancient Debris?",
      "result": "33.0078%",
      "chance": 0.330078125,
      "scope": "per-container",
      "repeatable": true,
      "unit": "treasure chest half",
      "summary": "One debris roll completes Ancient Debris and can later be smelted for Netherite Scrap.",
      "math": "Exact bastion_treasure table calculation.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/bastion_treasure.json"
      ],
      "tags": [
        "netherite",
        "debris"
      ],
      "featured": true,
      "goals": [
        {
          "id": "OBTAIN_ANCIENT_DEBRIS",
          "slug": "obtain-ancient-debris",
          "title": "Obtain Ancient Debris"
        },
        {
          "id": "OBTAIN_NETHERITE_SCRAP",
          "slug": "obtain-netherite-scrap",
          "title": "Obtain Netherite Scrap"
        }
      ]
    },
    {
      "id": "bastion-treasure-netherite-path",
      "structureId": "bastion",
      "variant": "Treasure chest half",
      "question": "What is the chance of either Ancient Debris or direct Netherite Scrap?",
      "result": "48.1112%",
      "chance": 0.481112199,
      "scope": "per-container",
      "repeatable": true,
      "unit": "treasure chest half",
      "summary": "This is the broad chance of immediately advancing at least one of the two netherite obtain goals.",
      "math": "Union of debris and direct-scrap outcomes.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/bastion_treasure.json"
      ],
      "tags": [
        "netherite",
        "union"
      ],
      "featured": false,
      "goals": [
        {
          "id": "OBTAIN_ANCIENT_DEBRIS",
          "slug": "obtain-ancient-debris",
          "title": "Obtain Ancient Debris"
        },
        {
          "id": "OBTAIN_NETHERITE_SCRAP",
          "slug": "obtain-netherite-scrap",
          "title": "Obtain Netherite Scrap"
        }
      ]
    },
    {
      "id": "bastion-center-debris",
      "structureId": "bastion",
      "variant": "Treasure center group",
      "question": "What is the average chance of any debris in the center group?",
      "result": "38.5360%",
      "chance": 0.385359764,
      "scope": "route-composite",
      "repeatable": false,
      "unit": "generated center group",
      "summary": "The four equal-weight center variants contain one, two, one, and one treasure chest blocks.",
      "math": "Average of the four variant-specific complements using p = 0.330078125 per chest half.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display.",
        "Only the named center-group chest blocks are counted."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/bastion_treasure.json",
        "Minecraft 26.1 source: server/data/minecraft/worldgen/template_pool/bastion/treasure/bases/centers.json",
        "Minecraft 26.1 source: client.jar data/minecraft/structure/bastion/treasure/bases/centers/center_0.nbt through center_3.nbt"
      ],
      "tags": [
        "bastion-route",
        "debris"
      ],
      "featured": true,
      "goals": [
        {
          "id": "OBTAIN_ANCIENT_DEBRIS",
          "slug": "obtain-ancient-debris",
          "title": "Obtain Ancient Debris"
        },
        {
          "id": "OBTAIN_NETHERITE_SCRAP",
          "slug": "obtain-netherite-scrap",
          "title": "Obtain Netherite Scrap"
        }
      ]
    },
    {
      "id": "bastion-center-rampart-debris",
      "structureId": "bastion",
      "variant": "Center + four rampart halves",
      "question": "What is the chance of Ancient Debris on this named treasure route?",
      "result": "65.5631%",
      "chance": 0.655631149,
      "scope": "route-composite",
      "repeatable": false,
      "unit": "named treasure route",
      "summary": "This combines the center group with four common bastion_other rampart chest halves.",
      "math": "Complement of no debris across the variant-weighted center and four other-table halves.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display.",
        "Additional layout-dependent chests are excluded."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/bastion_treasure.json",
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/bastion_other.json",
        "Minecraft 26.1 source: server/data/minecraft/worldgen/template_pool/bastion/treasure/bases/centers.json",
        "Minecraft 26.1 source: client.jar data/minecraft/structure/bastion/treasure/bases/centers/center_0.nbt through center_3.nbt"
      ],
      "tags": [
        "bastion-route",
        "debris"
      ],
      "featured": true,
      "goals": [
        {
          "id": "OBTAIN_ANCIENT_DEBRIS",
          "slug": "obtain-ancient-debris",
          "title": "Obtain Ancient Debris"
        },
        {
          "id": "OBTAIN_NETHERITE_SCRAP",
          "slug": "obtain-netherite-scrap",
          "title": "Obtain Netherite Scrap"
        }
      ]
    },
    {
      "id": "bastion-center-rampart-netherite",
      "structureId": "bastion",
      "variant": "Center + four rampart halves",
      "question": "What is the chance of debris or direct scrap on this named route?",
      "result": "79.3390%",
      "chance": 0.793390492,
      "scope": "route-composite",
      "repeatable": false,
      "unit": "named treasure route",
      "summary": "Nearly four in five named routes advance at least one netherite obtain goal.",
      "math": "Union-complement across center treasure halves and four other-table halves.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display.",
        "Additional layout-dependent chests are excluded."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/bastion_treasure.json",
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/bastion_other.json",
        "Minecraft 26.1 source: server/data/minecraft/worldgen/template_pool/bastion/treasure/bases/centers.json",
        "Minecraft 26.1 source: client.jar data/minecraft/structure/bastion/treasure/bases/centers/center_0.nbt through center_3.nbt"
      ],
      "tags": [
        "bastion-route",
        "netherite"
      ],
      "featured": true,
      "goals": [
        {
          "id": "OBTAIN_ANCIENT_DEBRIS",
          "slug": "obtain-ancient-debris",
          "title": "Obtain Ancient Debris"
        },
        {
          "id": "OBTAIN_NETHERITE_SCRAP",
          "slug": "obtain-netherite-scrap",
          "title": "Obtain Netherite Scrap"
        }
      ]
    },
    {
      "id": "bastion-other-bone-block",
      "structureId": "bastion",
      "variant": "Other chest half",
      "question": "What is the chance of a direct Bone Block?",
      "result": "24.3724%",
      "chance": 0.243723959,
      "scope": "per-container",
      "repeatable": true,
      "unit": "bastion_other chest half",
      "summary": "Unlike bone conversion routes, this entry directly completes Obtain Bone Block.",
      "math": "Exact bastion_other table calculation.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/bastion_other.json"
      ],
      "tags": [
        "bone-block"
      ],
      "featured": false,
      "goals": [
        {
          "id": "OBTAIN_BONE_BLOCK",
          "slug": "obtain-bone-block",
          "title": "Obtain Bone Block"
        }
      ]
    },
    {
      "id": "bastion-bridge-lodestone",
      "structureId": "bastion",
      "variant": "Bridge chest",
      "question": "Does the bridge chest guarantee a Lodestone?",
      "result": "Yes",
      "chance": 1,
      "scope": "per-container",
      "repeatable": true,
      "unit": "bridge chest",
      "summary": "The Bastion bridge loot table always includes its Lodestone roll.",
      "math": "Guaranteed loot-pool entry.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/bastion_bridge.json"
      ],
      "tags": [
        "lodestone",
        "guaranteed"
      ],
      "featured": true,
      "goals": [
        {
          "id": "OBTAIN_LODESTONE",
          "slug": "obtain-lodestone",
          "title": "Obtain Lodestone"
        }
      ]
    },
    {
      "id": "trial-intersection-emerald-block",
      "structureId": "trial-chamber",
      "variant": "Intersection chest",
      "question": "What is the chance of a direct Emerald Block?",
      "result": "11.1838%",
      "chance": 0.111837637,
      "scope": "per-container",
      "repeatable": true,
      "unit": "intersection chest",
      "summary": "A direct block roll immediately completes the emerald-block goal.",
      "math": "Exact intersection-chest calculation.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/trial_chambers/intersection.json"
      ],
      "tags": [
        "emerald",
        "block"
      ],
      "featured": false,
      "goals": [
        {
          "id": "OBTAIN_EMERALD_BLOCK",
          "slug": "obtain-emerald-block",
          "title": "Obtain Emerald Block"
        }
      ]
    },
    {
      "id": "trial-intersection-cake",
      "structureId": "trial-chamber",
      "variant": "Intersection chest",
      "question": "What is the chance of Cake?",
      "result": "39.7198%",
      "chance": 0.397197731,
      "scope": "per-container",
      "repeatable": true,
      "unit": "intersection chest",
      "summary": "The chest can directly supply the food needed for Eat a slice of Cake.",
      "math": "Exact intersection-chest calculation.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/trial_chambers/intersection.json"
      ],
      "tags": [
        "food",
        "cake"
      ],
      "featured": false,
      "goals": [
        {
          "id": "EAT_CAKE",
          "slug": "eat-cake",
          "title": "Eat a slice of Cake"
        }
      ]
    },
    {
      "id": "trial-intersection-diamond-tools",
      "structureId": "trial-chamber",
      "variant": "Intersection chest",
      "question": "What is the chance the chest can make all six diamond tools?",
      "result": "0.3714%",
      "chance": 0.003714034,
      "scope": "per-container",
      "repeatable": false,
      "unit": "intersection chest",
      "summary": "The model combines direct axe/pickaxe drops with diamond blocks and loose diamonds; the spear keeps the total cost at 12.",
      "math": "Exact inventory-state convolution with a 12-diamond tool-set threshold.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/trial_chambers/intersection.json"
      ],
      "tags": [
        "diamond",
        "tools",
        "composite"
      ],
      "featured": false,
      "goals": [
        {
          "id": "OBTAIN_DIAMOND_TOOLS",
          "slug": "obtain-diamond-tools",
          "title": "Obtain all Diamond Tools"
        }
      ]
    },
    {
      "id": "trial-regular-bad-omen",
      "structureId": "trial-chamber",
      "variant": "Regular vault",
      "question": "What is the chance of an Ominous Bottle?",
      "result": "16.5211%",
      "chance": 0.165211136,
      "scope": "per-unlock",
      "repeatable": true,
      "unit": "regular vault unlock",
      "summary": "Drinking the bottle supplies Bad Omen.",
      "math": "Exact regular-vault nested-table calculation.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/trial_chambers/reward.json",
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/trial_chambers/reward_unique.json"
      ],
      "tags": [
        "vault",
        "bad-omen"
      ],
      "featured": false,
      "goals": [
        {
          "id": "GET_BAD_OMEN_STATUS_EFFECT",
          "slug": "get-bad-omen-status-effect",
          "title": "Get Bad Omen"
        }
      ]
    },
    {
      "id": "trial-regular-guster",
      "structureId": "trial-chamber",
      "variant": "Regular vault",
      "question": "What is the chance of a Guster Banner Pattern?",
      "result": "4.1667%",
      "chance": 0.041666667,
      "scope": "per-unlock",
      "repeatable": true,
      "unit": "regular vault unlock",
      "summary": "Guster is one accepted unique pattern toward the three-pattern goal.",
      "math": "Exact regular-vault unique-pool calculation.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/trial_chambers/reward.json",
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/trial_chambers/reward_unique.json"
      ],
      "tags": [
        "vault",
        "banner-pattern"
      ],
      "featured": false,
      "goals": [
        {
          "id": "OBTAIN_3_BANNER_PATTERNS",
          "slug": "obtain-3-banner-patterns",
          "title": "Obtain 3 Unique Banner Patterns"
        }
      ]
    },
    {
      "id": "trial-ominous-enchanted-apple",
      "structureId": "trial-chamber",
      "variant": "Ominous vault",
      "question": "What is the chance of an enchanted golden apple?",
      "result": "22.5%",
      "chance": 0.225,
      "scope": "per-unlock",
      "repeatable": true,
      "unit": "ominous vault unlock",
      "summary": "One apple completes Absorption plus the 3- and 4-status goals.",
      "math": "Exact ominous-vault nested-table calculation.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/trial_chambers/reward_ominous.json",
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/trial_chambers/reward_ominous_unique.json",
        "Minecraft 26.1 source: server/net/minecraft/world/item/component/Consumables.java"
      ],
      "tags": [
        "vault",
        "apple"
      ],
      "featured": true,
      "goals": [
        {
          "id": "GET_ABSORPTION_STATUS_EFFECT",
          "slug": "get-absorption-status-effect",
          "title": "Get Absorption"
        },
        {
          "id": "GET_3_STATUS_EFFECTS_AT_ONCE",
          "slug": "get-3-status-effects-at-once",
          "title": "Get 3 Status Effects at once"
        },
        {
          "id": "GET_4_STATUS_EFFECTS_AT_ONCE",
          "slug": "get-4-status-effects-at-once",
          "title": "Get 4 Status Effects at once"
        }
      ]
    },
    {
      "id": "trial-ominous-flow",
      "structureId": "trial-chamber",
      "variant": "Ominous vault",
      "question": "What is the chance of a Flow Banner Pattern?",
      "result": "15%",
      "chance": 0.15,
      "scope": "per-unlock",
      "repeatable": true,
      "unit": "ominous vault unlock",
      "summary": "Flow pairs with regular-vault Guster to supply two of the three unique patterns.",
      "math": "Exact ominous-vault unique-pool calculation.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/trial_chambers/reward_ominous.json",
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/trial_chambers/reward_ominous_unique.json"
      ],
      "tags": [
        "vault",
        "banner-pattern"
      ],
      "featured": false,
      "goals": [
        {
          "id": "OBTAIN_3_BANNER_PATTERNS",
          "slug": "obtain-3-banner-patterns",
          "title": "Obtain 3 Unique Banner Patterns"
        }
      ]
    },
    {
      "id": "trial-supply-glow-berries",
      "structureId": "trial-chamber",
      "variant": "Supply chest",
      "question": "What is the chance of Glow Berries?",
      "result": "37.2815%",
      "chance": 0.372814668,
      "scope": "per-container",
      "repeatable": true,
      "unit": "supply chest",
      "summary": "Eating one directly completes the Glow Berry goal.",
      "math": "Exact supply-chest calculation.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/trial_chambers/supply.json"
      ],
      "tags": [
        "food",
        "glow-berries"
      ],
      "featured": false,
      "goals": [
        {
          "id": "EAT_GLOW_BERRY",
          "slug": "eat-glow-berry",
          "title": "Eat a Glow Berry"
        }
      ]
    },
    {
      "id": "trial-supply-milk",
      "structureId": "trial-chamber",
      "variant": "Supply chest",
      "question": "What is the chance of a Milk Bucket?",
      "result": "20.3513%",
      "chance": 0.20351336,
      "scope": "per-container",
      "repeatable": true,
      "unit": "supply chest",
      "summary": "The bucket enables Remove Effect using Milk once any status effect is active.",
      "math": "Exact supply-chest calculation.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/trial_chambers/supply.json"
      ],
      "tags": [
        "milk",
        "status-effect"
      ],
      "featured": false,
      "goals": [
        {
          "id": "REMOVE_STATUS_EFFECT_USING_MILK",
          "slug": "remove-status-effect-using-milk",
          "title": "Remove Effect using Milk Bucket"
        }
      ]
    },
    {
      "id": "city-enchanted-apple",
      "structureId": "ancient-city",
      "variant": "Ordinary chest",
      "question": "What is the chance of an enchanted golden apple?",
      "result": "8.5714%",
      "chance": 0.085714392,
      "scope": "per-container",
      "repeatable": true,
      "unit": "ordinary ancient-city chest",
      "summary": "The apple immediately supplies four effects and Absorption.",
      "math": "Exact ordinary-city-chest calculation.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/ancient_city.json",
        "Minecraft 26.1 source: server/net/minecraft/world/item/component/Consumables.java"
      ],
      "tags": [
        "apple",
        "status-effect"
      ],
      "featured": true,
      "goals": [
        {
          "id": "GET_ABSORPTION_STATUS_EFFECT",
          "slug": "get-absorption-status-effect",
          "title": "Get Absorption"
        },
        {
          "id": "GET_3_STATUS_EFFECTS_AT_ONCE",
          "slug": "get-3-status-effects-at-once",
          "title": "Get 3 Status Effects at once"
        },
        {
          "id": "GET_4_STATUS_EFFECTS_AT_ONCE",
          "slug": "get-4-status-effects-at-once",
          "title": "Get 4 Status Effects at once"
        }
      ]
    },
    {
      "id": "city-any-disc",
      "structureId": "ancient-city",
      "variant": "Ordinary chest",
      "question": "What is the chance of any playable music disc?",
      "result": "36.5413%",
      "chance": 0.365413176,
      "scope": "per-container",
      "repeatable": true,
      "unit": "ordinary ancient-city chest",
      "summary": "Any full disc can be played to complete the Jukebox goal.",
      "math": "Union of complete-disc entries; disc fragments are excluded.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/ancient_city.json"
      ],
      "tags": [
        "music-disc"
      ],
      "featured": false,
      "goals": [
        {
          "id": "USE_JUKEBOX",
          "slug": "use-jukebox",
          "title": "Play a Music Disc in Jukebox"
        }
      ]
    },
    {
      "id": "city-xp-bottles",
      "structureId": "ancient-city",
      "variant": "Ordinary chest",
      "question": "What is the chance of Experience Bottles?",
      "result": "23.7253%",
      "chance": 0.237253327,
      "scope": "per-container",
      "repeatable": true,
      "unit": "ordinary ancient-city chest",
      "summary": "Any rolled stack directly completes Obtain Experience Bottle.",
      "math": "Exact ordinary-city-chest calculation.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/ancient_city.json"
      ],
      "tags": [
        "xp",
        "bottle"
      ],
      "featured": false,
      "goals": [
        {
          "id": "OBTAIN_ENCHANT_BOTTLE",
          "slug": "obtain-enchant-bottle",
          "title": "Obtain Experience Bottle"
        }
      ]
    },
    {
      "id": "city-bone-block",
      "structureId": "ancient-city",
      "variant": "Ordinary chest",
      "question": "What is the chance of enough bones for a Bone Block?",
      "result": "32.5928%",
      "chance": 0.325927967,
      "scope": "per-container",
      "repeatable": false,
      "unit": "ordinary ancient-city chest",
      "summary": "Three bones convert to the nine bone meal needed for one block.",
      "math": "Exact chest calculation with threshold = 3 bones.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/ancient_city.json"
      ],
      "tags": [
        "bones",
        "conversion"
      ],
      "featured": false,
      "goals": [
        {
          "id": "OBTAIN_BONE_BLOCK",
          "slug": "obtain-bone-block",
          "title": "Obtain Bone Block"
        }
      ]
    },
    {
      "id": "mineshaft-any-apple",
      "structureId": "mineshaft",
      "variant": "Chest minecart",
      "question": "What is the chance of any Absorption apple?",
      "result": "29.5775%",
      "chance": 0.295774648,
      "scope": "per-container",
      "repeatable": true,
      "unit": "chest minecart",
      "summary": "Golden and enchanted golden apples both supply Absorption.",
      "math": "Combined exact chance of either apple entry.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/abandoned_mineshaft.json",
        "Minecraft 26.1 source: server/net/minecraft/world/item/component/Consumables.java"
      ],
      "tags": [
        "apple"
      ],
      "featured": false,
      "goals": [
        {
          "id": "GET_ABSORPTION_STATUS_EFFECT",
          "slug": "get-absorption-status-effect",
          "title": "Get Absorption"
        }
      ]
    },
    {
      "id": "mineshaft-glow-berries",
      "structureId": "mineshaft",
      "variant": "Chest minecart",
      "question": "What is the chance of Glow Berries?",
      "result": "38.6885%",
      "chance": 0.386884723,
      "scope": "per-container",
      "repeatable": true,
      "unit": "chest minecart",
      "summary": "Eating one directly completes the Glow Berry goal.",
      "math": "Exact chest-minecart calculation.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/abandoned_mineshaft.json"
      ],
      "tags": [
        "food",
        "glow-berries"
      ],
      "featured": false,
      "goals": [
        {
          "id": "EAT_GLOW_BERRY",
          "slug": "eat-glow-berry",
          "title": "Eat a Glow Berry"
        }
      ]
    },
    {
      "id": "mineshaft-three-seeds",
      "structureId": "mineshaft",
      "variant": "Chest minecart",
      "question": "What is the chance of all three chest seed types?",
      "result": "0.9324%",
      "chance": 0.009323826,
      "scope": "per-container",
      "repeatable": false,
      "unit": "chest minecart",
      "summary": "Melon, pumpkin, and beetroot seeds leave only an easy wheat seed for Obtain 4 Unique Seeds.",
      "math": "Three-item coupon-state calculation across the chest rolls.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/abandoned_mineshaft.json"
      ],
      "tags": [
        "seeds",
        "set"
      ],
      "featured": false,
      "goals": [
        {
          "id": "OBTAIN_4_UNIQUE_SEEDS",
          "slug": "obtain-4-unique-seeds",
          "title": "Obtain 4 Unique Seeds"
        }
      ]
    },
    {
      "id": "mineshaft-diamond",
      "structureId": "mineshaft",
      "variant": "Chest minecart",
      "question": "What is the chance of at least one Diamond?",
      "result": "8.8761%",
      "chance": 0.088760555,
      "scope": "per-container",
      "repeatable": true,
      "unit": "chest minecart",
      "summary": "A diamond roll contributes directly to the 12-diamond tool route.",
      "math": "Exact chest-minecart calculation.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/abandoned_mineshaft.json"
      ],
      "tags": [
        "diamond",
        "tools"
      ],
      "featured": false,
      "goals": [
        {
          "id": "OBTAIN_DIAMOND_TOOLS",
          "slug": "obtain-diamond-tools",
          "title": "Obtain all Diamond Tools"
        }
      ]
    },
    {
      "id": "stronghold-ender-pearl",
      "structureId": "stronghold",
      "variant": "Corridor chest",
      "question": "What is the chance of an Ender Pearl?",
      "result": "22.8404%",
      "chance": 0.228404127,
      "scope": "per-container",
      "repeatable": true,
      "unit": "corridor chest",
      "summary": "The pearl advances Eye of Ender and Ender Chest routes.",
      "math": "Exact corridor-chest calculation.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/stronghold_corridor.json"
      ],
      "tags": [
        "ender-pearl",
        "end-route"
      ],
      "featured": false,
      "goals": [
        {
          "id": "OBTAIN_ENDER_CHEST",
          "slug": "obtain-ender-chest",
          "title": "Obtain Ender Chest"
        },
        {
          "id": "ENTER_END",
          "slug": "enter-end",
          "title": "Enter The End"
        }
      ]
    },
    {
      "id": "stronghold-otherside",
      "structureId": "stronghold",
      "variant": "Corridor chest",
      "question": "What is the chance of the Otherside music disc?",
      "result": "2.4557%",
      "chance": 0.024556901,
      "scope": "per-container",
      "repeatable": true,
      "unit": "corridor chest",
      "summary": "The disc directly supplies a playable item for the Jukebox goal.",
      "math": "Exact corridor-chest calculation.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/stronghold_corridor.json"
      ],
      "tags": [
        "music-disc"
      ],
      "featured": false,
      "goals": [
        {
          "id": "USE_JUKEBOX",
          "slug": "use-jukebox",
          "title": "Play a Music Disc in Jukebox"
        }
      ]
    },
    {
      "id": "village-snowy-soup",
      "structureId": "village",
      "variant": "Snowy-house chest",
      "question": "What is the chance of Beetroot Soup?",
      "result": "9.8987%",
      "chance": 0.098987366,
      "scope": "per-container",
      "repeatable": true,
      "unit": "snowy-house chest",
      "summary": "Eating the rolled soup directly completes the beetroot-soup goal.",
      "math": "Exact snowy-house chest calculation.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/village/village_snowy_house.json"
      ],
      "tags": [
        "village",
        "food"
      ],
      "featured": false,
      "goals": [
        {
          "id": "EAT_BEETROOT_SOUP",
          "slug": "eat-beetroot-soup",
          "title": "Eat Beetroot Soup"
        }
      ]
    },
    {
      "id": "village-taiga-pie",
      "structureId": "village",
      "variant": "Taiga-house chest",
      "question": "What is the chance of Pumpkin Pie?",
      "result": "9.7239%",
      "chance": 0.097238835,
      "scope": "per-container",
      "repeatable": true,
      "unit": "taiga-house chest",
      "summary": "Eating the rolled pie directly completes the pumpkin-pie goal.",
      "math": "Exact taiga-house chest calculation.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/village/village_taiga_house.json"
      ],
      "tags": [
        "village",
        "food"
      ],
      "featured": false,
      "goals": [
        {
          "id": "EAT_PUMPKIN_PIE",
          "slug": "eat-pumpkin-pie",
          "title": "Eat Pumpkin Pie"
        }
      ]
    },
    {
      "id": "village-weaponsmith-iron-armor",
      "structureId": "village",
      "variant": "Weaponsmith chest",
      "question": "What is the chance the chest can supply full iron armor after crafting?",
      "result": "0.4856%",
      "chance": 0.004855641,
      "scope": "per-container",
      "repeatable": false,
      "unit": "weaponsmith chest",
      "summary": "The calculation combines direct armor pieces with loose iron ingots for missing slots.",
      "math": "Inventory-state convolution against the 24-ingot full-set cost.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/village/village_weaponsmith.json"
      ],
      "tags": [
        "village",
        "armor",
        "composite"
      ],
      "featured": false,
      "goals": [
        {
          "id": "WEAR_IRON_ARMOR",
          "slug": "wear-iron-armor",
          "title": "Wear Full Iron Armor"
        }
      ]
    },
    {
      "id": "ocean-small-map",
      "structureId": "ocean-ruins",
      "variant": "Small ruin chest",
      "question": "What is the chance of a buried-treasure map?",
      "result": "41.6667%",
      "chance": 0.416666667,
      "scope": "per-container",
      "repeatable": true,
      "unit": "small-ruin chest",
      "summary": "Following the map leads to a chest with a guaranteed Heart of the Sea.",
      "math": "5/12.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/underwater_ruin_small.json"
      ],
      "tags": [
        "map",
        "route-composite"
      ],
      "featured": false,
      "goals": [
        {
          "id": "OBTAIN_HEART_OF_THE_SEA",
          "slug": "obtain-heart-of-the-sea",
          "title": "Obtain Heart Of The Sea"
        }
      ]
    },
    {
      "id": "ocean-big-map",
      "structureId": "ocean-ruins",
      "variant": "Big ruin chest",
      "question": "What is the chance of a buried-treasure map?",
      "result": "43.4783%",
      "chance": 0.434782609,
      "scope": "per-container",
      "repeatable": true,
      "unit": "big-ruin chest",
      "summary": "Following the map leads to a chest with a guaranteed Heart of the Sea.",
      "math": "10/23.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/underwater_ruin_big.json"
      ],
      "tags": [
        "map",
        "route-composite"
      ],
      "featured": false,
      "goals": [
        {
          "id": "OBTAIN_HEART_OF_THE_SEA",
          "slug": "obtain-heart-of-the-sea",
          "title": "Obtain Heart Of The Sea"
        }
      ]
    },
    {
      "id": "ocean-cold-sherd",
      "structureId": "ocean-ruins",
      "variant": "Cold archaeology",
      "question": "What is the sherd chance per suspicious block?",
      "result": "28.5714%",
      "chance": 0.285714286,
      "scope": "per-container",
      "repeatable": true,
      "unit": "cold-ruin suspicious block",
      "summary": "Each brushed cold-ruin block independently offers a pottery sherd outcome.",
      "math": "2/7 accepted sherd entries.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/archaeology/ocean_ruin_cold.json"
      ],
      "tags": [
        "archaeology",
        "sherd"
      ],
      "featured": false,
      "goals": [
        {
          "id": "OBTAIN_POTTERY_SHERD",
          "slug": "obtain-pottery-sherd",
          "title": "Obtain Pottery Sherd"
        },
        {
          "id": "USE_BRUSH_ON_SUSPICIOUS_BLOCK",
          "slug": "use-brush-on-suspicious-block",
          "title": "Use Brush on Suspicious Sand/Gravel"
        }
      ]
    },
    {
      "id": "buried-heart",
      "structureId": "buried-treasure",
      "variant": "Chest",
      "question": "Is Heart of the Sea guaranteed?",
      "result": "Yes",
      "chance": 1,
      "scope": "per-container",
      "repeatable": true,
      "unit": "buried-treasure chest",
      "summary": "The first loot pool always emits one Heart of the Sea.",
      "math": "One guaranteed single-entry roll.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/buried_treasure.json"
      ],
      "tags": [
        "guaranteed",
        "heart-of-the-sea"
      ],
      "featured": true,
      "goals": [
        {
          "id": "OBTAIN_HEART_OF_THE_SEA",
          "slug": "obtain-heart-of-the-sea",
          "title": "Obtain Heart Of The Sea"
        }
      ]
    },
    {
      "id": "buried-tnt",
      "structureId": "buried-treasure",
      "variant": "Chest",
      "question": "What is the chance of TNT?",
      "result": "62.7373%",
      "chance": 0.627373087,
      "scope": "per-container",
      "repeatable": true,
      "unit": "buried-treasure chest",
      "summary": "A treasure chest is a strong direct TNT route.",
      "math": "Exact 5–8-roll weighted-pool calculation.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/buried_treasure.json"
      ],
      "tags": [
        "tnt"
      ],
      "featured": false,
      "goals": [
        {
          "id": "OBTAIN_TNT",
          "slug": "obtain-tnt",
          "title": "Obtain TNT"
        }
      ]
    },
    {
      "id": "buried-emerald-block",
      "structureId": "buried-treasure",
      "variant": "Chest",
      "question": "What is the chance of enough emeralds for an Emerald Block?",
      "result": "11.9012%",
      "chance": 0.119012346,
      "scope": "per-container",
      "repeatable": false,
      "unit": "buried-treasure chest",
      "summary": "The calculation sums all emerald stacks and checks the nine-emerald crafting threshold.",
      "math": "Exact emerald-count convolution; threshold = 9.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/buried_treasure.json"
      ],
      "tags": [
        "emerald",
        "conversion"
      ],
      "featured": false,
      "goals": [
        {
          "id": "OBTAIN_EMERALD_BLOCK",
          "slug": "obtain-emerald-block",
          "title": "Obtain Emerald Block"
        }
      ]
    },
    {
      "id": "mansion-resin-both",
      "structureId": "woodland-mansion",
      "variant": "Ordinary chest",
      "question": "What is the chance one chest supplies the nine Resin Clumps needed for both resin goals?",
      "result": "1.5806% — 9 clumps",
      "chance": 0.01580617129693903,
      "scope": "per-container",
      "repeatable": false,
      "unit": "ordinary mansion chest",
      "summary": "Craft a Resin Block for credit, uncraft it back into nine clumps, then smelt four and stonecut the wall.",
      "math": "Exact convolution of 1–4 pool rolls; resin has weight 50/175 and rolls a stack of 2–4. Threshold = 9 clumps.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display.",
        "A furnace, fuel, crafting table, and stonecutter are available."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/woodland_mansion.json",
        "Minecraft 26.1 source: server/data/minecraft/recipe/resin_block.json",
        "Minecraft 26.1 source: server/data/minecraft/recipe/resin_clump.json",
        "Minecraft 26.1 source: server/data/minecraft/recipe/resin_brick_wall_from_resin_bricks_stonecutting.json"
      ],
      "tags": [
        "resin",
        "conversion",
        "flashcard"
      ],
      "featured": true,
      "goals": [
        {
          "id": "OBTAIN_RESIN_BLOCK",
          "slug": "obtain-resin-block",
          "title": "Obtain Block of Resin"
        },
        {
          "id": "OBTAIN_RESIN_BRICK_WALL",
          "slug": "obtain-resin-brick-wall",
          "title": "Obtain Resin Brick Wall"
        }
      ]
    },
    {
      "id": "mansion-chain-chestplate",
      "structureId": "woodland-mansion",
      "variant": "Ordinary chest",
      "question": "What is the chance of a chainmail chestplate?",
      "result": "17.5542%",
      "chance": 0.17554213743245484,
      "scope": "per-container",
      "repeatable": true,
      "unit": "ordinary mansion chest",
      "summary": "The direct chainmail chestplate is an otherwise awkward chain-armor goal item.",
      "math": "1 - [(97/107) + (97/107)^2 + (97/107)^3] / 3.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/woodland_mansion.json"
      ],
      "tags": [
        "chainmail",
        "armor"
      ],
      "featured": false,
      "goals": [
        {
          "id": "WEAR_CHAIN_ARMOR_PIECE",
          "slug": "wear-chain-armor-piece",
          "title": "Wear a Chain Armor Piece"
        }
      ]
    },
    {
      "id": "mansion-three-seeds",
      "structureId": "woodland-mansion",
      "variant": "Ordinary chest",
      "question": "What is the chance of all three rare chest seed types?",
      "result": "0.1303%",
      "chance": 0.0013034568929610468,
      "scope": "per-container",
      "repeatable": false,
      "unit": "ordinary mansion chest",
      "summary": "Beetroot, melon, and pumpkin seeds together leave only an easy wheat seed for the four-seed goal.",
      "math": "Inclusion–exclusion across 1–4 rolls from the 175-weight pool, with each target seed at weight 10.",
      "assumptions": [
        "Uniform integer roll ranges are inclusive.",
        "Percentages are exact-table calculations rounded only for display."
      ],
      "sources": [
        "Minecraft 26.1 source: server/data/minecraft/loot_table/chests/woodland_mansion.json"
      ],
      "tags": [
        "seeds",
        "set"
      ],
      "featured": false,
      "goals": [
        {
          "id": "OBTAIN_4_UNIQUE_SEEDS",
          "slug": "obtain-4-unique-seeds",
          "title": "Obtain 4 Unique Seeds"
        }
      ]
    }
  ],
  "flashcards": [
    {
      "id": "fc-desert-poison",
      "structureId": "desert-pyramid",
      "prompt": "Across all four desert-pyramid chests, what is the chance of at least one spider-eye stack?",
      "choices": [
        "About 72%",
        "About 25%",
        "Guaranteed",
        "About 9%"
      ],
      "answerIndex": 0,
      "explanation": "The exact result is 71.7863%, and any spider eye poisons with certainty when eaten.",
      "recordIds": [
        "desert-poison-eye"
      ]
    },
    {
      "id": "fc-desert-bones",
      "structureId": "desert-pyramid",
      "prompt": "How many bones are enough to craft one Bone Block?",
      "choices": [
        "9",
        "6",
        "27",
        "3"
      ],
      "answerIndex": 3,
      "explanation": "Three bones craft into nine bone meal, which crafts into one Bone Block.",
      "recordIds": [
        "desert-bone-block"
      ]
    },
    {
      "id": "fc-desert-tnt",
      "structureId": "desert-pyramid",
      "prompt": "How much TNT is fixed below an intact desert-pyramid trap?",
      "choices": [
        "8",
        "A random 1–9",
        "9",
        "4"
      ],
      "answerIndex": 2,
      "explanation": "The trap floor is a fixed 3×3 layer.",
      "recordIds": [
        "desert-fixed-tnt"
      ]
    },
    {
      "id": "fc-jungle-arrows",
      "structureId": "jungle-temple",
      "prompt": "Can both jungle-temple traps complete Obtain 32 Arrows?",
      "choices": [
        "They cap at 31",
        "No, they cap at 28",
        "Yes, always",
        "Only with Looting"
      ],
      "answerIndex": 1,
      "explanation": "Two dispensers each roll at most two stacks of seven arrows.",
      "recordIds": [
        "jungle-arrow-cap"
      ]
    },
    {
      "id": "fc-jungle-redstone",
      "structureId": "jungle-temple",
      "prompt": "Which pair of obtain goals is fixed in the jungle-temple mechanism?",
      "choices": [
        "Repeater and Dispenser",
        "Comparator and Piston",
        "Observer and Lamp",
        "Clock and Bell"
      ],
      "answerIndex": 0,
      "explanation": "The structure places one repeater and two dispensers.",
      "recordIds": [
        "jungle-redstone-blocks"
      ]
    },
    {
      "id": "fc-ship-potato",
      "structureId": "shipwreck",
      "prompt": "Finding poisonous potatoes always completes which goal after eating one?",
      "choices": [
        "Get Poison",
        "Get Nausea",
        "Remove Effect using Milk",
        "Eat a Poisonous Potato"
      ],
      "answerIndex": 3,
      "explanation": "The eating goal is certain; the Poison effect itself has a 60% proc per potato.",
      "recordIds": [
        "ship-poison-potato",
        "ship-eventual-poison"
      ]
    },
    {
      "id": "fc-ship-stew",
      "structureId": "shipwreck",
      "prompt": "Which named Draftout effects can shipwreck suspicious stew roll?",
      "choices": [
        "Absorption only",
        "Mining Fatigue only",
        "Poison, Weakness, Jump Boost",
        "Bad Omen, Glowing, Levitation"
      ],
      "answerIndex": 2,
      "explanation": "Those three are among the stew's six equally selected effects.",
      "recordIds": [
        "ship-specified-stew-effect"
      ]
    },
    {
      "id": "fc-ship-armor",
      "structureId": "shipwreck",
      "prompt": "Why can one supply chest satisfy both full leather and full enchanted armor?",
      "choices": [
        "Every chest has a full set",
        "Its leather armor rolls are enchanted",
        "Leather counts as gold",
        "The goals ignore boots"
      ],
      "answerIndex": 1,
      "explanation": "All four leather slot entries use enchant_randomly; the rare part is rolling every slot.",
      "recordIds": [
        "ship-full-leather"
      ]
    },
    {
      "id": "fc-portal-lodestone",
      "structureId": "ruined-portal",
      "prompt": "What is the Lodestone chance in a ruined-portal chest?",
      "choices": [
        "Two thirds",
        "One third",
        "Guaranteed",
        "One in twenty"
      ],
      "answerIndex": 0,
      "explanation": "The exact result is 66.6667%.",
      "recordIds": [
        "portal-lodestone"
      ]
    },
    {
      "id": "fc-bastion-debris",
      "structureId": "bastion",
      "prompt": "Why is Ancient Debris better than direct Scrap when both goals are live?",
      "choices": [
        "Scrap crafts back into Debris",
        "Debris counts twice immediately",
        "There is no difference",
        "Debris can credit itself, then smelt into Scrap"
      ],
      "answerIndex": 3,
      "explanation": "Direct Scrap cannot reverse into Ancient Debris.",
      "recordIds": [
        "bastion-treasure-debris",
        "bastion-treasure-netherite-path"
      ]
    },
    {
      "id": "fc-bastion-bridge",
      "structureId": "bastion",
      "prompt": "What goal item does the bridge chest guarantee?",
      "choices": [
        "Pigstep",
        "Bone Block",
        "Lodestone",
        "Ancient Debris"
      ],
      "answerIndex": 2,
      "explanation": "The bridge loot table has a guaranteed Lodestone pool.",
      "recordIds": [
        "bastion-bridge-lodestone"
      ]
    },
    {
      "id": "fc-trial-patterns",
      "structureId": "trial-chamber",
      "prompt": "Which two vault patterns combine toward Obtain 3 Unique Banner Patterns?",
      "choices": [
        "Neither vault has a pattern",
        "Guster from regular, Flow from ominous",
        "Flow from regular, Piglin from ominous",
        "Guster from ominous, Globe from regular"
      ],
      "answerIndex": 1,
      "explanation": "Regular and ominous vaults have different unique pattern rewards.",
      "recordIds": [
        "trial-regular-guster",
        "trial-ominous-flow"
      ]
    },
    {
      "id": "fc-trial-apple",
      "structureId": "trial-chamber",
      "prompt": "What is the enchanted-golden-apple chance per ominous-vault unlock?",
      "choices": [
        "22.5%",
        "2.25%",
        "50%",
        "4.17%"
      ],
      "answerIndex": 0,
      "explanation": "The exact nested-table result is 22.5%.",
      "recordIds": [
        "trial-ominous-enchanted-apple"
      ]
    },
    {
      "id": "fc-city-disc",
      "structureId": "ancient-city",
      "prompt": "Do disc fragments count as a playable disc for Use Jukebox?",
      "choices": [
        "Yes, one fragment is enough",
        "Only in an ancient city",
        "Only with Silk Touch",
        "No"
      ],
      "answerIndex": 3,
      "explanation": "The 36.5413% result counts complete playable discs and excludes fragments.",
      "recordIds": [
        "city-any-disc"
      ]
    },
    {
      "id": "fc-mineshaft-seeds",
      "structureId": "mineshaft",
      "prompt": "Which three seed types can one chest minecart jointly supply?",
      "choices": [
        "Cocoa, bamboo, wheat",
        "Nether wart, melon, pumpkin",
        "Melon, pumpkin, beetroot",
        "Wheat, torchflower, pitcher"
      ],
      "answerIndex": 2,
      "explanation": "Those three plus an easy wheat seed complete Obtain 4 Unique Seeds.",
      "recordIds": [
        "mineshaft-three-seeds"
      ]
    },
    {
      "id": "fc-stronghold-pearl",
      "structureId": "stronghold",
      "prompt": "What is the Ender Pearl chance per corridor chest?",
      "choices": [
        "Guaranteed",
        "22.8404%",
        "50%",
        "2.4557%"
      ],
      "answerIndex": 1,
      "explanation": "Whole-stronghold odds still require the realized corridor-chest count.",
      "recordIds": [
        "stronghold-ender-pearl"
      ]
    },
    {
      "id": "fc-ocean-map",
      "structureId": "ocean-ruins",
      "prompt": "Which ruin chest has the slightly higher treasure-map chance?",
      "choices": [
        "Big ruin",
        "Small ruin",
        "They are equal",
        "Neither can contain one"
      ],
      "answerIndex": 0,
      "explanation": "Big is 43.4783%; small is 41.6667%.",
      "recordIds": [
        "ocean-small-map",
        "ocean-big-map"
      ]
    },
    {
      "id": "fc-buried-heart",
      "structureId": "buried-treasure",
      "prompt": "Which Draftout goal item is guaranteed in buried treasure?",
      "choices": [
        "Emerald Block",
        "TNT",
        "Clock",
        "Heart of the Sea"
      ],
      "answerIndex": 3,
      "explanation": "The first pool always emits one Heart of the Sea.",
      "recordIds": [
        "buried-heart"
      ]
    },
    {
      "id": "fc-mansion-resin",
      "structureId": "woodland-mansion",
      "prompt": "How many Resin Clumps are enough to complete both resin goals sequentially?",
      "choices": [
        "24",
        "33",
        "9",
        "13"
      ],
      "answerIndex": 2,
      "explanation": "Craft the block for credit, uncraft it, then spend four of the recovered clumps on the wall route.",
      "recordIds": [
        "mansion-resin-both"
      ]
    },
    {
      "id": "fc-probability-unit",
      "structureId": "shipwreck",
      "prompt": "When a structure has variable chest types or counts, what should the loot page report?",
      "choices": [
        "No probability",
        "Per named container or explicit count",
        "One universal whole-structure percent",
        "Only raw loot weights"
      ],
      "answerIndex": 1,
      "explanation": "Shipwreck templates, bastions, mineshafts, cities, and villages need an explicit counting unit.",
      "recordIds": [
        "ship-stew",
        "ship-xp-bottle",
        "ship-clock"
      ]
    }
  ]
}
