minecraft:end_stone_bricks

End Stone Bricks

Minecraft · by Mojang Studios
block Pickaxe Mineable

Acquisition

Crafting using End Stone, End Stone, End Stone and End Stone, arranged in the pattern shown. Produces 4× End Stone Bricks.

Crafting
End Stone Bricks ×4 guaranteed

Mining & drops

sourcecountchanceconditions
End Stone Bricks1–1100%Survives Explosion

Used in (6)

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 4× End Stone Brick Stairs.

Crafting
End Stone Brick Stairs End Stone Brick Stairs ×4 guaranteed

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
view all 6 →

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:end_stone_bricks
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

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