Red Chalk Stairs
16×16 · BAKED

block· Stairs

Red Chalk Stairs

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

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

Acquisition

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

Crafting
Red Chalk Stairs Red Chalk Stairs ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Red Chalk Stairs1–1100%Survives Explosion

Block drops

Drops itself when broken.

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