Smooth Shellstone Stairs
naturalist:smooth_shellstone_stairs

Smooth Shellstone Stairs

Naturalist · by Starfish Studios
block Shellstone

Acquisition

Crafting using Smooth Shellstone, Smooth Shellstone, Smooth Shellstone, Smooth Shellstone, Smooth Shellstone and Smooth Shellstone, arranged in the pattern shown. Produces 4× Smooth Shellstone Stairs.

Crafting
Smooth Shellstone Stairs Smooth Shellstone Stairs ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Smooth Shellstone Stairs1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
naturalist:smooth_shellstone_stairs
Namespace
naturalist
Mod ID
naturalist
Tags (1)
naturalist:blocks/shellstone

Recipe JSON (2):

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