minecraft:copper_block

Block of Copper

Minecraft · by Mojang Studios
block Pickaxe MineableNeeds Stone Tool

Acquisition

Blasting using Block of Raw Copper (750 ticks, 4.5 xp). Produces Block of Copper.

Blasting

750 ticks· 4.5 xp

Block of Copper guaranteed

Smelting using Block of Raw Copper (1500 ticks, 4.5 xp). Produces Block of Copper.

Smelting

1500 ticks· 4.5 xp

Block of Copper guaranteed

Deploying using Exposed Copper and Any Axes. Produces Block of Copper.

Deploying
Block of Copper guaranteed

Charging using no listed ingredients. Produces Block of Copper.

Charging
Block of Copper guaranteed

Crafting using Copper Ingot, Copper Ingot, Copper Ingot, Copper Ingot, Copper Ingot, Copper Ingot, Copper Ingot, Copper Ingot and Copper Ingot, arranged in the pattern shown. Produces Block of Copper.

Crafting
Copper Ingot
Copper Ingot
Copper Ingot
Copper Ingot
Copper Ingot
Copper Ingot
Copper Ingot
Copper Ingot
Copper Ingot
Block of Copper guaranteed

Mining & drops

sourcecountchanceconditions
Block of Copper1–1100%Survives Explosion

Used in (6)

Crafting using Block of Copper, in any arrangement. Produces 9× Copper Ingot.

Crafting ⇆ any arrangement
Copper Ingot Copper Ingot ×9 guaranteed

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

Crafting ⇆ any arrangement
Waxed Block of Copper guaranteed
view all 6 →

Block drops

Drops itself when broken.

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

Recipe JSON (6):

{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:raw_copper_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 4.5,
  "cooking_time": 750
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:raw_copper_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 4.5,
  "cooking_time": 1500
}
{
  "recipe_type": "create:deploying",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:exposed_copper"
    },
    {
      "tag": "minecraft:axes"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:deploying",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:waxed_copper_block"
    },
    {
      "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": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:copper_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}