Crafting using Tuff, Tuff and Tuff, arranged in the pattern shown. Produces 6× Tuff Slab.
Tuff Slab
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
Acquisition
Stone Cutting using Tuff. Produces Tuff Slab.
Crafting using Tuff Vertical Slab, in any arrangement. Produces Tuff Slab.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Tuff Slab | 1–1 | 100% | — |
Used in (1)
Crafting using Tuff Slab, Tuff Slab and Tuff Slab, arranged in the pattern shown. Produces 3× Tuff Vertical Slab.
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
quark:tuff_slab- Namespace
quark- Mod ID
quark- Tags (3)
minecraft:blocks/mineable/pickaxe minecraft:blocks/slabs minecraft:items/slabs
Recipe JSON (3):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"###"
],
"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: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_shapeless",
"pattern": null,
"ingredients": {
"item": "quark:tuff_vertical_slab"
},
"conditions": [
{
"raw": {
"flag": "vertical_slabs",
"type": "quark:flag"
},
"type": "quark:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
