Gingerbread Slab
create_confectionery:gingerbread_slab

Gingerbread Slab

Create Confectionery · by Furti_Two
block Pickaxe Mineable

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

Acquisition

Crafting using Gingerbread Block, Gingerbread Block and Gingerbread Block, arranged in the pattern shown. Produces 6× Gingerbread Slab.

Crafting
Gingerbread Slab Gingerbread Slab ×6 guaranteed

Block drops

Drops itself

Developer reference
Registry name
create_confectionery:gingerbread_slab
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:gingerbread_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "012"
  ],
  "ingredients": {
    "0": {
      "item": "create_confectionery:gingerbread_block"
    },
    "1": {
      "item": "create_confectionery:gingerbread_block"
    },
    "2": {
      "item": "create_confectionery:gingerbread_block"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}