End Stone Brick Wall
minecraft:end_stone_brick_wall

End Stone Brick Wall

Minecraft · by Mojang Studios
block WallsWalls

Acquisition

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

Crafting
End Stone Brick Wall End Stone Brick Wall ×6 guaranteed

Stone Cutting using End Stone. Produces End Stone Brick Wall.

Stone Cutting
End Stone Brick Wall End Stone Brick Wall guaranteed

Mining & drops

sourcecountchanceconditions
End Stone Brick Wall1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (3):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:end_stone_bricks"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:end_stone_bricks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:end_stone"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}