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