Advertisement
fingercomp

[OC] Автокрафт: comp/DB

Aug 15th, 2015
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. recipes = {}
  2.  
  3. recipes["RAM (T3)"] = {
  4.   ["fingerprint"] = {
  5.     ["id"] = "OpenComputers:item",
  6.     ["dmg"] = 38
  7.   },
  8.   ["qty"] = 1,
  9.   ["recipe"] = {
  10.     "Microchip (T3)", "Iron Nugget", "Microchip (T3)",
  11.     "", "PCB", "",
  12.     "", "", ""
  13.   }
  14. }
  15.  
  16. recipes["Hologram Projector (T2)"] = {
  17.   ["fingerprint"] = {
  18.     ["id"] = "OpenComputers:hologram2",
  19.     ["dmg"] = 0
  20.   },
  21.   ["qty"] = 1,
  22.   ["recipe"] = {
  23.     "Microchip (T3)", "Glass", "Microchip (T3)",
  24.     "PCB", "Diamond Block", "PCB",
  25.     "Obsidian", "Blaze Powder", "Obsidian"
  26.   }
  27. }
  28.  
  29. recipes["String"] = {
  30.   ["fingerprint"] = {
  31.     ["id"] = "minecraft:string",
  32.     ["dmg"] = 0
  33.   },
  34.   ["qty"] = 1
  35. }
  36.  
  37. recipes["Iron"] = {
  38.   ["fingerprint"] = {
  39.     ["id"] = "minecraft:iron_ingot",
  40.     ["dmg"] = 0
  41.   },
  42.   ["qty"] = 1
  43. }
  44.  
  45. recipes["Carbon Plate"] = {
  46.   ["fingerprint"] = {
  47.     ["id"] = "IC2:itemPartCarbonPlate",
  48.     ["dmg"] = 0
  49.   },
  50.   ["qty"] = 1
  51. }
  52.  
  53. recipes["Component Bus (T1)"] = {
  54.   ["fingerprint"] = {
  55.     ["id"] = "OpenComputers:item",
  56.     ["dmg"] = 70
  57.   },
  58.   ["qty"] = 1,
  59.   ["recipe"] = {
  60.     "Iron Nugget", "Redstone", "Iron Nugget",
  61.     "Microchip (T1)", "Control Unit", "",
  62.     "Iron Nugget", "PCB", "Iron Nugget"
  63.   }
  64. }
  65.  
  66. recipes["Copper Cable"] = {
  67.   ["fingerprint"] = {
  68.     ["id"] = "IC2:itemCable",
  69.     ["dmg"] = 1
  70.   },
  71.   ["qty"] = 1
  72. }
  73.  
  74. recipes["Adv. Machine Casing"] = {
  75.   ["fingerprint"] = {
  76.     ["id"] = "IC2:blockMachine",
  77.     ["dmg"] = 12
  78.   },
  79.   ["qty"] = 1,
  80.   ["recipe"] = {
  81.     "Ref. Iron Plate", "Carbon Plate", "Ref. Iron Plate",
  82.     "Adv. Alloy", "Machine Block", "Adv. Alloy",
  83.     "Ref. Iron Plate", "Carbon Plate", "Ref. Iron Plate"
  84.   }
  85. }
  86.  
  87. recipes["Tin"] = {
  88.   ["fingerprint"] = {
  89.     ["id"] = "IC2:itemIngot",
  90.     ["dmg"] = 1
  91.   },
  92.   ["qty"] = 1
  93. }
  94.  
  95. recipes["EEPROM (OpenOS)"] = {
  96.   ["fingerprint"] = {
  97.     ["id"] = "OpenComputers:eeprom",
  98.     ["dmg"] = 0
  99.   },
  100.   ["qty"] = 1,
  101.   ["recipe"] = {
  102.     "EEPROM", "Manual", "",
  103.     "", "", "",
  104.     "", "", ""
  105.   }
  106. }
  107.  
  108. recipes["Cobble"] = {
  109.   ["fingerprint"] = {
  110.     ["id"] = "minecraft:cobblestone",
  111.     ["dmg"] = 0
  112.   },
  113.   ["qty"] = 1
  114. }
  115.  
  116. recipes["Lapotron"] = {
  117.   ["fingerprint"] = {
  118.     ["id"] = "IC2:itemBatLamaCrystal",
  119.     ["dmg"] = 26
  120.   },
  121.   ["qty"] = 1,
  122.   ["recipe"] = {
  123.     "Lapis Dust", "Advanced Circuit", "Lapis Dust",
  124.     "Lapis Dust", "Energy Crystal", "Lapis Dust",
  125.     "Lapis Dust", "Advanced Circuit", "Lapis Dust"
  126.   }
  127. }
  128.  
  129. recipes["Disk Platter"] = {
  130.   ["fingerprint"] = {
  131.     ["id"] = "OpenComputers:item",
  132.     ["dmg"] = 19
  133.   },
  134.   ["qty"] = 1,
  135.   ["recipe"] = {
  136.     "", "Iron Nugget", "",
  137.     "Iron Nugget", "", "Iron Nugget",
  138.     "", "Iron Nugget", ""
  139.   }
  140. }
  141.  
  142. recipes["Copper"] = {
  143.   ["fingerprint"] = {
  144.     ["id"] = "IC2:itemIngot",
  145.     ["dmg"] = 0
  146.   },
  147.   ["qty"] = 1
  148. }
  149.  
  150. recipes["MFSU"] = {
  151.   ["fingerprint"] = {
  152.     ["id"] = "IC2:blockElectric",
  153.     ["dmg"] = 2
  154.   },
  155.   ["qty"] = 1,
  156.   ["recipe"] = {
  157.     "Lapotron", "Advanced Circuit", "Lapotron",
  158.     "Lapotron", "MFE", "Lapotron",
  159.     "Lapotron", "Adv. Machine Casing", "Lapotron"
  160.   }
  161. }
  162.  
  163. recipes["Emerald"] = {
  164.   ["fingerprint"] = {
  165.     ["id"] = "minecraft:emerald",
  166.     ["dmg"] = 0
  167.   },
  168.   ["qty"] = 1
  169. }
  170.  
  171. recipes["Redstone Torch"] = {
  172.   ["fingerprint"] = {
  173.     ["id"] = "minecraft:redstone_torch",
  174.     ["dmg"] = 0
  175.   },
  176.   ["qty"] = 1,
  177.   ["recipe"] = {
  178.     "", "Redstone", "",
  179.     "", "Stick", "",
  180.     "", "", ""
  181.   }
  182. }
  183.  
  184. recipes["Glass"] = {
  185.   ["fingerprint"] = {
  186.     ["id"] = "minecraft:glass",
  187.     ["dmg"] = 0
  188.   },
  189.   ["qty"] = 1
  190. }
  191.  
  192. recipes["Rubber"] = {
  193.   ["fingerprint"] = {
  194.     ["id"] = "IC2:itemRubber",
  195.     ["dmg"] = 0
  196.   },
  197.   ["qty"] = 1
  198. }
  199.  
  200. recipes["Diamond"] = {
  201.   ["fingerprint"] = {
  202.     ["id"] = "minecraft:diamond",
  203.     ["dmg"] = 0
  204.   },
  205.   ["qty"] = 1
  206. }
  207.  
  208. recipes["Ref. Iron Plate"] = {
  209.   ["fingerprint"] = {
  210.     ["id"] = "IC2:itemPlates",
  211.     ["dmg"] = 5
  212.   },
  213.   ["qty"] = 1
  214. }
  215.  
  216. recipes["Analyzer"] = {
  217.   ["fingerprint"] = {
  218.     ["id"] = "OpenComputers:item",
  219.     ["dmg"] = 0
  220.   },
  221.   ["qty"] = 1,
  222.   ["recipe"] = {
  223.     "Redstone Torch", "", "",
  224.     "Transistor", "Gold Nugget", "",
  225.     "PCB", "Gold Nugget", ""
  226.   }
  227. }
  228.  
  229. recipes["MFE"] = {
  230.   ["fingerprint"] = {
  231.     ["id"] = "IC2:blockElectric",
  232.     ["dmg"] = 1
  233.   },
  234.   ["qty"] = 1,
  235.   ["recipe"] = {
  236.     "Ins. Gold Cable", "Energy Crystal", "Ins. Gold Cable",
  237.     "Energy Crystal", "Machine Block", "Energy Crystal",
  238.     "Ins. Gold Cable", "Energy Crystal", "Ins. Gold Cable"
  239.   }
  240. }
  241.  
  242. recipes["Circuit"] = {
  243.   ["fingerprint"] = {
  244.     ["id"] = "IC2:itemPartCircuit",
  245.     ["dmg"] = 0
  246.   },
  247.   ["qty"] = 1,
  248.   ["recipe"] = {
  249.     "Ins. Copper Cable", "Ins. Copper Cable", "Ins. Copper Cable",
  250.     "Redstone", "Iron Plate", "Redstone",
  251.     "Ins. Copper Cable", "Ins. Copper Cable", "Ins. Copper Cable"
  252.   }
  253. }
  254.  
  255. recipes["Raw Circuit Board"] = {
  256.   ["fingerprint"] = {
  257.     ["id"] = "OpenComputers:item",
  258.     ["dmg"] = 30
  259.   },
  260.   ["qty"] = 1,
  261.   ["recipe"] = {
  262.     "Clay", "Cactus Green", "",
  263.     "Gold Nugget", "", "",
  264.     "", "", ""
  265.   }
  266. }
  267.  
  268. recipes["Apatite"] = {
  269.   ["fingerprint"] = {
  270.     ["id"] = "Forestry:apatite",
  271.     ["dmg"] = 0
  272.   },
  273.   ["qty"] = 1
  274. }
  275.  
  276. recipes["Diamond Dust"] = {
  277.   ["fingerprint"] = {
  278.     ["id"] = "IC2:itemDust2",
  279.     ["dmg"] = 1
  280.   },
  281.   ["qty"] = 1
  282. }
  283.  
  284. recipes["Graphics Card (T3)"] = {
  285.   ["fingerprint"] = {
  286.     ["id"] = "OpenComputers:item",
  287.     ["dmg"] = 10
  288.   },
  289.   ["qty"] = 1,
  290.   ["recipe"] = {
  291.     "Microchip (T3)", "ALU", "RAM (T3)",
  292.     "", "Card Base", "",
  293.     "", "", ""
  294.   }
  295. }
  296.  
  297. recipes["Head"] = {
  298.   ["fingerprint"] = {
  299.     ["id"] = "minecraft:skull",
  300.     ["dmg"] = 3
  301.   },
  302.   ["qty"] = 1
  303. }
  304.  
  305. recipes["Gold"] = {
  306.   ["fingerprint"] = {
  307.     ["id"] = "minecraft:gold_ingot",
  308.     ["dmg"] = 0
  309.   },
  310.   ["qty"] = 1
  311. }
  312.  
  313. recipes["Iron Bars"] = {
  314.   ["fingerprint"] = {
  315.     ["id"] = "minecraft:iron_bars",
  316.     ["dmg"] = 0
  317.   },
  318.   ["qty"] = 16,
  319.   ["recipe"] = {
  320.     "Iron", "Iron", "Iron",
  321.     "Iron", "Iron", "Iron",
  322.     "", "", ""
  323.   }
  324. }
  325.  
  326. recipes["Colorful Lamp"] = {
  327.   ["fingerprint"] = {
  328.     ["id"] = "computronics:computronics.colorfulLamp",
  329.     ["dmg"] = 0
  330.   },
  331.   ["qty"] = 1,
  332.   ["recipe"] = {
  333.     "Iron", "Glass", "Iron",
  334.     "Glass", "Glowstone", "Glass",
  335.     "Iron", "Glass", "Iron"
  336.   }
  337. }
  338.  
  339. recipes["Energy Crystal"] = {
  340.   ["fingerprint"] = {
  341.     ["id"] = "IC2:itemBatCrystal",
  342.     ["dmg"] = 27
  343.   },
  344.   ["qty"] = 1
  345. }
  346.  
  347. recipes["Piston"] = {
  348.   ["fingerprint"] = {
  349.     ["id"] = "minecraft:piston",
  350.     ["dmg"] = 0
  351.   },
  352.   ["qty"] = 1,
  353.   ["recipe"] = {
  354.     "Planks", "Planks", "Planks",
  355.     "Cobble", "Iron", "Cobble",
  356.     "Cobble", "Redstone", "Cobble"
  357.   }
  358. }
  359.  
  360. recipes["Gunpowder"] = {
  361.   ["fingerprint"] = {
  362.     ["id"] = "minecraft:gunpowder",
  363.     ["dmg"] = 0
  364.   },
  365.   ["qty"] = 1
  366. }
  367.  
  368. recipes["Iron Nugget"] = {
  369.   ["fingerprint"] = {
  370.     ["id"] = "OpenComputers:item",
  371.     ["dmg"] = 16
  372.   },
  373.   ["qty"] = 9,
  374.   ["recipe"] = {
  375.     "Iron", "", "",
  376.     "", "", "",
  377.     "", "", ""
  378.   }
  379. }
  380.  
  381. recipes["Lapis Dust"] = {
  382.   ["fingerprint"] = {
  383.     ["id"] = "IC2:itemDust",
  384.     ["dmg"] = 12
  385.   },
  386.   ["qty"] = 1
  387. }
  388.  
  389. recipes["Component Bus (T3)"] = {
  390.   ["fingerprint"] = {
  391.     ["id"] = "OpenComputers:item",
  392.     ["dmg"] = 72
  393.   },
  394.   ["qty"] = 1,
  395.   ["recipe"] = {
  396.     "Emerald", "Redstone", "Emerald",
  397.     "Microchip (T3)", "Control Unit", "",
  398.     "Emerald", "PCB", "Emerald"
  399.   }
  400. }
  401.  
  402. recipes["Component Bus (T2)"] = {
  403.   ["fingerprint"] = {
  404.     ["id"] = "OpenComputers:item",
  405.     ["dmg"] = 71
  406.   },
  407.   ["qty"] = 1,
  408.   ["recipe"] = {
  409.     "Gold Nugget", "Redstone", "Gold Nugget",
  410.     "Microchip (T2)", "Control Unit", "",
  411.     "Gold Nugget", "PCB", "Gold Nugget"
  412.   }
  413. }
  414.  
  415. recipes["PCB"] = {
  416.   ["fingerprint"] = {
  417.     ["id"] = "OpenComputers:item",
  418.     ["dmg"] = 32
  419.   },
  420.   ["qty"] = 1
  421. }
  422.  
  423. recipes["Sand"] = {
  424.   ["fingerprint"] = {
  425.     ["id"] = "minecraft:sand",
  426.     ["dmg"] = 0
  427.   },
  428.   ["qty"] = 1
  429. }
  430.  
  431. recipes["Adv. Alloy"] = {
  432.   ["fingerprint"] = {
  433.     ["id"] = "IC2:itemPartAlloy",
  434.     ["dmg"] = 0
  435.   },
  436.   ["qty"] = 1
  437. }
  438.  
  439. recipes["Glowstone"] = {
  440.   ["fingerprint"] = {
  441.     ["id"] = "minecraft:glowstone_dust",
  442.     ["dmg"] = 0
  443.   },
  444.   ["qty"] = 1
  445. }
  446.  
  447. recipes["Gold Cable"] = {
  448.   ["fingerprint"] = {
  449.     ["id"] = "IC2:itemCable",
  450.     ["dmg"] = 2
  451.   },
  452.   ["qty"] = 1
  453. }
  454.  
  455. recipes["Lever"] = {
  456.   ["fingerprint"] = {
  457.     ["id"] = "minecraft:lever",
  458.     ["dmg"] = 0
  459.   },
  460.   ["qty"] = 1,
  461.   ["recipe"] = {
  462.     "Stick", "", "",
  463.     "Cobble", "", "",
  464.     "", "", ""
  465.   }
  466. }
  467.  
  468. recipes["Chest"] = {
  469.   ["fingerprint"] = {
  470.     ["id"] = "minecraft:chest",
  471.     ["dmg"] = 0
  472.   },
  473.   ["qty"] = 1,
  474.   ["recipe"] = {
  475.     "Planks", "Planks", "Planks",
  476.     "Planks", "", "Planks",
  477.     "Planks", "Planks", "Planks"
  478.   }
  479. }
  480.  
  481. recipes["Advanced Circuit"] = {
  482.   ["fingerprint"] = {
  483.     ["id"] = "IC2:itemPartCircuitAdv",
  484.     ["dmg"] = 0
  485.   },
  486.   ["qty"] = 1,
  487.   ["recipe"] = {
  488.     "Redstone", "Lapis", "Redstone",
  489.     "Glowstone", "Circuit", "Glowstone",
  490.     "Redstone", "Lapis", "Redstone"
  491.   }
  492. }
  493.  
  494. recipes["Microchip (T2)"] = {
  495.   ["fingerprint"] = {
  496.     ["id"] = "OpenComputers:item",
  497.     ["dmg"] = 25
  498.   },
  499.   ["qty"] = 1,
  500.   ["recipe"] = {
  501.     "Gold Nugget", "", "Gold Nugget",
  502.     "Redstone", "Transistor", "Redstone",
  503.     "Gold Nugget", "", "Gold Nugget"
  504.   }
  505. }
  506.  
  507. recipes["Ender Pearl"] = {
  508.   ["fingerprint"] = {
  509.     ["id"] = "minecraft:ender_pearl",
  510.     ["dmg"] = 0
  511.   },
  512.   ["qty"] = 1
  513. }
  514.  
  515. recipes["Ins. Copper Cable"] = {
  516.   ["fingerprint"] = {
  517.     ["id"] = "IC2:itemCable",
  518.     ["dmg"] = 0
  519.   },
  520.   ["qty"] = 1,
  521.   ["recipe"] = {
  522.     "Copper Cable", "Rubber", "",
  523.     "", "", "",
  524.     "", "", ""
  525.   }
  526. }
  527.  
  528. recipes["Server (T3)"] = {
  529.   ["fingerprint"] = {
  530.     ["id"] = "OpenComputers:item",
  531.     ["dmg"] = 40
  532.   },
  533.   ["qty"] = 1,
  534.   ["recipe"] = {
  535.     "Obsidian", "RAM (T3.5)", "Obsidian",
  536.     "Microchip (T3)", "Microchip (T3)", "Microchip (T3)",
  537.     "Obsidian", "PCB", "Obsidian"
  538.   }
  539. }
  540.  
  541. recipes["Hopper"] = {
  542.   ["fingerprint"] = {
  543.     ["id"] = "minecraft:hopper",
  544.     ["dmg"] = 0
  545.   },
  546.   ["qty"] = 1,
  547.   ["recipe"] = {
  548.     "Iron", "", "Iron",
  549.     "Iron", "Chest", "Iron",
  550.     "", "Iron", ""
  551.   }
  552. }
  553.  
  554. recipes["Planks"] = {
  555.   ["fingerprint"] = {
  556.     ["id"] = "minecraft:planks",
  557.     ["dmg"] = 0
  558.   },
  559.   ["qty"] = 4,
  560.   ["recipe"] = {
  561.     "Log", "", "",
  562.     "", "", "",
  563.     "", "", ""
  564.   }
  565. }
  566.  
  567. recipes["Ins. Gold Cable"] = {
  568.   ["fingerprint"] = {
  569.     ["id"] = "IC2:itemCable",
  570.     ["dmg"] = 3
  571.   },
  572.   ["qty"] = 1,
  573.   ["recipe"] = {
  574.     "Rubber", "Rubber", "",
  575.     "Gold Cable", "", "",
  576.     "", "", ""
  577.   }
  578. }
  579.  
  580. recipes["Iron Plate"] = {
  581.   ["fingerprint"] = {
  582.     ["id"] = "IC2:itemPlates",
  583.     ["dmg"] = 4
  584.   },
  585.   ["qty"] = 1
  586. }
  587.  
  588. recipes["Stick"] = {
  589.   ["fingerprint"] = {
  590.     ["id"] = "minecraft:stick",
  591.     ["dmg"] = 0
  592.   },
  593.   ["qty"] = 4,
  594.   ["recipe"] = {
  595.     "Planks", "", "",
  596.     "Planks", "", "",
  597.     "", "", ""
  598.   }
  599. }
  600.  
  601. recipes["EEPROM"] = {
  602.   ["fingerprint"] = {
  603.     ["id"] = "OpenComputers:eeprom",
  604.     ["dmg"] = 0
  605.   },
  606.   ["qty"] = 1,
  607.   ["recipe"] = {
  608.     "Gold Nugget", "Transistor", "Gold Nugget",
  609.     "Paper", "Microchip (T1)", "Paper",
  610.     "Gold Nugget", "Redstone Torch", "Gold Nugget"
  611.   }
  612. }
  613.  
  614. recipes["Obsidian"] = {
  615.   ["fingerprint"] = {
  616.     ["id"] = "minecraft:obsidian",
  617.     ["dmg"] = 0
  618.   },
  619.   ["qty"] = 1
  620. }
  621.  
  622. recipes["Interweb"] = {
  623.   ["fingerprint"] = {
  624.     ["id"] = "OpenComputers:item",
  625.     ["dmg"] = 48
  626.   },
  627.   ["qty"] = 1,
  628.   ["recipe"] = {
  629.     "String", "String", "String",
  630.     "String", "Ender Pearl", "String",
  631.     "String", "String", "String"
  632.   }
  633. }
  634.  
  635. recipes["Clay"] = {
  636.   ["fingerprint"] = {
  637.     ["id"] = "minecraft:clay",
  638.     ["dmg"] = 0
  639.   },
  640.   ["qty"] = 1
  641. }
  642.  
  643. recipes["Nether Quartz Dust"] = {
  644.   ["fingerprint"] = {
  645.     ["id"] = "appliedenergistics2:item.ItemMultiMaterial",
  646.     ["dmg"] = 3
  647.   },
  648.   ["qty"] = 1
  649. }
  650.  
  651. recipes["Diamond Block"] = {
  652.   ["fingerprint"] = {
  653.     ["id"] = "minecraft:diamond_block",
  654.     ["dmg"] = 0
  655.   },
  656.   ["qty"] = 1,
  657.   ["recipe"] = {
  658.     "Diamond", "Diamond", "Diamond",
  659.     "Diamond", "Diamond", "Diamond",
  660.     "Diamond", "Diamond", "Diamond"
  661.   }
  662. }
  663.  
  664. recipes["Cactus Green"] = {
  665.   ["fingerprint"] = {
  666.     ["id"] = "minecraft:dye",
  667.     ["dmg"] = 2
  668.   },
  669.   ["qty"] = 1
  670. }
  671.  
  672. recipes["Barrel"] = {
  673.   ["fingerprint"] = {
  674.     ["id"] = "JABBA:barrel",
  675.     ["dmg"] = 0
  676.   },
  677.   ["qty"] = 1,
  678.   ["recipe"] = {
  679.     "Log", "Wooden Slab", "Log",
  680.     "Log", "Chest", "Log",
  681.     "Log", "Log", "Log"
  682.   }
  683. }
  684.  
  685. recipes["Floppy Disk (OpenOS)"] = {
  686.   ["fingerprint"] = {
  687.     ["id"] = "OpenComputers:item",
  688.     ["dmg"] = 4
  689.   },
  690.   ["qty"] = 1,
  691.   ["recipe"] = {
  692.     "Floppy Disk", "Manual", "",
  693.     "", "", "",
  694.     "", "", ""
  695.   }
  696. }
  697.  
  698. recipes["Floppy Disk"] = {
  699.   ["fingerprint"] = {
  700.     ["id"] = "OpenComputers:item",
  701.     ["dmg"] = 4
  702.   },
  703.   ["qty"] = 1,
  704.   ["recipe"] = {
  705.     "Iron Nugget", "Lever", "Iron Nugget",
  706.     "Paper", "Disk Platter", "Paper",
  707.     "Iron Nugget", "Paper", "Iron Nugget"
  708.   }
  709. }
  710.  
  711. recipes["Sturdy Casing"] = {
  712.   ["fingerprint"] = {
  713.     ["id"] = "Forestry:sturdyMachine",
  714.     ["dmg"] = 0
  715.   },
  716.   ["qty"] = 1,
  717.   ["recipe"] = {
  718.     "Bronze", "Bronze", "Bronze",
  719.     "Bronze", "", "Bronze",
  720.     "Bronze", "Bronze", "Bronze"
  721.   }
  722. }
  723.  
  724. recipes["Sunflower"] = {
  725.   ["fingerprint"] = {
  726.     ["id"] = "minecraft:double_plant",
  727.     ["dmg"] = 0
  728.   },
  729.   ["qty"] = 1
  730. }
  731.  
  732. recipes["Canes"] = {
  733.   ["fingerprint"] = {
  734.     ["id"] = "minecraft:reeds",
  735.     ["dmg"] = 0
  736.   },
  737.   ["qty"] = 1
  738. }
  739.  
  740. recipes["Microchip (T3)"] = {
  741.   ["fingerprint"] = {
  742.     ["id"] = "OpenComputers:item",
  743.     ["dmg"] = 26
  744.   },
  745.   ["qty"] = 1,
  746.   ["recipe"] = {
  747.     "Diamond", "", "Diamond",
  748.     "Redstone", "Transistor", "Redstone",
  749.     "Diamond", "", "Diamond"
  750.   }
  751. }
  752.  
  753. recipes["Wooden Slab"] = {
  754.   ["fingerprint"] = {
  755.     ["id"] = "minecraft:wooden_slab",
  756.     ["dmg"] = 0
  757.   },
  758.   ["qty"] = 6,
  759.   ["recipe"] = {
  760.     "Planks", "Planks", "Planks",
  761.     "", "", "",
  762.     "", "", ""
  763.   }
  764. }
  765.  
  766. recipes["Fertilizer"] = {
  767.   ["fingerprint"] = {
  768.     ["id"] = "Forestry:fertilizerCompound",
  769.     ["dmg"] = 0
  770.   },
  771.   ["qty"] = 6,
  772.   ["recipe"] = {
  773.     "", "Sand", "",
  774.     "", "Apatite", "",
  775.     "", "Sand", ""
  776.   }
  777. }
  778.  
  779. recipes["Wool"] = {
  780.   ["fingerprint"] = {
  781.     ["id"] = "minecraft:wool",
  782.     ["dmg"] = 0
  783.   },
  784.   ["qty"] = 1,
  785.   ["recipe"] = {
  786.     "String", "String", "",
  787.     "String", "String", "",
  788.     "", "", ""
  789.   }
  790. }
  791.  
  792. recipes["CPU (T3)"] = {
  793.   ["fingerprint"] = {
  794.     ["id"] = "OpenComputers:item",
  795.     ["dmg"] = 43
  796.   },
  797.   ["qty"] = 1,
  798.   ["recipe"] = {
  799.     "Emerald", "Redstone", "Emerald",
  800.     "Microchip (T3)", "Control Unit", "Microchip (T3)",
  801.     "Emerald", "ALU", "Emerald"
  802.   }
  803. }
  804.  
  805. recipes["HDD (T1)"] = {
  806.   ["fingerprint"] = {
  807.     ["id"] = "OpenComputers:item",
  808.     ["dmg"] = 5
  809.   },
  810.   ["qty"] = 1,
  811.   ["recipe"] = {
  812.     "Microchip (T1)", "Disk Platter", "Iron",
  813.     "PCB", "Disk Platter", "Piston",
  814.     "Microchip (T1)", "Disk Platter", "Iron"
  815.   }
  816. }
  817.  
  818. recipes["Leather"] = {
  819.   ["fingerprint"] = {
  820.     ["id"] = "minecraft:leather",
  821.     ["dmg"] = 0
  822.   },
  823.   ["qty"] = 1
  824. }
  825.  
  826. recipes["Bronze"] = {
  827.   ["fingerprint"] = {
  828.     ["id"] = "Forestry:ingotBronze",
  829.     ["dmg"] = 0
  830.   },
  831.   ["qty"] = 4,
  832.   ["recipe"] = {
  833.     "Tin", "Copper", "",
  834.     "Copper", "Copper", "",
  835.     "", "", ""
  836.   }
  837. }
  838.  
  839. recipes["Disk Drive"] = {
  840.   ["fingerprint"] = {
  841.     ["id"] = "OpenComputers:diskDrive",
  842.     ["dmg"] = 0
  843.   },
  844.   ["qty"] = 1,
  845.   ["recipe"] = {
  846.     "Iron", "Microchip (T1)", "Iron",
  847.     "Piston", "Stick", "",
  848.     "Iron", "PCB", "Iron"
  849.   }
  850. }
  851.  
  852. recipes["Charger"] = {
  853.   ["fingerprint"] = {
  854.     ["id"] = "OpenComputers:charger",
  855.     ["dmg"] = 0
  856.   },
  857.   ["qty"] = 1,
  858.   ["recipe"] = {
  859.     "Iron", "Gold", "Iron",
  860.     "Capacitor", "Microchip (T2)", "Capacitor",
  861.     "Iron", "PCB", "Iron"
  862.   }
  863. }
  864.  
  865. recipes["Adapter"] = {
  866.   ["fingerprint"] = {
  867.     ["id"] = "OpenComputers:adapter",
  868.     ["dmg"] = 0
  869.   },
  870.   ["qty"] = 1,
  871.   ["recipe"] = {
  872.     "Iron", "Cable", "Iron",
  873.     "Cable", "Microchip (T1)", "Cable",
  874.     "Iron", "PCB", "Iron"
  875.   }
  876. }
  877.  
  878. recipes["Computer Case (T3)"] = {
  879.   ["fingerprint"] = {
  880.     ["id"] = "OpenComputers:case3",
  881.     ["dmg"] = 0
  882.   },
  883.   ["qty"] = 1,
  884.   ["recipe"] = {
  885.     "Diamond", "Microchip (T3)", "Diamond",
  886.     "Iron Bars", "Chest", "Iron Bars",
  887.     "Diamond", "PCB", "Diamond"
  888.   }
  889. }
  890.  
  891. recipes["Blaze Powder"] = {
  892.   ["fingerprint"] = {
  893.     ["id"] = "minecraft:blaze_powder",
  894.     ["dmg"] = 0
  895.   },
  896.   ["qty"] = 1
  897. }
  898.  
  899. recipes["Cable"] = {
  900.   ["fingerprint"] = {
  901.     ["id"] = "OpenComputers:cable",
  902.     ["dmg"] = 0
  903.   },
  904.   ["qty"] = 4,
  905.   ["recipe"] = {
  906.     "", "Iron Nugget", "",
  907.     "Iron Nugget", "Redstone", "Iron Nugget",
  908.     "", "Iron Nugget", ""
  909.   }
  910. }
  911.  
  912. recipes["Paper"] = {
  913.   ["fingerprint"] = {
  914.     ["id"] = "minecraft:paper",
  915.     ["dmg"] = 0
  916.   },
  917.   ["qty"] = 3,
  918.   ["recipe"] = {
  919.     "Canes", "Canes", "Canes",
  920.     "", "", "",
  921.     "", "", ""
  922.   }
  923. }
  924.  
  925. recipes["Gold Nugget"] = {
  926.   ["fingerprint"] = {
  927.     ["id"] = "minecraft:gold_nugget",
  928.     ["dmg"] = 0
  929.   },
  930.   ["qty"] = 9,
  931.   ["recipe"] = {
  932.     "Gold", "", "",
  933.     "", "", "",
  934.     "", "", ""
  935.   }
  936. }
  937.  
  938. recipes["Capacitor"] = {
  939.   ["fingerprint"] = {
  940.     ["id"] = "OpenComputers:capacitor",
  941.     ["dmg"] = 0
  942.   },
  943.   ["qty"] = 1,
  944.   ["recipe"] = {
  945.     "Iron", "Transistor", "Iron",
  946.     "Gold Nugget", "Paper", "Gold Nugget",
  947.     "Iron", "PCB", "Iron"
  948.   }
  949. }
  950.  
  951. recipes["RAM (T3.5)"] = {
  952.   ["fingerprint"] = {
  953.     ["id"] = "OpenComputers:item",
  954.     ["dmg"] = 39
  955.   },
  956.   ["qty"] = 1,
  957.   ["recipe"] = {
  958.     "Microchip (T3)", "Microchip (T3)", "Microchip (T3)",
  959.     "Microchip (T2)", "PCB", "Microchip (T2)",
  960.     "", "", ""
  961.   }
  962. }
  963.  
  964. recipes["Energium Dust"] = {
  965.   ["fingerprint"] = {
  966.     ["id"] = "IC2:itemDust2",
  967.     ["dmg"] = 2
  968.   },
  969.   ["qty"] = 9,
  970.   ["recipe"] = {
  971.     "Redstone", "Diamond Dust", "Redstone",
  972.     "Diamond Dust", "Redstone", "Diamond Dust",
  973.     "Redstone", "Diamond Dust", "Redstone"
  974.   }
  975. }
  976.  
  977. recipes["Manual"] = {
  978.   ["fingerprint"] = {
  979.     ["id"] = "OpenComputers:item",
  980.     ["dmg"] = 98
  981.   },
  982.   ["qty"] = 1,
  983.   ["recipe"] = {
  984.     "Book", "Microchip (T1)", "",
  985.     "", "", "",
  986.     "", "", ""
  987.   }
  988. }
  989.  
  990. recipes["Card Base"] = {
  991.   ["fingerprint"] = {
  992.     ["id"] = "OpenComputers:item",
  993.     ["dmg"] = 33
  994.   },
  995.   ["qty"] = 1,
  996.   ["recipe"] = {
  997.     "Iron Nugget", "", "",
  998.     "Iron Nugget", "PCB", "",
  999.     "Iron Nugget", "Gold Nugget", ""
  1000.   }
  1001. }
  1002.  
  1003. recipes["Control Unit"] = {
  1004.   ["fingerprint"] = {
  1005.     ["id"] = "OpenComputers:item",
  1006.     ["dmg"] = 28
  1007.   },
  1008.   ["qty"] = 1,
  1009.   ["recipe"] = {
  1010.     "Gold Nugget", "Redstone", "Gold Nugget",
  1011.     "Transistor", "Clock", "Transistor",
  1012.     "Gold Nugget", "Transistor", "Gold Nugget"
  1013.   }
  1014. }
  1015.  
  1016. recipes["Quartz Glass"] = {
  1017.   ["fingerprint"] = {
  1018.     ["id"] = "appliedenergistics2:tile.BlockQuartzGlass",
  1019.     ["dmg"] = 0
  1020.   },
  1021.   ["qty"] = 4,
  1022.   ["recipe"] = {
  1023.     "Nether Quartz Dust", "Glass", "Nether Quartz Dust",
  1024.     "Glass", "Nether Quartz Dust", "Glass",
  1025.     "Nether Quartz Dust", "Glass", "Nether Quartz Dust"
  1026.   }
  1027. }
  1028.  
  1029. recipes["Yellow Dye"] = {
  1030.   ["fingerprint"] = {
  1031.     ["id"] = "minecraft:dye",
  1032.     ["dmg"] = 11
  1033.   },
  1034.   ["qty"] = 2,
  1035.   ["recipe"] = {
  1036.     "Sunflower", "", "",
  1037.     "", "", "",
  1038.     "", "", ""
  1039.   }
  1040. }
  1041.  
  1042. recipes["Microchip (T1)"] = {
  1043.   ["fingerprint"] = {
  1044.     ["id"] = "OpenComputers:item",
  1045.     ["dmg"] = 24
  1046.   },
  1047.   ["qty"] = 1,
  1048.   ["recipe"] = {
  1049.     "Iron Nugget", "", "Iron Nugget",
  1050.     "Redstone", "Transistor", "Redstone",
  1051.     "Iron Nugget", "", "Iron Nugget"
  1052.   }
  1053. }
  1054.  
  1055. recipes["Internet Card"] = {
  1056.   ["fingerprint"] = {
  1057.     ["id"] = "OpenComputers:item",
  1058.     ["dmg"] = 44
  1059.   },
  1060.   ["qty"] = 1,
  1061.   ["recipe"] = {
  1062.     "Interweb", "Microchip (T2)", "Redstone Torch",
  1063.     "", "Card Base", "Obsidian",
  1064.     "", "", ""
  1065.   }
  1066. }
  1067.  
  1068. recipes["ALU"] = {
  1069.   ["fingerprint"] = {
  1070.     ["id"] = "OpenComputers:item",
  1071.     ["dmg"] = 27
  1072.   },
  1073.   ["qty"] = 1,
  1074.   ["recipe"] = {
  1075.     "Iron Nugget", "Redstone", "Iron Nugget",
  1076.     "Transistor", "Microchip (T1)", "Transistor",
  1077.     "Iron Nugget", "Transistor", "Iron Nugget"
  1078.   }
  1079. }
  1080.  
  1081. recipes["Machine Block"] = {
  1082.   ["fingerprint"] = {
  1083.     ["id"] = "IC2:blockMachine",
  1084.     ["dmg"] = 0
  1085.   },
  1086.   ["qty"] = 1,
  1087.   ["recipe"] = {
  1088.     "Iron Plate", "Iron Plate", "Iron Plate",
  1089.     "Iron Plate", "", "Iron Plate",
  1090.     "Iron Plate", "Iron Plate", "Iron Plate"
  1091.   }
  1092. }
  1093.  
  1094. recipes["Screen (T3)"] = {
  1095.   ["fingerprint"] = {
  1096.     ["id"] = "OpenComputers:screen3",
  1097.     ["dmg"] = 0
  1098.   },
  1099.   ["qty"] = 1,
  1100.   ["recipe"] = {
  1101.     "Obsidian", "Glowstone", "Obsidian",
  1102.     "Glowstone", "Microchip (T3)", "Glass",
  1103.     "Obsidian", "Glowstone", "Obsidian"
  1104.   }
  1105. }
  1106.  
  1107. recipes["Wireless Network Card"] = {
  1108.   ["fingerprint"] = {
  1109.     ["id"] = "OpenComputers:item",
  1110.     ["dmg"] = 13
  1111.   },
  1112.   ["qty"] = 1,
  1113.   ["recipe"] = {
  1114.     "Ender Pearl", "Microchip (T2)", "",
  1115.     "", "Card Base", "",
  1116.     "", "", ""
  1117.   }
  1118. }
  1119.  
  1120. recipes["Transistor"] = {
  1121.   ["fingerprint"] = {
  1122.     ["id"] = "OpenComputers:item",
  1123.     ["dmg"] = 23
  1124.   },
  1125.   ["qty"] = 1,
  1126.   ["recipe"] = {
  1127.     "Iron Nugget", "Iron Nugget", "Iron Nugget",
  1128.     "Gold Nugget", "Paper", "Gold Nugget",
  1129.     "", "Redstone", ""
  1130.   }
  1131. }
  1132.  
  1133. recipes["Log"] = {
  1134.   ["fingerprint"] = {
  1135.     ["id"] = "minecraft:log",
  1136.     ["dmg"] = 0
  1137.   },
  1138.   ["qty"] = 1
  1139. }
  1140.  
  1141. recipes["Book"] = {
  1142.   ["fingerprint"] = {
  1143.     ["id"] = "minecraft:book",
  1144.     ["dmg"] = 0
  1145.   },
  1146.   ["qty"] = 1,
  1147.   ["recipe"] = {
  1148.     "Leather", "Paper", "",
  1149.     "Paper", "Paper", "",
  1150.     "", "", ""
  1151.   }
  1152. }
  1153.  
  1154. recipes["Redstone"] = {
  1155.   ["fingerprint"] = {
  1156.     ["id"] = "minecraft:redstone",
  1157.     ["dmg"] = 0
  1158.   },
  1159.   ["qty"] = 1
  1160. }
  1161.  
  1162. recipes["Lapis"] = {
  1163.   ["fingerprint"] = {
  1164.     ["id"] = "minecraft:dye",
  1165.     ["dmg"] = 4
  1166.   },
  1167.   ["qty"] = 1
  1168. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement