minecraft:waxed_copper_block

Waxed Block of Copper

Minecraft · by Mojang Studios
block Pickaxe MineableNeeds Stone Tool

Acquisition

Deploying using Block of Copper and Honeycomb Block. Produces Waxed Block of Copper.

Deploying
Waxed Block of Copper guaranteed

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

Crafting ⇆ any arrangement
Waxed Block of Copper guaranteed

Mining & drops

sourcecountchanceconditions
Waxed Block of Copper1–1100%Survives Explosion

Used in (5)

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

Crafting
Waxed Cut Copper ×4 guaranteed

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

Crafting ⇆ any arrangement
Copper Ingot Copper Ingot ×9 guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "create:deploying",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:copper_block"
    },
    {
      "item": "minecraft:honeycomb_block"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:copper_block"
    },
    {
      "item": "minecraft:honeycomb"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": "waxed_copper_block",
  "experience": null,
  "cooking_time": null
}