Railing Sandstone Wall
mcwfences:railing_sandstone_wall

Railing Sandstone Wall

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

Acquisition

Crafting using Smooth Sandstone, Iron Bars, Smooth Sandstone, Smooth Sandstone, Smooth Sandstone and Smooth Sandstone, arranged in the pattern shown. Produces 6× Railing Sandstone Wall.

Crafting
Railing Sandstone Wall Railing Sandstone Wall ×6 guaranteed

Stone Cutting using Sandstone. Produces Railing Sandstone Wall.

Stone Cutting
Railing Sandstone Wall Railing Sandstone Wall guaranteed

Mining & drops

sourcecountchanceconditions
Railing Sandstone Wall1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
mcwfences:railing_sandstone_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:crafting_shaped",
  "pattern": [
    "ABA",
    "AAA"
  ],
  "ingredients": {
    "A": {
      "item": "minecraft:smooth_sandstone"
    },
    "B": {
      "item": "minecraft:iron_bars"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "railing_wall",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:sandstone"
  },
  "conditions": [],
  "sequence": null,
  "group_name": "fences",
  "experience": null,
  "cooking_time": null
}