minecraft:weathered_cut_copper

Weathered Cut Copper

Minecraft · by Mojang Studios
block Pickaxe MineableNeeds Stone Tool

Acquisition

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

Crafting
Weathered Cut Copper ×4 guaranteed

Deploying using Oxidized Cut Copper and Any Axes. Produces Weathered Cut Copper.

Deploying
Weathered Cut Copper guaranteed

Charging using no listed ingredients. Produces Weathered Cut Copper.

Charging
Weathered Cut Copper guaranteed

Mining & drops

sourcecountchanceconditions
Weathered Cut Copper1–1100%Survives Explosion

Used in (5)

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

Crafting
Weathered Cut Copper Slab Weathered Cut Copper Slab ×6 guaranteed

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

Crafting
Weathered Cut Copper Stairs Weathered Cut Copper Stairs ×4 guaranteed

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

Crafting ⇆ any arrangement
Waxed Weathered Cut Copper guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (5):

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