Railing Blackstone Wall
mcwfences:railing_blackstone_wall

Railing Blackstone Wall

Macaw's Fences and Walls · by Sketch Macaw & Peachy Macaw
block Railing WallsFencesPickaxe MineableFences

Acquisition

Stone Cutting using Blackstone. Produces Railing Blackstone Wall.

Stone Cutting
Railing Blackstone Wall Railing Blackstone Wall guaranteed

Crafting using Polished Blackstone Bricks, Iron Bars, Polished Blackstone Bricks, Polished Blackstone Bricks, Polished Blackstone Bricks and Polished Blackstone Bricks, arranged in the pattern shown. Produces 6× Railing Blackstone Wall.

Crafting
Railing Blackstone Wall Railing Blackstone Wall ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Railing Blackstone Wall1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
mcwfences:railing_blackstone_wall
Namespace
mcwfences
Mod ID
mcwfences
Tags (4)
mcwfences:blocks/railing_walls
minecraft:blocks/fences
minecraft:blocks/mineable/pickaxe
minecraft:items/fences

Recipe JSON (2):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:blackstone"
  },
  "conditions": [],
  "sequence": null,
  "group_name": "fences",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "ABA",
    "AAA"
  ],
  "ingredients": {
    "A": {
      "item": "minecraft:polished_blackstone_bricks"
    },
    "B": {
      "item": "minecraft:iron_bars"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "railing_wall",
  "experience": null,
  "cooking_time": null
}