Crimson Chest
quark:crimson_chest

Crimson Chest

Wood Type:
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Wooden ChestWooden ChestAxe MineableNon Flammable WoodNon Flammable WoodRevertable Chests

Acquisition

Crafting using Any Crimson Stems, Any Crimson Stems, Any Crimson Stems, Any Crimson Stems, Any Crimson Stems, Any Crimson Stems, Any Crimson Stems and Any Crimson Stems, arranged in the pattern shown. Produces 4× Crimson Chest.

Crafting conditional
Crimson Chest Crimson Chest ×4 guaranteed

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

Crafting conditional
Crimson Chest Crimson Chest guaranteed

Mining & drops

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

Used in (1)

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

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

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:crimson_chest
Namespace
quark
Mod ID
quark
Tags (6)
forge:blocks/chests/wooden
forge:items/chests/wooden
minecraft:blocks/mineable/axe
minecraft:blocks/non_flammable_wood
minecraft:items/non_flammable_wood
quark:items/revertable_chests

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "# #",
    "###"
  ],
  "ingredients": {
    "#": {
      "tag": "minecraft:crimson_stems"
    }
  },
  "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
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "# #",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:crimson_planks"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "variant_chests",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": "crimson_chest",
  "experience": null,
  "cooking_time": null
}