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