Mossy Oak Stairs
16×16 · BAKED

block· Stairs

Mossy Oak Stairs

Ribbits · by Joosh, YUNGNICKYOUNG, HellionGames, Refresh Studios
block Wooden StairsWooden Stairs

Mossy Oak Stairs is a block from Ribbits, crafted from Oak Stairs and Moss Block.

Acquisition

Crafting using Oak Stairs and Moss Block, in any arrangement. Produces Mossy Oak Stairs.

Crafting ⇆ any arrangement
Mossy Oak Stairs Mossy Oak Stairs guaranteed

Crafting using Mossy Oak Planks, Mossy Oak Planks, Mossy Oak Planks, Mossy Oak Planks, Mossy Oak Planks and Mossy Oak Planks, arranged in the pattern shown. Produces 4× Mossy Oak Stairs.

Crafting
Mossy Oak Stairs Mossy Oak Stairs ×4 guaranteed

Mining & drops

sourcecountdrop rateconditions
Mossy Oak 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
ribbits:mossy_oak_planks_stairs
Namespace
ribbits
Mod ID
ribbits
Tags (2)
minecraft:blocks/wooden_stairs
minecraft:items/wooden_stairs

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:oak_stairs"
    },
    {
      "item": "minecraft:moss_block"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": "mossy_oak_planks",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#  ",
    "## ",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "ribbits:mossy_oak_planks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "wooden_stairs",
  "experience": null,
  "cooking_time": null
}