minecraft:cut_copper

Cut Copper

Minecraft · by Mojang Studios
block Pickaxe MineableNeeds Stone Tool

Acquisition

Crafting using Block of Copper, Block of Copper, Block of Copper and Block of Copper, arranged in the pattern shown. Produces 4× Cut Copper.

Crafting
Cut Copper ×4 guaranteed

Charging using no listed ingredients. Produces Cut Copper.

Charging
Cut Copper guaranteed

Mining & drops

sourcecountchanceconditions
Cut Copper1–1100%Survives Explosion

Used in (5)

Crafting using Cut Copper, Cut Copper, Cut Copper, Cut Copper, Cut Copper and Cut Copper, arranged in the pattern shown. Produces 4× Cut Copper Stairs.

Crafting
Cut Copper Stairs Cut Copper Stairs ×4 guaranteed

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

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

Crafting ⇆ any arrangement
Waxed Cut Copper guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:cut_copper
Namespace
minecraft
Mod ID
minecraft
Tags (2)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_stone_tool

Recipe JSON (5):

{
  "recipe_type": "create:deploying",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:exposed_cut_copper"
    },
    {
      "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"
    },
    {
      "tag": "minecraft:axes"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "##",
    "##"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:copper_block"
    }
  },
  "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
}