create:weathered_copper_tiles

Weathered Copper Tiles

Create · by simibubi
block Pickaxe MineableNeeds Stone Tool

Acquisition

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

Deploying
Weathered Copper Tiles guaranteed

Mining & drops

sourcecountchanceconditions
Weathered Copper Tiles1–1100%Survives Explosion

Used in (7)

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

Crafting ⇆ any arrangement
Waxed Weathered Copper Tiles guaranteed

Deploying using Weathered Copper Tiles and Any Axes. Produces Exposed Copper Tiles.

Deploying
Exposed Copper Tiles guaranteed
view all 7 →

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "create:deploying",
  "pattern": null,
  "ingredients": [
    {
      "item": "create:waxed_weathered_copper_tiles"
    },
    {
      "tag": "minecraft:axes"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:deploying",
  "pattern": null,
  "ingredients": [
    {
      "item": "create:oxidized_copper_tiles"
    },
    {
      "tag": "minecraft:axes"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}