End Stone Brick Weathered Wall
betterend:end_stone_brick_weathered_wall

End Stone Brick Weathered Wall

item Pickaxe MineableWalls

End Stone Brick Weathered Wall is a item from Unknown Mod, crafted from End Stone Brick Weathered.

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 Weathered Wall.

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

Mining & drops

sourcecountchanceconditions
End Stone Brick Weathered Wall1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
betterend:end_stone_brick_weathered_wall
Namespace
betterend
Mod ID
unknown
Tags (2)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/walls

Recipe JSON (2):

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