Cut Copper Slab
minecraft:cut_copper_slab

Cut Copper Slab

Minecraft · by Mojang Studios
block Pickaxe MineableNeeds Stone ToolSlabsSlabs

Acquisition

Crafting using Cut Copper, Cut Copper and Cut Copper, arranged in the pattern shown. Produces 6× Cut Copper Slab.

Crafting
Cut Copper Slab Cut Copper Slab ×6 guaranteed

Charging using no listed ingredients. Produces Cut Copper Slab.

Charging
Cut Copper Slab Cut Copper Slab guaranteed

Mining & drops

sourcecountchanceconditions
Cut Copper Slab1–1100%

Used in (1)

Crafting using Cut Copper Slab and Honeycomb, in any arrangement. Produces Waxed Cut Copper Slab.

Crafting ⇆ any arrangement
Cut Copper Slab
Honeycomb
Waxed Cut Copper Slab Waxed Cut Copper Slab guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:cut_copper_slab
Namespace
minecraft
Mod ID
minecraft
Tags (4)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_stone_tool
minecraft:blocks/slabs
minecraft:items/slabs

Recipe JSON (6):

{
  "recipe_type": "create:deploying",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:exposed_cut_copper_slab"
    },
    {
      "tag": "minecraft:axes"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:copper_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:deploying",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:waxed_cut_copper_slab"
    },
    {
      "tag": "minecraft:axes"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:cut_copper"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:cut_copper"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "createaddition:charging",
  "pattern": null,
  "ingredients": null,
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}