Stone Cutting using Any Tuff Stone Type. Produces Cut Tuff Slab.
Cut Tuff Slab
Create · by simibubi
Acquisition
Crafting using Cut Tuff, Cut Tuff and Cut Tuff, arranged in the pattern shown. Produces 6× Cut Tuff Slab.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Cut Tuff Slab | 1–1 | 100% | — |
Used in (1)
Crafting using Cut Tuff Slab and Cut Tuff Slab, in any arrangement. Produces Cut Tuff.
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
create:cut_tuff_slab- Namespace
create- Mod ID
create- Tags (3)
minecraft:blocks/mineable/pickaxe minecraft:blocks/slabs minecraft:items/slabs
Recipe JSON (2):
{
"recipe_type": "minecraft:stonecutting",
"pattern": null,
"ingredients": {
"tag": "create:stone_types/tuff"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"XXX"
],
"ingredients": {
"X": {
"item": "create:cut_tuff"
}
},
"conditions": [],
"sequence": null,
"group_name": "cut_tuff_slab",
"experience": null,
"cooking_time": null
}
