Crafting using Nether Brick Slab and Nether Brick Slab, arranged in the pattern shown. Produces Chiseled Nether Bricks.

Chiseled Nether Bricks
Minecraft · by Mojang Studios
Acquisition
Stone Cutting using Nether Bricks. Produces Chiseled Nether Bricks.

Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Chiseled Nether Bricks | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
minecraft:chiseled_nether_bricks- Namespace
minecraft- Mod ID
minecraft- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"#",
"#"
],
"ingredients": {
"#": {
"item": "minecraft:nether_brick_slab"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:stonecutting",
"pattern": null,
"ingredients": {
"item": "minecraft:nether_bricks"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
