Stone Cutting using Sandstone Bricks. Produces Sandstone Brick Wall.
Sandstone Brick Wall
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
Acquisition
Crafting using Sandstone Bricks, Sandstone Bricks, Sandstone Bricks, Sandstone Bricks, Sandstone Bricks and Sandstone Bricks, arranged in the pattern shown. Produces 6× Sandstone Brick Wall.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Sandstone Brick Wall | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
quark:sandstone_bricks_wall- Namespace
quark- Mod ID
quark- Tags (3)
minecraft:blocks/mineable/pickaxe minecraft:blocks/walls minecraft:items/walls
Recipe JSON (2):
{
"recipe_type": "minecraft:stonecutting",
"pattern": null,
"ingredients": {
"item": "quark:sandstone_bricks"
},
"conditions": [
{
"raw": {
"flag": "sandstone_bricks",
"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:sandstone_bricks"
}
},
"conditions": [
{
"raw": {
"flag": "sandstone_bricks",
"type": "quark:flag"
},
"type": "quark:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
