Gingerbread Brick Stairs
create_confectionery:gingerbread_brick_stairs

Gingerbread Brick Stairs

Create Confectionery · by Furti_Two
block Pickaxe Mineable

Gingerbread Brick Stairs is a block from Create Confectionery, crafted from Gingerbread Bricks.

Acquisition

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

Crafting
Gingerbread Brick Stairs Gingerbread Brick Stairs ×4 guaranteed

Block drops

Drops itself

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

Recipe JSON (2):

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