Frosted Stone Brick Stairs
cataclysm:frosted_stone_brick_stairs

Frosted Stone Brick Stairs

cataclysm · by L_Ender
block Pickaxe MineableStairs

Acquisition

Crafting using Frosted Stone Bricks, Frosted Stone Bricks, Frosted Stone Bricks, Frosted Stone Bricks, Frosted Stone Bricks and Frosted Stone Bricks, arranged in the pattern shown. Produces 4× Frosted Stone Brick Stairs.

Crafting
Frosted Stone Brick Stairs Frosted Stone Brick Stairs ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Frosted Stone Brick Stairs1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
cataclysm:frosted_stone_brick_stairs
Namespace
cataclysm
Mod ID
cataclysm
Tags (2)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/stairs

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#  ",
    "## ",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "cataclysm:frosted_stone_bricks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "anyOf": [
      {
        "item": "cataclysm:frosted_stone_bricks"
      }
    ]
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}