Polished Tuff Slab
quark:polished_tuff_slab

Polished Tuff Slab

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Pickaxe MineableSlabsSlabs

Acquisition

Crafting using Polished Tuff Vertical Slab, in any arrangement. Produces Polished Tuff Slab.

Crafting ⇆ any arrangement conditional
Polished Tuff Vertical Slab
Polished Tuff Slab Polished Tuff Slab guaranteed

Stone Cutting using Tuff. Produces Polished Tuff Slab.

Stone Cutting conditional
Polished Tuff Slab Polished Tuff Slab guaranteed

Crafting using Polished Tuff, Polished Tuff and Polished Tuff, arranged in the pattern shown. Produces 6× Polished Tuff Slab.

Crafting conditional
Polished Tuff Slab Polished Tuff Slab ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Polished Tuff Slab1–1100%

Used in (2)

Crafting using Polished Tuff Slab and Polished Tuff Slab, arranged in the pattern shown. Produces Tuff Pillar.

Crafting conditional
Polished Tuff Slab
Polished Tuff Slab
Tuff Pillar guaranteed

Crafting using Polished Tuff Slab, Polished Tuff Slab and Polished Tuff Slab, arranged in the pattern shown. Produces 3× Polished Tuff Vertical Slab.

Crafting conditional
Polished Tuff Slab
Polished Tuff Slab
Polished Tuff Slab
Polished Tuff Vertical Slab Polished Tuff Vertical Slab ×3 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:polished_tuff_slab
Namespace
quark
Mod ID
quark
Tags (3)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/slabs
minecraft:items/slabs

Recipe JSON (4):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "quark:polished_tuff"
  },
  "conditions": [
    {
      "raw": {
        "flag": "tuff",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "quark:polished_tuff_vertical_slab"
  },
  "conditions": [
    {
      "raw": {
        "flag": "vertical_slabs",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:tuff"
  },
  "conditions": [
    {
      "raw": {
        "flag": "tuff",
        "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:polished_tuff"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "tuff",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}