Item Pipe
modern_industrialization:item_pipe

Item Pipe

Modern Industrialization · by Azercoco, Technici4n
item Item Pipes

Item Pipe is a item from Modern Industrialization, crafted from Item Pipe and Water Bucket.

Acquisition

Crafting Shaped using Item Pipe and Water Bucket, arranged in the pattern shown. Produces Item Pipe.

Crafting Shaped
Item Pipe
Water Bucket
Item Pipe Item Pipe guaranteed

Crafting using Bronze Curved Plate, Bronze Curved Plate, Bronze Curved Plate, Steel Gear, Steel Gear, Bronze Curved Plate, Bronze Curved Plate and Bronze Curved Plate, arranged in the pattern shown. Produces 16× Item Pipe.

Crafting
Bronze Curved Plate
Bronze Curved Plate
Bronze Curved Plate
Steel Gear
Steel Gear
Bronze Curved Plate
Bronze Curved Plate
Bronze Curved Plate
Item Pipe Item Pipe ×16 guaranteed

Crafting Shaped using Item Pipe, Item Pipe, Item Pipe, Item Pipe, Water Bucket, Item Pipe, Item Pipe, Item Pipe and Item Pipe, arranged in the pattern shown. Produces 8× Item Pipe.

Crafting Shaped
Item Pipe
Item Pipe
Item Pipe
Item Pipe
Water Bucket
Item Pipe
Item Pipe
Item Pipe
Item Pipe
Item Pipe Item Pipe ×8 guaranteed
Developer reference
Registry name
modern_industrialization:item_pipe
Namespace
modern_industrialization
Mod ID
modern_industrialization
Tags (1)
modern_industrialization:items/item_pipes

Recipe JSON (3):

{
  "recipe_type": "crafting_shaped",
  "pattern": [
    "pb"
  ],
  "ingredients": {
    "b": {
      "item": "water_bucket"
    },
    "p": {
      "tag": "modern_industrialization:item_pipes"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "CCC",
    "G G",
    "CCC"
  ],
  "ingredients": {
    "C": {
      "item": "modern_industrialization:bronze_curved_plate"
    },
    "G": {
      "tag": "c:steel_gears"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "crafting_shaped",
  "pattern": [
    "ppp",
    "pbp",
    "ppp"
  ],
  "ingredients": {
    "b": {
      "item": "water_bucket"
    },
    "p": {
      "tag": "modern_industrialization:item_pipes"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}