Ashen Chest
quark:ancient_chest

Ashen Chest

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Wooden ChestChestsWooden ChestChestsGuarded By PiglinsAxe MineableRevertable Chests

Acquisition

Crafting using Any Ancient Logs, Any Ancient Logs, Any Ancient Logs, Any Ancient Logs, Any Ancient Logs, Any Ancient Logs, Any Ancient Logs and Any Ancient Logs, arranged in the pattern shown. Produces 4× Ashen Chest.

Crafting conditional
Ashen Chest Ashen Chest ×4 guaranteed

Crafting using Ashen Planks, Ashen Planks, Ashen Planks, Ashen Planks, Ashen Planks, Ashen Planks, Ashen Planks and Ashen Planks, arranged in the pattern shown. Produces Ashen Chest.

Crafting conditional
Ashen Chest Ashen Chest guaranteed

Mining & drops

sourcecountchanceconditions
Ashen Chest1–1100%Survives Explosion
Ashen Loot Chest1–1100%Survives Explosion

Used in (1)

Crafting using Ashen Chest and Tripwire Hook, in any arrangement. Produces Ashen Trapped Chest.

Crafting ⇆ any arrangement conditional
Ashen Chest
Tripwire Hook
Ashen Trapped Chest Ashen Trapped Chest guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:ancient_chest
Namespace
quark
Mod ID
quark
Tags (7)
forge:blocks/chests/wooden
forge:blocks/chests
forge:items/chests/wooden
forge:items/chests
minecraft:blocks/guarded_by_piglins
minecraft:blocks/mineable/axe
quark:items/revertable_chests

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "# #",
    "###"
  ],
  "ingredients": {
    "#": {
      "tag": "quark:ancient_logs"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "wood_to_chest_recipes",
            "type": "quark:flag"
          },
          {
            "flag": "variant_chests",
            "type": "quark:flag"
          },
          {
            "flag": "ancient_wood",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": "ancient_chest",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "# #",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "quark:ancient_planks"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "variant_chests",
            "type": "quark:flag"
          },
          {
            "flag": "ancient_wood",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": "ancient_chest",
  "experience": null,
  "cooking_time": null
}