Deepslate Brick Bridge Support
mcwbridges:deepslate_brick_bridge_pier

Deepslate Brick Bridge Support

Macaw's Bridges · by Sketch Macaw & Peachy Macaw
block Stone PiersPickaxe Mineable

Acquisition

Stone Cutting using Deepslate Bricks. Produces Deepslate Brick Bridge Support.

Stone Cutting
Deepslate Brick Bridge Support Deepslate Brick Bridge Support guaranteed

Crafting using Deepslate Bricks, Deepslate Brick Wall and Deepslate Bricks, arranged in the pattern shown. Produces 3× Deepslate Brick Bridge Support.

Crafting
Deepslate Brick Bridge Support Deepslate Brick Bridge Support ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Deepslate Brick Bridge Support1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
mcwbridges:deepslate_brick_bridge_pier
Namespace
mcwbridges
Mod ID
mcwbridges
Tags (2)
mcwbridges:blocks/stone_piers
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:deepslate_bricks"
  },
  "conditions": [],
  "sequence": null,
  "group_name": "stonecutting",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "WFW"
  ],
  "ingredients": {
    "F": {
      "item": "minecraft:deepslate_brick_wall"
    },
    "W": {
      "item": "minecraft:deepslate_bricks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "stone_piers",
  "experience": null,
  "cooking_time": null
}