Raw Gold Brick Stairs
quark:raw_gold_bricks_stairs

Raw Gold Brick Stairs

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Needs Iron ToolGuarded By PiglinsPickaxe MineableNeeds Iron ToolNeeds Stone ToolStairsPiglin LovedStairs

Acquisition

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

Crafting conditional
Raw Gold Brick Stairs Raw Gold Brick Stairs ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Raw Gold Brick Stairs1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:raw_gold_bricks_stairs
Namespace
quark
Mod ID
quark
Tags (8)
forge:blocks/needs_iron_tool
minecraft:blocks/guarded_by_piglins
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_iron_tool
minecraft:blocks/needs_stone_tool
minecraft:blocks/stairs
minecraft:items/piglin_loved
minecraft:items/stairs

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#  ",
    "## ",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "quark:raw_gold_bricks"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "raw_metal_bricks",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "quark:raw_gold_bricks"
  },
  "conditions": [
    {
      "raw": {
        "flag": "raw_metal_bricks",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}