Bamboo Chest
quark:bamboo_chest

Bamboo Chest

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

Acquisition

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

Crafting conditional
Bamboo Chest Bamboo Chest guaranteed

Crafting using Any Bamboo Blocks, Any Bamboo Blocks, Any Bamboo Blocks, Any Bamboo Blocks, Any Bamboo Blocks, Any Bamboo Blocks, Any Bamboo Blocks and Any Bamboo Blocks, arranged in the pattern shown. Produces 2× Bamboo Chest.

Crafting conditional
Bamboo Chest Bamboo Chest ×2 guaranteed

Mining & drops

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

Used in (1)

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

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

Block drops

Drops itself when broken.

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