Smart Fluid Pipe
create:smart_fluid_pipe

Smart Fluid Pipe

Create · by simibubi
block Pickaxe Mineable

Acquisition

Crafting using Brass Sheet, Fluid Pipe and Electron Tube, arranged in the pattern shown. Produces Smart Fluid Pipe.

Crafting
Brass Sheet
Fluid Pipe
Electron Tube
Smart Fluid Pipe Smart Fluid Pipe guaranteed

Mining & drops

sourcecountchanceconditions
Smart Fluid Pipe1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "I",
    "S",
    "P"
  ],
  "ingredients": {
    "I": {
      "tag": "forge:plates/brass"
    },
    "P": {
      "item": "create:electron_tube"
    },
    "S": {
      "item": "create:fluid_pipe"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}