Birch Chest
quark:birch_chest

Birch Chest

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

Acquisition

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

Crafting conditional
Birch Chest Birch Chest guaranteed

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

Crafting conditional
Birch Chest Birch Chest ×4 guaranteed

Mining & drops

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

Used in (1)

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

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

Block drops

Drops itself when broken.

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