Soul Sandstone Stairs
quark:soul_sandstone_stairs

Soul Sandstone Stairs

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Pickaxe MineableSoul Fire Base BlocksSoul Speed BlocksStairsStairs

Acquisition

Crafting using Soul Sandstone, Soul Sandstone, Soul Sandstone, Soul Sandstone, Soul Sandstone and Soul Sandstone, arranged in the pattern shown. Produces 4× Soul Sandstone Stairs.

Crafting conditional
Soul Sandstone Stairs Soul Sandstone Stairs ×4 guaranteed

Stone Cutting using Soul Sandstone. Produces Soul Sandstone Stairs.

Stone Cutting conditional
Soul Sandstone Stairs Soul Sandstone Stairs guaranteed

Mining & drops

sourcecountchanceconditions
Soul Sandstone Stairs1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:soul_sandstone_stairs
Namespace
quark
Mod ID
quark
Tags (5)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/soul_fire_base_blocks
minecraft:blocks/soul_speed_blocks
minecraft:blocks/stairs
minecraft:items/stairs

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#  ",
    "## ",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "quark:soul_sandstone"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "soul_sandstone",
        "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:soul_sandstone"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "soul_sandstone",
            "type": "quark:flag"
          },
          {
            "flag": "sandstone_bricks",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}