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



