Nether Brick Wall
minecraft:nether_brick_wall

Nether Brick Wall

Minecraft · by Mojang Studios
block WallsWalls

Acquisition

Crafting using Nether Bricks, Nether Bricks, Nether Bricks, Nether Bricks, Nether Bricks and Nether Bricks, arranged in the pattern shown. Produces 6× Nether Brick Wall.

Crafting
Nether Brick Wall Nether Brick Wall ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Nether Brick Wall1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:nether_brick_wall
Namespace
minecraft
Mod ID
minecraft
Tags (2)
minecraft:blocks/walls
minecraft:items/walls

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:nether_bricks"
    }
  },
  "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
}