Chiseled Permafrost Brick Stairs
ad_astra:chiseled_permafrost_brick_stairs

Chiseled Permafrost Brick Stairs

Ad Astra · by Alex Nijjar
block Pickaxe MineableStairsStairs

Acquisition

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

Crafting
Chiseled Permafrost Brick Stairs Chiseled Permafrost Brick Stairs ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Chiseled Permafrost Brick Stairs1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
ad_astra:chiseled_permafrost_brick_stairs
Namespace
ad_astra
Mod ID
ad_astra
Tags (3)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/stairs
minecraft:items/stairs

Recipe JSON (2):

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