Universal Pipe
pipez:universal_pipe

Universal Pipe

Pipez · by Max Henkel
block Pickaxe Mineable

Universal Pipe is a block from Pipez, crafted from Item Pipe, Energy Pipe, Fluid Pipe, Any Iron Ingot, and Any Redstone Storage Block.

Acquisition

Crafting using Item Pipe, Energy Pipe, Fluid Pipe, Any Iron Ingot, Any Redstone Storage Block, Any Iron Ingot, Item Pipe, Energy Pipe and Fluid Pipe, arranged in the pattern shown. Produces 6× Universal Pipe.

Crafting
Item Pipe
Energy Pipe
Fluid Pipe
Any Iron Ingot
Any Redstone Storage Block
Any Iron Ingot
Item Pipe
Energy Pipe
Fluid Pipe
Universal Pipe Universal Pipe ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Universal Pipe1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
pipez:universal_pipe
Namespace
pipez
Mod ID
pipez
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "IEF",
    "MRM",
    "IEF"
  ],
  "ingredients": {
    "E": {
      "item": "pipez:energy_pipe"
    },
    "F": {
      "item": "pipez:fluid_pipe"
    },
    "I": {
      "item": "pipez:item_pipe"
    },
    "M": {
      "tag": "forge:ingots/iron"
    },
    "R": {
      "tag": "forge:storage_blocks/redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}