Crafting using Copper Ingot, Any Glass and Copper Ingot, arranged in the pattern shown. Produces 6× Copper Pipe.
Copper Pipe
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
Acquisition
Crafting using Encased Copper Pipe, in any arrangement. Produces Copper Pipe.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Copper Pipe | 1–1 | 100% | Survives Explosion |
Used in (1)
Crafting using Copper Pipe and Glass, in any arrangement. Produces Encased Copper Pipe.
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
quark:pipe- Namespace
quark- Mod ID
quark- Tags (3)
minecraft:blocks/mineable/pickaxe quark:blocks/pipes quark:items/pipes
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"I",
"G",
"I"
],
"ingredients": {
"G": {
"tag": "forge:glass"
},
"I": {
"tag": "forge:ingots/copper"
}
},
"conditions": [
{
"raw": {
"flag": "pipes",
"type": "quark:flag"
},
"type": "quark:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": {
"item": "quark:encased_pipe"
},
"conditions": [
{
"raw": {
"flag": "encased_pipes",
"type": "quark:flag"
},
"type": "quark:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}

