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.
Ashen Chest
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
Acquisition
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.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Ashen Chest | 1–1 | 100% | Survives Explosion |
| Ashen Loot Chest | 1–1 | 100% | Survives Explosion |
Used in (1)
Crafting using Ashen Chest and Tripwire Hook, in any arrangement. Produces Ashen Trapped Chest.
Block drops
Drops itself when broken.
Related items
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
}

