create:copper_tiles

Copper Tiles

Create · by simibubi
block Pickaxe MineableNeeds Stone Tool

Acquisition

Mining & drops

sourcecountchanceconditions
Copper Tiles1–1100%Survives Explosion

Used in (6)

Crafting using Copper Tiles, Copper Tiles and Copper Tiles, arranged in the pattern shown. Produces 6× Copper Tile Slab.

Crafting
Copper Tile Slab Copper Tile Slab ×6 guaranteed

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

Crafting
Copper Tile Stairs Copper Tile Stairs ×4 guaranteed

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

Crafting ⇆ any arrangement
Waxed Copper Tiles guaranteed
view all 6 →

Block drops

Drops itself when broken.

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

Recipe JSON (3):

{
  "recipe_type": "create:deploying",
  "pattern": null,
  "ingredients": [
    {
      "item": "create:exposed_copper_tiles"
    },
    {
      "tag": "minecraft:axes"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "tag": "forge:ingots/copper"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:deploying",
  "pattern": null,
  "ingredients": [
    {
      "item": "create:waxed_copper_tiles"
    },
    {
      "tag": "minecraft:axes"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}