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