quark:crate

Storage Crate

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Axe Mineable

Acquisition

Crafting using Any Iron Ingot, Any Planks, Any Iron Ingot, Any Planks, Any Wooden Chest, Any Planks, Any Iron Ingot, Any Planks and Any Iron Ingot, arranged in the pattern shown. Produces Storage Crate.

Crafting conditional
Storage Crate guaranteed

Mining & drops

sourcecountchanceconditions
Storage Crate1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:crate
Namespace
quark
Mod ID
quark
Tags (1)
minecraft:blocks/mineable/axe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "IWI",
    "WCW",
    "IWI"
  ],
  "ingredients": {
    "C": {
      "tag": "forge:chests/wooden"
    },
    "I": {
      "tag": "forge:ingots/iron"
    },
    "W": {
      "tag": "minecraft:planks"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "crate",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}