Spruce Chest
quark:spruce_chest

Spruce Chest

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

Acquisition

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

Crafting conditional
Spruce Chest Spruce Chest ×4 guaranteed

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

Crafting conditional
Spruce Chest Spruce Chest guaranteed

Mining & drops

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

Used in (1)

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

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

Block drops

Drops itself when broken.

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