quark:potato_crate

Potato Crate

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Potato Storage BlockPotato Storage BlockAxe Mineable

Acquisition

Crafting using Potato, Potato, Potato, Potato, Potato, Potato, Potato, Potato and Potato, arranged in the pattern shown. Produces Potato Crate.

Crafting conditional
Potato
Potato
Potato
Potato
Potato
Potato
Potato
Potato
Potato
Potato Crate guaranteed

Mining & drops

sourcecountchanceconditions
Potato Crate1–1100%Survives Explosion

Used in (1)

Crafting using Potato Crate, in any arrangement. Produces 9× Potato.

Crafting ⇆ any arrangement conditional
Potato Potato ×9 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:potato_crate
Namespace
quark
Mod ID
quark
Tags (3)
forge:blocks/storage_blocks/potato
forge:items/storage_blocks/potato
minecraft:blocks/mineable/axe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:potato"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "potato_crate",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}