Warped Chest
quark:warped_chest

Warped Chest

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

Acquisition

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

Crafting conditional
Warped Chest Warped Chest guaranteed

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

Crafting conditional
Warped Chest Warped Chest ×4 guaranteed

Mining & drops

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

Used in (1)

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

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

Block drops

Drops itself when broken.

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