Railing Red Sandstone Wall
mcwfences:railing_red_sandstone_wall

Railing Red Sandstone Wall

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

Acquisition

Stone Cutting using Red Sandstone. Produces Railing Red Sandstone Wall.

Stone Cutting
Railing Red Sandstone Wall Railing Red Sandstone Wall guaranteed

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

Crafting
Railing Red Sandstone Wall Railing Red Sandstone Wall ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Railing Red Sandstone Wall1–1100%Survives Explosion

Block drops

Drops itself when broken.

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