Exposed Copper Tile Slab
create:exposed_copper_tile_slab

Exposed Copper Tile Slab

Create · by simibubi
block Pickaxe MineableNeeds Stone ToolSlabs

Acquisition

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

Crafting
Exposed Copper Tile Slab Exposed Copper Tile Slab ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Exposed Copper Tile Slab1–1100%

Used in (3)

Crafting using Exposed Copper Tile Slab and Honeycomb, in any arrangement. Produces Waxed Exposed Copper Tile Slab.

Crafting ⇆ any arrangement
Exposed Copper Tile Slab
Honeycomb
Waxed Exposed Copper Tile Slab Waxed Exposed Copper Tile Slab guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
create:exposed_copper_tile_slab
Namespace
create
Mod ID
create
Tags (3)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_stone_tool
minecraft:blocks/slabs

Recipe JSON (4):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "XXX"
  ],
  "ingredients": {
    "X": {
      "item": "create:exposed_copper_tiles"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:deploying",
  "pattern": null,
  "ingredients": [
    {
      "item": "create:waxed_exposed_copper_tile_slab"
    },
    {
      "tag": "minecraft:axes"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "create:exposed_copper_tiles"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:deploying",
  "pattern": null,
  "ingredients": [
    {
      "item": "create:weathered_copper_tile_slab"
    },
    {
      "tag": "minecraft:axes"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}