Cobbled Mycelite Stairs
botania:metamorphic_fungal_cobblestone_stairs

Cobbled Mycelite Stairs

Botania · by Vazkii, wiiv, williewillus, dylan4ever, Hubry, Alwinfy, artemisSystem, Falkory220, Wormbo
block Pickaxe MineableMushroom Grow BlockStairsStairs

Acquisition

Crafting using Cobbled Mycelite, Cobbled Mycelite, Cobbled Mycelite, Cobbled Mycelite, Cobbled Mycelite and Cobbled Mycelite, arranged in the pattern shown. Produces 4× Cobbled Mycelite Stairs.

Crafting
Cobbled Mycelite Stairs Cobbled Mycelite Stairs ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Cobbled Mycelite Stairs1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
botania:metamorphic_fungal_cobblestone_stairs
Namespace
botania
Mod ID
botania
Tags (4)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/mushroom_grow_block
minecraft:blocks/stairs
minecraft:items/stairs

Recipe JSON (2):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "botania:metamorphic_fungal_cobblestone"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "Q  ",
    "QQ ",
    "QQQ"
  ],
  "ingredients": {
    "Q": {
      "item": "botania:metamorphic_fungal_cobblestone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "botania:metamorphic_cobble_stairs",
  "experience": null,
  "cooking_time": null
}