Magenta Item Pipe
modern_industrialization:magenta_item_pipe

Magenta Item Pipe

Dye Color:
Modern Industrialization · by Azercoco, Technici4n
item Item Pipes

Magenta Item Pipe is a item from Modern Industrialization, crafted from Item Pipe and Any Magenta Dyes.

Acquisition

Crafting using Item Pipe, Item Pipe, Item Pipe, Item Pipe, Any Magenta Dyes, Item Pipe, Item Pipe, Item Pipe and Item Pipe, arranged in the pattern shown. Produces 8× Magenta Item Pipe.

Crafting
Item Pipe
Item Pipe
Item Pipe
Item Pipe
Any Magenta Dyes
Item Pipe
Item Pipe
Item Pipe
Item Pipe
Magenta Item Pipe Magenta Item Pipe ×8 guaranteed

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

Crafting
Bronze Curved Plate
Bronze Curved Plate
Bronze Curved Plate
Steel Gear
Any Magenta Dyes
Steel Gear
Bronze Curved Plate
Bronze Curved Plate
Bronze Curved Plate
Magenta Item Pipe Magenta Item Pipe ×16 guaranteed

Crafting using Item Pipe and Any Magenta Dyes, arranged in the pattern shown. Produces Magenta Item Pipe.

Crafting
Item Pipe
Any Magenta Dyes
Magenta Item Pipe Magenta Item Pipe guaranteed
Developer reference
Registry name
modern_industrialization:magenta_item_pipe
Namespace
modern_industrialization
Mod ID
modern_industrialization
Tags (1)
modern_industrialization:items/item_pipes

Recipe JSON (3):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "ppp",
    "pdp",
    "ppp"
  ],
  "ingredients": {
    "d": {
      "tag": "c:magenta_dyes"
    },
    "p": {
      "tag": "modern_industrialization:item_pipes"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "CCC",
    "GdG",
    "CCC"
  ],
  "ingredients": {
    "C": {
      "item": "modern_industrialization:bronze_curved_plate"
    },
    "G": {
      "tag": "c:steel_gears"
    },
    "d": {
      "tag": "c:magenta_dyes"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "pd"
  ],
  "ingredients": {
    "d": {
      "tag": "c:magenta_dyes"
    },
    "p": {
      "tag": "modern_industrialization:item_pipes"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}