Engineer's Blueprint
immersiveengineering:blueprint

Engineer's Blueprint

Immersive Engineering · by BluSunrize and Damien A.W. Hazard
item

Acquisition

Crafting using Copper Ingot, Aluminium Ingot, Any Iron Ingot, Any Blue Dye, Any Blue Dye, Any Blue Dye, Paper, Paper and Paper, arranged in the pattern shown. Produces Engineer's Blueprint.

Crafting
Copper Ingot
Aluminium Ingot
Any Iron Ingot
Any Blue Dye
Any Blue Dye
Any Blue Dye
Paper
Paper
Paper
Engineer's Blueprint Engineer's Blueprint guaranteed

Crafting using Any Iron Plate, Any Blue Dye, Any Blue Dye, Any Blue Dye, Paper, Paper and Paper, arranged in the pattern shown. Produces Engineer's Blueprint.

Crafting
Any Iron Plate
Any Blue Dye
Any Blue Dye
Any Blue Dye
Paper
Paper
Paper
Engineer's Blueprint Engineer's Blueprint guaranteed

Crafting using Any Banners, Any Blue Dye, Any Blue Dye, Any Blue Dye, Paper, Paper and Paper, arranged in the pattern shown. Produces Engineer's Blueprint.

Crafting
Any Banners
Any Blue Dye
Any Blue Dye
Any Blue Dye
Paper
Paper
Paper
Engineer's Blueprint Engineer's Blueprint guaranteed

Crafting using Any Gunpowder, Empty Casing, Any Gunpowder, Any Blue Dye, Any Blue Dye, Any Blue Dye, Paper, Paper and Paper, arranged in the pattern shown. Produces Engineer's Blueprint.

Crafting
Any Gunpowder
Empty Casing
Any Gunpowder
Any Blue Dye
Any Blue Dye
Any Blue Dye
Paper
Paper
Paper
Engineer's Blueprint Engineer's Blueprint guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Engineers House (immersiveengineering) immersiveengineering:engineers_house1–4100%
Loot table: Engineers House (immersiveengineering) immersiveengineering:engineers_house1–4100%
Loot table: Engineers House (immersiveengineering) immersiveengineering:engineers_house1–4100%
Developer reference
Registry name
immersiveengineering:blueprint
Namespace
immersiveengineering
Mod ID
immersiveengineering

Recipe JSON (4):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "jkl",
    "ddd",
    "ppp"
  ],
  "ingredients": {
    "d": {
      "tag": "forge:dyes/blue"
    },
    "j": {
      "tag": "forge:ingots/copper"
    },
    "k": {
      "tag": "forge:ingots/aluminum"
    },
    "l": {
      "tag": "forge:ingots/iron"
    },
    "p": {
      "item": "minecraft:paper"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " P ",
    "ddd",
    "ppp"
  ],
  "ingredients": {
    "P": {
      "tag": "forge:plates/iron"
    },
    "d": {
      "tag": "forge:dyes/blue"
    },
    "p": {
      "item": "minecraft:paper"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " b ",
    "ddd",
    "ppp"
  ],
  "ingredients": {
    "b": {
      "tag": "minecraft:banners"
    },
    "d": {
      "tag": "forge:dyes/blue"
    },
    "p": {
      "item": "minecraft:paper"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "gcg",
    "ddd",
    "ppp"
  ],
  "ingredients": {
    "c": {
      "item": "immersiveengineering:empty_casing"
    },
    "d": {
      "tag": "forge:dyes/blue"
    },
    "g": {
      "tag": "forge:gunpowder"
    },
    "p": {
      "item": "minecraft:paper"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}