Add remaining IC2 Classic patterns

This commit is contained in:
Andrew Miner
2015-01-10 08:32:38 -08:00
parent f5681a84aa
commit 8e91200f12
+73 -57
View File
@@ -7,8 +7,8 @@
"Copper Ore", "Copper Ore",
"Sticky Resin", "Sticky Resin",
"Tin Ore", "Tin Ore",
"Uranium", "UU Matter",
"UU Matter" "Uranium"
], ],
"recipes": [ "recipes": [
{ {
@@ -24,11 +24,31 @@
"output": "2x Ins. Gold Cable", "output": "2x Ins. Gold Cable",
"input": ["Insulated Gold Cable", "Rubber"], "input": ["Insulated Gold Cable", "Rubber"],
"pattern": "... .0. .1." "pattern": "... .0. .1."
}, {
"output": "2xIns. HV Cable",
"input": [[2, "Rubber"], "HV Cable"],
"pattern": "... 010 ..."
}, {
"output": "2xIns. HV Cable",
"input": ["HV Insulated Cable", "Rubber"],
"pattern": "... .0. .1."
}, { }, {
"output": "30K Cooling Cell", "output": "30K Cooling Cell",
"input": [[6, "Tin Ingot"], [3, "10K Cooling Cell"]], "input": [[6, "Tin Ingot"], [3, "10K Cooling Cell"]],
"pattern": "000 111 000", "pattern": "000 111 000",
"tools": "Crafting Table" "tools": "Crafting Table"
}, {
"output": "4xIns. HV Cable",
"input": [[3, "Rubber"], "HV Cable"],
"pattern": "... 000 .1."
}, {
"output": "4xIns. HV Cable",
"input": [[2, "Rubber"], "HV Insulated Cable"],
"pattern": "... 010 ..."
}, {
"output": "4xIns. HV Cable",
"input": ["HV 2x Insulated Cable", "Rubber"],
"pattern": "... .0. .1."
}, { }, {
"output": "60K Cooling Cell", "output": "60K Cooling Cell",
"input": [[6, "Tin Ingot"], [2, "30K Cooling Cell"], "Dense Copper Plate"], "input": [[6, "Tin Ingot"], [2, "30K Cooling Cell"], "Dense Copper Plate"],
@@ -395,11 +415,6 @@
"input": [[7, "Tin Ingot"]], "input": [[7, "Tin Ingot"]],
"pattern": ".00 0.0 000", "pattern": ".00 0.0 000",
"tools": "Crafting Table" "tools": "Crafting Table"
}, {
"output": "Empty TFBP",
"input": [[2, "Redstone"], "Advanced Circuit", "Electronic Circuit"],
"pattern": ".2. .1. 0.0",
"tools": "Crafting Table"
}, { }, {
"output": "Energy Crystal", "output": "Energy Crystal",
"input": [[8, "Redstone"], "Diamond"], "input": [[8, "Redstone"], "Diamond"],
@@ -415,6 +430,10 @@
"input": [[4, "Insulated Copper Cable"], "Electronic Circuit", "Glowstone"], "input": [[4, "Insulated Copper Cable"], "Electronic Circuit", "Glowstone"],
"pattern": ".2. 010 0.0", "pattern": ".2. 010 0.0",
"tools": "Crafting Table" "tools": "Crafting Table"
}, {
"output": "EU-Splitter Cable",
"input": [[2, "4xIns. HV Cable"], [2, "Redstone"], "Lever"],
"pattern": ".1. 020 .1."
}, { }, {
"output": "Extractor", "output": "Extractor",
"input": [[4, "Tree Tap"], "Electronic Circuit", "Machine Block"], "input": [[4, "Tree Tap"], "Electronic Circuit", "Machine Block"],
@@ -516,26 +535,6 @@
"input": ["Dense Copper Plate", "Electronic Circuit", "Lava Cell"], "input": ["Dense Copper Plate", "Electronic Circuit", "Lava Cell"],
"pattern": ".1. .2. .0.", "pattern": ".1. .2. .0.",
"tools": "Crafting Table" "tools": "Crafting Table"
}, {
"output": "HV 2x Insulated Cable",
"input": [[2, "Rubber"], "HV Cable"],
"pattern": "... 010 ..."
}, {
"output": "HV 2x Insulated Cable",
"input": ["HV Insulated Cable", "Rubber"],
"pattern": "... .0. .1."
}, {
"output": "HV 3x Insulated Cable",
"input": [[3, "Rubber"], "HV Cable"],
"pattern": "... 000 .1."
}, {
"output": "HV 3x Insulated Cable",
"input": [[2, "Rubber"], "HV Insulated Cable"],
"pattern": "... 010 ..."
}, {
"output": "HV 3x Insulated Cable",
"input": ["HV 2x Insulated Cable", "Rubber"],
"pattern": "... .0. .1."
}, { }, {
"output": [[12, "HV Cable"]], "output": [[12, "HV Cable"]],
"input": [[3, "Refined Iron"]], "input": [[3, "Refined Iron"]],
@@ -734,7 +733,7 @@
}, { }, {
"output": "NanoSuit Helmet", "output": "NanoSuit Helmet",
"input": [[3, "Carbon Plate"], "Energy Crystal", "Glass"], "input": [[3, "Carbon Plate"], "Energy Crystal", "Glass"],
"pattern": "010 020", "pattern": "010 020 ...",
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": "NanoSuit Leggings", "output": "NanoSuit Leggings",
@@ -855,10 +854,6 @@
"input": [[2, "Glowstone Dust"], [2, "Iridium Plate"], [2, "Machine Block"], "Lapotron Crystal", "NanoSuit Leggings"], "input": [[2, "Glowstone Dust"], [2, "Iridium Plate"], [2, "Machine Block"], "Lapotron Crystal", "NanoSuit Leggings"],
"pattern": "232 141 0.0", "pattern": "232 141 0.0",
"tools": "Crafting Table" "tools": "Crafting Table"
}, {
"output": "Rail Track",
"input": [[6, "Bronze"], "Stick"],
"tools": "Crafting Table"
}, { }, {
"output": "Raw Carbon Fibers", "output": "Raw Carbon Fibers",
"input": [[4, "Coal Dust"]] "input": [[4, "Coal Dust"]]
@@ -883,6 +878,7 @@
}, { }, {
"output": "Reactor Heat Vent", "output": "Reactor Heat Vent",
"input": [[2, "Dense Copper Plate"], "Heat Vent"], "input": [[2, "Dense Copper Plate"], "Heat Vent"],
"pattern": ".0. .1. .0.",
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": "Reactor Plating", "output": "Reactor Plating",
@@ -890,6 +886,7 @@
}, { }, {
"output": "Recycler", "output": "Recycler",
"input": [[3, "Dirt"], [2, "Refined Iron"], "Compressor", "Glowstone"], "input": [[3, "Dirt"], [2, "Refined Iron"], "Compressor", "Glowstone"],
"pattern": ".3. 020 101",
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": "Refined Iron", "output": "Refined Iron",
@@ -903,6 +900,7 @@
}, { }, {
"output": "Reinforced Door", "output": "Reinforced Door",
"input": [[6, "Reinforced Stone"]], "input": [[6, "Reinforced Stone"]],
"pattern": ".00 .00 .00",
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": [[7, "Reinforced Glass"]], "output": [[7, "Reinforced Glass"]],
@@ -912,6 +910,7 @@
}, { }, {
"output": [[8, "Reinforced Stone"]], "output": [[8, "Reinforced Stone"]],
"input": [[8, "Stone"], "Advanced Alloy"], "input": [[8, "Stone"], "Advanced Alloy"],
"pattern": "000 010 000",
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": "RSH-Condensator", "output": "RSH-Condensator",
@@ -933,13 +932,10 @@
"input": [[6, "Rubber"]], "input": [[6, "Rubber"]],
"pattern": "... 000 000", "pattern": "... 000 000",
"tools": "Crafting Table" "tools": "Crafting Table"
}, {
"output": [[3, "Rubber Trampoline"]],
"input": [[6, "Rubber"]],
"tools": "Crafting Table"
}, { }, {
"output": [[16, "Scaffold"]], "output": [[16, "Scaffold"]],
"input": [[3, "Oak Wood Planks"], [3, "Stick"]], "input": [[3, "Oak Wood Planks"], [3, "Stick"]],
"pattern": "000 .1. 1.1",
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": "Scrap Box", "output": "Scrap Box",
@@ -948,6 +944,7 @@
}, { }, {
"output": "Scuba Helmet", "output": "Scuba Helmet",
"input": [[4, "Rubber"], "Glass", "Iron Bars", "Orange Dye"], "input": [[4, "Rubber"], "Glass", "Iron Bars", "Orange Dye"],
"pattern": ".3. 010 020",
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": [[2, "Silver Dust"]], "output": [[2, "Silver Dust"]],
@@ -956,10 +953,17 @@
}, { }, {
"output": "Silver Ingot", "output": "Silver Ingot",
"input": ["furnace fuel", "Silver Ore"], "input": ["furnace fuel", "Silver Ore"],
"pattern": ".1. ... .0.",
"tools": "Furnace" "tools": "Furnace"
}, {
"output": [[8, "Single-Use Battery"]],
"input": ["Hydrated Coal Dust", "Insulated Copper Cable", "Redstone"],
"pattern": ".1. .2. .0.",
"tools": "Crafting Table"
}, { }, {
"output": [[5, "Single-Use Battery"]], "output": [[5, "Single-Use Battery"]],
"input": ["Coal Dust", "Insulated Copper Cable", "Redstone"], "input": ["Coal Dust", "Insulated Copper Cable", "Redstone"],
"pattern": ".1. .2. .0.",
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": "Snowball", "output": "Snowball",
@@ -968,25 +972,27 @@
}, { }, {
"output": "Solar Helmet", "output": "Solar Helmet",
"input": [[5, "Iron Ore"], [3, "Insulated Copper Cable"], "Solar Panel"], "input": [[5, "Iron Ore"], [3, "Insulated Copper Cable"], "Solar Panel"],
"pattern": "000 020 111",
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": "Solar Panel", "output": "Solar Panel",
"input": [[3, "Coal Dust"], [3, "Glass"], [2, "Electronic Circuit"], "Generator"], "input": [[3, "Coal Dust"], [3, "Glass"], [2, "Electronic Circuit"], "Generator"],
"pattern": "010 101 232",
"tools": "Crafting Table" "tools": "Crafting Table"
}, {
"output": "Splitter Cable",
"input": [[2, "HV 3x Insulated Cable"], [2, "Redstone"], "Lever"]
}, { }, {
"output": "Static Boots", "output": "Static Boots",
"input": [[4, "Iron Ingot"], [3, "Insulated Copper Cable"], "Wool"], "input": [[4, "Iron Ingot"], [3, "Insulated Copper Cable"], "Wool"],
"pattern": "0.0 020 111",
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": [[8, "Sticky Dynamite"]], "output": [[8, "Sticky Dynamite"]],
"input": [[8, "Dynamite"], "Sticky Resin"], "input": [[8, "Dynamite"], "Sticky Resin"],
"pattern": "000 010 000",
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": "Stone Mug", "output": "Stone Mug",
"input": [[7, "Stone"]], "input": [[7, "Stone"]],
"pattern": "00. 000 00.",
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": [[4, "String"]], "output": [[4, "String"]],
@@ -994,43 +1000,48 @@
"tools": "Macerator" "tools": "Macerator"
}, { }, {
"output": "Terraformer", "output": "Terraformer",
"input": [[4, "Glowstone"], [3, "Dirt"], "Advanced Machine Block", "TFBP"], "input": [[4, "Glowstone Dust"], [3, "Dirt"], "Advanced Machine Block", "TFBP - Empty"],
"pattern": "030 121 010",
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": "Tesla Coil", "output": "Tesla Coil",
"input": [[5, "Redstone"], [2, "Refined Iron"], "Electronic Circuit", "MV Transformer"], "input": [[5, "Redstone"], [2, "Refined Iron"], "Electronic Circuit", "MV Transformer"],
"pattern": "000 030 121",
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": "TFBP - Chilling", "output": "TFBP - Chilling",
"input": [[4, "Snow"], "Empty TFBP"], "input": [[4, "Snow"], "TFBP - Empty"],
"tools": "Crafting Table" "pattern": ".0. 010 .0.",
}, {
"output": "TFBP - Compression",
"input": [[4, "Cobblestone"], [4, "Stone"], "Empty TFBP"],
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": "TFBP - Cultivation", "output": "TFBP - Cultivation",
"input": [[4, "Seed"], "Empty TFBP"], "input": [[4, "Seed"], "TFBP - Empty"],
"pattern": ".0. 010 .0.",
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": "TFBP - Desertification", "output": "TFBP - Desertification",
"input": [[4, "Sand"], "Empty TFBP"], "input": [[4, "Sand"], "TFBP - Empty"],
"pattern": ".0. 010 .0.",
"tools": "Crafting Table"
}, {
"output": "TFBP - Empty",
"input": [[2, "Redstone"], "Advanced Circuit", "Electronic Circuit"],
"pattern": ".2. .1. 0.0",
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": "TFBP - Flatificator", "output": "TFBP - Flatificator",
"input": [[4, "Dirt"], "Empty TFBP"], "input": [[4, "Dirt"], "TFBP - Empty"],
"pattern": ".0. 010 .0.",
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": "TFBP - Irrigation", "output": "TFBP - Irrigation",
"input": [[4, "Water Bucket"], "Empty TFBP"], "input": [[4, "Water Bucket"], "TFBP - Empty"],
"tools": "Crafting Table" "pattern": ".0. 010 .0.",
}, {
"output": "TFBP - Mushroom",
"input": [[4, "Brown Mushroom"], [4, "Mycelium"], "Empty TFBP"],
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": "Thick Neutron Reflector", "output": "Thick Neutron Reflector",
"input": [[4, "Neutron Reflector"], "Dense Copper Plate"], "input": [[4, "Neutron Reflector"], "Dense Copper Plate"],
"pattern": ".0. 010 .0.",
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": "Tin Block", "output": "Tin Block",
@@ -1039,10 +1050,12 @@
}, { }, {
"output": [[9, "Tin Cable"]], "output": [[9, "Tin Cable"]],
"input": [[3, "Tin Ingot"]], "input": [[3, "Tin Ingot"]],
"pattern": "... 000 ...",
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": [[4, "Tin Can"]], "output": [[4, "Tin Can"]],
"input": [[5, "Tin Ingot"]], "input": [[5, "Tin Ingot"]],
"pattern": "... 0.0 000",
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": [[2, "Tin Dust"]], "output": [[2, "Tin Dust"]],
@@ -1056,18 +1069,17 @@
}, { }, {
"output": "Toolbox", "output": "Toolbox",
"input": [[5, "Iron Ingot"], "Chest"], "input": [[5, "Iron Ingot"], "Chest"],
"pattern": "... 010 000",
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": "Trade-O-Mat", "output": "Trade-O-Mat",
"input": [[3, "Redstone"], [2, "Chest"], "Machine Block"], "input": [[3, "Redstone"], [2, "Chest"], "Machine Block"],
"pattern": "... 000 121",
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": "Transformer Upgrade", "output": "Transformer Upgrade",
"input": [[5, "Glass"], [2, "2x Ins. Gold Cable"], "Electronic Circuit", "MV Transformer"], "input": [[5, "Glass"], [2, "2x Ins. Gold Cable"], "Electronic Circuit", "MV Transformer"],
"tools": "Crafting Table" "pattern": "000 131 020",
}, {
"output": "Tree Tap",
"input": [[5, "Oak Wood Planks"]],
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": "Treetap", "output": "Treetap",
@@ -1087,18 +1099,22 @@
}, { }, {
"output": [[2, "Water Mill"]], "output": [[2, "Water Mill"]],
"input": [[4, "Oak Wood Planks"], [4, "Stick"], "Generator"], "input": [[4, "Oak Wood Planks"], [4, "Stick"], "Generator"],
"pattern": "101 020 101",
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": "Weed-EX", "output": "Weed-EX",
"input": ["Empty Cell", "Grin Powder", "Redstone"], "input": ["Empty Cell", "Grin Powder", "Redstone"],
"pattern": ".1. .2. .0.",
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": "Wind Mill", "output": "Wind Mill",
"input": [[4, "Iron"], "Generator"], "input": [[4, "Iron"], "Generator"],
"pattern": "0.0 .1. 0.0",
"tools": "Crafting Table" "tools": "Crafting Table"
}, { }, {
"output": "Wrench (industrial craft)", "output": "Wrench (industrial craft)",
"input": [[6, "Bronze Ingot"]], "input": [[6, "Bronze Ingot"]],
"pattern": "0.0 000 .0.",
"tools": "Crafting Table" "tools": "Crafting Table"
} }
] ]