Crafting using Any Copper Plate, Copper Ingot and Any Copper Plate, arranged in the pattern shown. Produces 4× Fluid Pipe.
Fluid Pipe
Create · by simibubi
Acquisition
Crafting using Any Copper Plate, Copper Ingot and Any Copper Plate, arranged in the pattern shown. Produces 4× Fluid Pipe.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Block loot table: Glass Fluid Pipe (create) create:glass_fluid_pipe | 1–1 | 100% | Survives Explosion |
Block loot table: Encased Fluid Pipe (create) create:encased_fluid_pipe | 1–1 | 100% | Survives Explosion |
| Fluid Pipe | 1–1 | 100% | Survives Explosion |
Used in (4)
Crafting using Cogwheel and Fluid Pipe, in any arrangement. Produces Mechanical Pump.
Crafting using Brass Sheet, Fluid Pipe and Electron Tube, arranged in the pattern shown. Produces Smart Fluid Pipe.
Crafting using Any Iron Plate and Fluid Pipe, in any arrangement. Produces Fluid Valve.
Mechanical Crafting using Andesite Alloy, Precision Mechanism, Fluid Pipe, Fluid Pipe, Fluid Pipe, Copper Ingot and Copper Ingot, arranged in the pattern shown. Produces Potato Cannon.
Block drops
Drops itself when broken.
Developer reference
- Registry name
create:fluid_pipe- Namespace
create- Mod ID
create- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"SCS"
],
"ingredients": {
"C": {
"tag": "forge:ingots/copper"
},
"S": {
"tag": "forge:plates/copper"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"S",
"C",
"S"
],
"ingredients": {
"C": {
"tag": "forge:ingots/copper"
},
"S": {
"tag": "forge:plates/copper"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}