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