Orange Chalk Stairs
16×16 · BAKED

block· Stairs

Orange Chalk Stairs

Dye Color:
Nature's Spirit · by Team Hibiscus
block Chalk StairsChalk Stairs

Orange Chalk Stairs is a block from Nature's Spirit, crafted from Orange Chalk.

Acquisition

Crafting using Orange Chalk, Orange Chalk, Orange Chalk, Orange Chalk, Orange Chalk and Orange Chalk, arranged in the pattern shown. Produces 4× Orange Chalk Stairs.

Crafting
  • Inputs
  • 6 × Orange Chalk
  • Output
  • Orange Chalk Stairs ×4
Orange Chalk Stairs Orange Chalk Stairs ×4 guaranteed

Mining & drops

sourcecountdrop rateconditions
Orange Chalk Stairs1–1100%Survives Explosion

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Block drops

Drops itself when broken.

Developer reference
Registry name
natures_spirit:orange_chalk_stairs
Namespace
natures_spirit
Mod ID
natures_spirit
Tags (2)
natures_spirit:blocks/chalk_stairs
natures_spirit:items/chalk_stairs

Recipe JSON (2):

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