Dreadstone Bricks Stairs
iceandfire:dread_stone_stairs

Dreadstone Bricks Stairs

Ice and Fire · by Alexthe666, TheBv
block

Acquisition

Crafting using Dreadstone Bricks, Dreadstone Bricks, Dreadstone Bricks, Dreadstone Bricks, Dreadstone Bricks and Dreadstone Bricks, arranged in the pattern shown. Produces 4× Dreadstone Bricks Stairs.

Crafting
Dreadstone Bricks Stairs Dreadstone Bricks Stairs ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Dreadstone Bricks Stairs1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
iceandfire:dread_stone_stairs
Namespace
iceandfire
Mod ID
iceandfire

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "D  ",
    "DD ",
    "DDD"
  ],
  "ingredients": {
    "D": {
      "item": "iceandfire:dread_stone_bricks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "iceandfire:dread_stone_bricks"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}