quark:rusty_iron_plate

Rusty Iron Plate

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Needs Stone ToolPickaxe Mineable

Acquisition

Crafting using Iron Plate, Iron Plate, Iron Plate, Iron Plate, Water Bucket, Iron Plate, Iron Plate, Iron Plate and Iron Plate, arranged in the pattern shown. Produces 8× Rusty Iron Plate.

Crafting conditional
Rusty Iron Plate ×8 guaranteed

Splashing using Iron Plate. Produces Rusty Iron Plate.

Splashing conditional
Rusty Iron Plate guaranteed

Crafting using Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Water Bucket, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces 24× Rusty Iron Plate.

Crafting conditional
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Water Bucket
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Rusty Iron Plate ×24 guaranteed

Mining & drops

sourcecountchanceconditions
Rusty Iron Plate1–1100%Survives Explosion

Used in (5)

Crafting using Rusty Iron Plate, Rusty Iron Plate, Rusty Iron Plate, Rusty Iron Plate, Rusty Iron Plate and Rusty Iron Plate, arranged in the pattern shown. Produces 4× Rusty Iron Plate Stairs.

Crafting conditional
Rusty Iron Plate Stairs Rusty Iron Plate Stairs ×4 guaranteed

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, Rusty Iron Plate and Rusty Iron Plate, arranged in the pattern shown. Produces 6× Rusty Iron Plate Slab.

Crafting conditional
Rusty Iron Plate Slab Rusty Iron Plate Slab ×6 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:rusty_iron_plate
Namespace
quark
Mod ID
quark
Tags (2)
forge:blocks/needs_stone_tool
minecraft:blocks/mineable/pickaxe

Recipe JSON (3):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "#W#",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "quark:iron_plate"
    },
    "W": {
      "item": "minecraft:water_bucket"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "iron_plates",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:splashing",
  "pattern": null,
  "ingredients": {
    "item": "quark:iron_plate"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "quark"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "#W#",
    "###"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/iron"
    },
    "W": {
      "item": "minecraft:water_bucket"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "iron_plates",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}