Stone Cutting using Rusty Iron Plate. Produces Rusty Iron Plate Vertical Slab.
Rusty Iron Plate Vertical Slab
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
Acquisition
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.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Rusty Iron Plate Vertical Slab | 1–1 | 100% | — |
Used in (1)
Crafting using Rusty Iron Plate Vertical Slab, in any arrangement. Produces Rusty Iron Plate Slab.
Block drops
Drops itself when broken.
Related items
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
}
