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.
Engineer's Blueprint
Immersive Engineering · by BluSunrize and Damien A.W. Hazard
Acquisition
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 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 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.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Engineers House (immersiveengineering) immersiveengineering:engineers_house | 1–4 | 100% | — |
Loot table: Engineers House (immersiveengineering) immersiveengineering:engineers_house | 1–4 | 100% | — |
Loot table: Engineers House (immersiveengineering) immersiveengineering:engineers_house | 1–4 | 100% | — |
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
}