Gingerbread Stairs
create_confectionery:gingerbread_stairs

Gingerbread Stairs

Create Confectionery · by Furti_Two
block Pickaxe Mineable

Gingerbread Stairs is a block from Create Confectionery, crafted from Gingerbread Block.

Acquisition

Crafting using Gingerbread Block, Gingerbread Block, Gingerbread Block, Gingerbread Block, Gingerbread Block and Gingerbread Block, arranged in the pattern shown. Produces 4× Gingerbread Stairs.

Crafting
Gingerbread Stairs Gingerbread Stairs ×4 guaranteed

Block drops

Drops itself

Developer reference
Registry name
create_confectionery:gingerbread_stairs
Namespace
create_confectionery
Mod ID
create_confectionery
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "0  ",
    "34 ",
    "678"
  ],
  "ingredients": {
    "0": {
      "item": "create_confectionery:gingerbread_block"
    },
    "3": {
      "item": "create_confectionery:gingerbread_block"
    },
    "4": {
      "item": "create_confectionery:gingerbread_block"
    },
    "6": {
      "item": "create_confectionery:gingerbread_block"
    },
    "7": {
      "item": "create_confectionery:gingerbread_block"
    },
    "8": {
      "item": "create_confectionery:gingerbread_block"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "create_confectionery:gingerbread_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}