Stone Cutting using Tuff. Produces Tuff Bricks.


Stone Cutting using Tuff. Produces Tuff Bricks.

Stone Cutting using Polished Tuff. Produces Tuff Bricks.

Crafting using Polished Tuff, Polished Tuff, Polished Tuff and Polished Tuff, arranged in the pattern shown. Produces 4× Tuff Bricks.
| source | count | chance | conditions |
|---|---|---|---|
| Tuff Bricks | 1–1 | 100% | Survives Explosion |
Crafting using Tuff Bricks, Tuff Bricks, Tuff Bricks, Tuff Bricks, Tuff Bricks and Tuff Bricks, arranged in the pattern shown. Produces 6× Tuff Brick Wall.
Crafting using Tuff Bricks, Tuff Bricks, Tuff Bricks, Tuff Bricks, Tuff Bricks and Tuff Bricks, arranged in the pattern shown. Produces 4× Tuff Brick Stairs.
Stone Cutting using Tuff Bricks. Produces Tuff Brick Stairs.
Stone Cutting using Tuff Bricks. Produces Tuff Brick Slab.
Stone Cutting using Tuff Bricks. Produces Tuff Brick Vertical Slab.
Drops itself when broken.
quark:tuff_bricksquarkquarkminecraft:blocks/mineable/pickaxe
Recipe JSON (3):
{
"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: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_shaped",
"pattern": [
"##",
"##"
],
"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
}