Crafting using Any Dark Oak Logs, Any Dark Oak Logs, Any Dark Oak Logs, Any Dark Oak Logs, Any Dark Oak Logs, Any Dark Oak Logs, Any Dark Oak Logs and Any Dark Oak Logs, arranged in the pattern shown. Produces 4× Dark Oak Chest.
Acquisition
Crafting using Dark Oak Planks, Dark Oak Planks, Dark Oak Planks, Dark Oak Planks, Dark Oak Planks, Dark Oak Planks, Dark Oak Planks and Dark Oak Planks, arranged in the pattern shown. Produces Dark Oak Chest.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Dark Oak Chest | 1–1 | 100% | Survives Explosion |
| Dark Oak Loot Chest | 1–1 | 100% | Survives Explosion |
Used in (1)
Crafting using Dark Oak Chest and Tripwire Hook, in any arrangement. Produces Dark Oak Trapped Chest.
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
quark:dark_oak_chest- Namespace
quark- Mod ID
quark- Tags (4)
forge:blocks/chests/wooden forge:items/chests/wooden minecraft:blocks/mineable/axe quark:items/revertable_chests
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"###",
"# #",
"###"
],
"ingredients": {
"#": {
"tag": "minecraft:dark_oak_logs"
}
},
"conditions": [
{
"raw": {
"type": "forge:and",
"values": [
{
"flag": "wood_to_chest_recipes",
"type": "quark:flag"
},
{
"flag": "variant_chests",
"type": "quark:flag"
}
]
},
"type": "forge:and"
}
],
"sequence": null,
"group_name": "dark_oak_chest",
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"###",
"# #",
"###"
],
"ingredients": {
"#": {
"item": "minecraft:dark_oak_planks"
}
},
"conditions": [
{
"raw": {
"flag": "variant_chests",
"type": "quark:flag"
},
"type": "quark:flag"
}
],
"sequence": null,
"group_name": "dark_oak_chest",
"experience": null,
"cooking_time": null
}

