Crafting using Copper Tiles, Copper Tiles and Copper Tiles, arranged in the pattern shown. Produces 6× Copper Tile Slab.
Copper Tile Slab
Create · by simibubi
Acquisition
Deploying using Exposed Copper Tile Slab and Any Axes. Produces Copper Tile Slab.
Deploying using Waxed Copper Tile Slab and Any Axes. Produces Copper Tile Slab.
Stone Cutting using Copper Tiles. Produces Copper Tile Slab.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Copper Tile Slab | 1–1 | 100% | — |
Used in (2)
Crafting using Copper Tile Slab and Honeycomb, in any arrangement. Produces Waxed Copper Tile Slab.
Deploying using Copper Tile Slab and Honeycomb Block. Produces Waxed Copper Tile Slab.
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
create: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:copper_tiles"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "create:deploying",
"pattern": null,
"ingredients": [
{
"item": "create:exposed_copper_tile_slab"
},
{
"tag": "minecraft:axes"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "create:deploying",
"pattern": null,
"ingredients": [
{
"item": "create:waxed_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:copper_tiles"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}

