Crafting using Any Valve Handles, in any arrangement. Produces Copper Valve Handle.
Copper Valve Handle
Create · by simibubi
Acquisition
Crafting using Any Copper Plate, Any Copper Plate, Any Copper Plate and Andesite Alloy, arranged in the pattern shown. Produces Copper Valve Handle.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Copper Valve Handle | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
create:copper_valve_handle- Namespace
create- Mod ID
create- Tags (4)
create:blocks/brittle create:blocks/valve_handles create:items/valve_handles minecraft:blocks/mineable/pickaxe
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": {
"tag": "create:valve_handles"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"CCC",
" S "
],
"ingredients": {
"C": {
"tag": "forge:plates/copper"
},
"S": {
"item": "create:andesite_alloy"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}