Stone Cutting using Copper Ingot. Produces Copper Catwalk Stairs.
block· Stairs
Copper Catwalk Stairs
Create Deco · by Kayla, Talrey, Ordana, Cassian
Copper Catwalk Stairs is a block from Create Deco, crafted from Copper Ingot.
Acquisition
Crafting using Copper Catwalk, Copper Catwalk and Copper Bars, arranged in the pattern shown. Produces 2× Copper Catwalk Stairs.
- Inputs
- 2 × Copper Catwalk
- Copper Bars
- Output
- → Copper Catwalk Stairs ×2
Mining & drops
| source | count | drop rate | conditions |
|---|---|---|---|
| Copper Catwalk Stairs | 1–1 | 100% | — |
Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.
Block drops
| drops | count | drop rate | conditions |
|---|---|---|---|
| Copper Catwalk Stairs | 1–1 | 100% | — |
| Copper Catwalk Railing | 1–1 | 100% | — |
Drop rates are per-roll probabilities, not absolute find rates — actual odds also depend on structure generation and loot pool weights.
Related items
Developer reference
- Registry name
createdeco:copper_catwalk_stairs- Namespace
createdeco- Mod ID
createdeco- Tags (2)
create:blocks/fan_transparent minecraft:blocks/mineable/pickaxe
Recipe JSON (2):
{
"recipe_type": "minecraft:stonecutting",
"pattern": null,
"ingredients": {
"item": "minecraft:copper_ingot"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" c",
"cb"
],
"ingredients": {
"b": {
"item": "createdeco:copper_bars"
},
"c": {
"item": "createdeco:copper_catwalk"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}