Oak Chest
quark:oak_chest

Oak Chest

Wood Type:
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Wooden ChestWooden ChestAxe MineableRevertable Chests

Acquisition

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

Crafting conditional
Oak Chest Oak Chest guaranteed

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

Crafting conditional
Oak Chest Oak Chest ×4 guaranteed

Mining & drops

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

Used in (1)

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

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

Block drops

Drops itself when broken.

Developer reference
Registry name
quark: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": {
    "#": {
      "item": "minecraft:oak_planks"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "variant_chests",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": "oak_chest",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "# #",
    "###"
  ],
  "ingredients": {
    "#": {
      "tag": "minecraft: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": "oak_chest",
  "experience": null,
  "cooking_time": null
}