Rusty Iron Plate Vertical Slab
quark:rusty_iron_plate_vertical_slab

Rusty Iron Plate Vertical Slab

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

Acquisition

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

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

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

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

Mining & drops

sourcecountchanceconditions
Rusty Iron Plate Vertical Slab1–1100%

Used in (1)

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

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

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:rusty_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:rusty_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:rusty_iron_plate_slab"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "vertical_slabs",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}