Iron Plate Vertical Slab
quark:iron_plate_vertical_slab

Iron Plate Vertical Slab

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Needs Stone ToolPickaxe MineableVertical SlabVertical Slab

Acquisition

Stone Cutting using Iron Plate. Produces Iron Plate Vertical Slab.

Stone Cutting conditional
Iron Plate Vertical Slab Iron Plate Vertical Slab guaranteed

Crafting using Iron Plate Slab, Iron Plate Slab and Iron Plate Slab, arranged in the pattern shown. Produces 3× Iron Plate Vertical Slab.

Crafting conditional
Iron Plate Slab
Iron Plate Slab
Iron Plate Slab
Iron Plate Vertical Slab Iron Plate Vertical Slab ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Iron Plate Vertical Slab1–1100%

Used in (1)

Crafting using Iron Plate Vertical Slab, in any arrangement. Produces Iron Plate Slab.

Crafting ⇆ any arrangement conditional
Iron Plate Vertical Slab
Iron Plate Slab Iron Plate Slab guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:iron_plate_vertical_slab
Namespace
quark
Mod ID
quark
Tags (4)
forge:blocks/needs_stone_tool
minecraft:blocks/mineable/pickaxe
quark:blocks/vertical_slab
quark:items/vertical_slab

Recipe JSON (2):

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