Stone Cutting using Dripstone Block. Produces Dripstone Bricks.


Stone Cutting using Dripstone Block. Produces Dripstone Bricks.

Stone Cutting using Polished Dripstone. Produces Dripstone Bricks.

Crafting using Polished Dripstone, Polished Dripstone, Polished Dripstone and Polished Dripstone, arranged in the pattern shown. Produces 4× Dripstone Bricks.
| source | count | chance | conditions |
|---|---|---|---|
| Dripstone Bricks | 1–1 | 100% | Survives Explosion |
Crafting using Dripstone Bricks, Dripstone Bricks, Dripstone Bricks, Dripstone Bricks, Dripstone Bricks and Dripstone Bricks, arranged in the pattern shown. Produces 6× Dripstone Brick Wall.
Crafting using Dripstone Bricks, Dripstone Bricks, Dripstone Bricks, Dripstone Bricks, Dripstone Bricks and Dripstone Bricks, arranged in the pattern shown. Produces 4× Dripstone Brick Stairs.
Stone Cutting using Dripstone Bricks. Produces Dripstone Brick Slab.
Stone Cutting using Dripstone Bricks. Produces Dripstone Brick Stairs.
Stone Cutting using Dripstone Bricks. Produces Dripstone Brick Wall.
Drops itself when broken.
quark:dripstone_bricksquarkquarkminecraft:blocks/mineable/pickaxe
Recipe JSON (3):
{
"recipe_type": "minecraft:stonecutting",
"pattern": null,
"ingredients": {
"item": "minecraft:dripstone_block"
},
"conditions": [
{
"raw": {
"type": "forge:and",
"values": [
{
"flag": "stone_bricks",
"type": "quark:flag"
},
{
"flag": "dripstone",
"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_dripstone"
},
"conditions": [
{
"raw": {
"type": "forge:and",
"values": [
{
"flag": "stone_bricks",
"type": "quark:flag"
},
{
"flag": "dripstone",
"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_dripstone"
}
},
"conditions": [
{
"raw": {
"type": "forge:and",
"values": [
{
"flag": "stone_bricks",
"type": "quark:flag"
},
{
"flag": "dripstone",
"type": "quark:flag"
}
]
},
"type": "forge:and"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}