Yellow Chalk Stairs
16×16 · BAKED

block· Stairs

Yellow Chalk Stairs

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

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

Acquisition

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

Crafting
Yellow Chalk Stairs Yellow Chalk Stairs ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Yellow Chalk Stairs1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
natures_spirit:yellow_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:yellow_chalk"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#  ",
    "## ",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "natures_spirit:yellow_chalk"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "yellow_chalk",
  "experience": null,
  "cooking_time": null
}