Guest User

Untitled

a guest
Apr 14th, 2017
613
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.47 KB | None | 0 0
  1. data:extend ({
  2.  
  3. {
  4. type = "recipe",
  5. name = "Ore-Conversion-Plant",
  6. ingredients = {
  7. {"steel-plate", 4},
  8. {"electronic-circuit", 6},
  9. {"stone-brick", 4},
  10. {"iron-gear-wheel", 10}
  11. },
  12. result = "Ore-Conversion-Plant",
  13. energy_required = 4,
  14. enabled = false
  15. },
  16. {
  17. type = "recipe",
  18. name = "I-C",
  19. energy_required = 5,
  20. enabled = false,
  21. category = "crafting-ore-conversion",
  22. ingredients =
  23. {
  24. {"iron-ore", 5}
  25. },
  26. result= "copper-ore",
  27. result_count = 4
  28. },
  29. {
  30. type = "recipe",
  31. name = "I-B",
  32. energy_required = 5,
  33. enabled = false,
  34. category = "crafting-ore-conversion",
  35. ingredients =
  36. {
  37. {"iron-ore", 5}
  38. },
  39. result= "bauxite-ore",
  40. result_count = 4
  41. },
  42. {
  43. type = "recipe",
  44. name = "I-Cob",
  45. energy_required = 5,
  46. enabled = false,
  47. category = "crafting-ore-conversion",
  48. ingredients =
  49. {
  50. {"iron-ore", 5}
  51. },
  52. result= "cobalt-ore",
  53. result_count = 4
  54. },
  55. {
  56. type = "recipe",
  57. name = "I-Gem",
  58. energy_required = 5,
  59. enabled = false,
  60. category = "crafting-ore-conversion",
  61. ingredients =
  62. {
  63. {"iron-ore", 5}
  64. },
  65. result= "gem-ore",
  66. result_count = 3
  67. },
  68. {
  69. type = "recipe",
  70. name = "I-G",
  71. energy_required = 5,
  72. enabled = false,
  73. category = "crafting-ore-conversion",
  74. ingredients =
  75. {
  76. {"iron-ore", 5}
  77. },
  78. result= "gold-ore",
  79. result_count = 4
  80. },
  81. {
  82. type = "recipe",
  83. name = "I-L",
  84. energy_required = 5,
  85. enabled = false,
  86. category = "crafting-ore-conversion",
  87. ingredients =
  88. {
  89. {"iron-ore", 5}
  90. },
  91. result= "lead-ore",
  92. result_count = 4
  93. },
  94. {
  95. type = "recipe",
  96. name = "I-N",
  97. energy_required = 5,
  98. enabled = false,
  99. category = "crafting-ore-conversion",
  100. ingredients =
  101. {
  102. {"iron-ore", 5}
  103. },
  104. result= "nickel-ore",
  105. result_count = 4
  106. },
  107. {
  108. type = "recipe",
  109. name = "I-Q",
  110. energy_required = 5,
  111. enabled = false,
  112. category = "crafting-ore-conversion",
  113. ingredients =
  114. {
  115. {"iron-ore", 5}
  116. },
  117. result= "quartz-ore",
  118. result_count = 4
  119. },
  120. {
  121. type = "recipe",
  122. name = "I-R",
  123. energy_required = 5,
  124. enabled = false,
  125. category = "crafting-ore-conversion",
  126. ingredients =
  127. {
  128. {"iron-ore", 5}
  129. },
  130. result= "rutile-ore",
  131. result_count = 4
  132. },
  133. {
  134. type = "recipe",
  135. name = "I-Sil",
  136. energy_required = 5,
  137. enabled = false,
  138. category = "crafting-ore-conversion",
  139. ingredients =
  140. {
  141. {"iron-ore", 5}
  142. },
  143. result= "silver-ore",
  144. result_count = 4
  145. },
  146. {
  147. type = "recipe",
  148. name = "I-S",
  149. energy_required = 5,
  150. enabled = false,
  151. category = "crafting-ore-conversion",
  152. ingredients =
  153. {
  154. {"iron-ore", 5}
  155. },
  156. result= "stone-ore",
  157. result_count = 4
  158. },
  159. {
  160. type = "recipe",
  161. name = "I-T",
  162. energy_required = 5,
  163. enabled = false,
  164. category = "crafting-ore-conversion",
  165. ingredients =
  166. {
  167. {"iron-ore", 5}
  168. },
  169. result= "tin-ore",
  170. result_count = 4
  171. },
  172. {
  173. type = "recipe",
  174. name = "I-Tun",
  175. energy_required = 5,
  176. enabled = false,
  177. category = "crafting-ore-conversion",
  178. ingredients =
  179. {
  180. {"iron-ore", 5}
  181. },
  182. result= "tungsten-ore",
  183. result_count = 4
  184. },
  185. {
  186. type = "recipe",
  187. name = "I-Z",
  188. energy_required = 5,
  189. enabled = false,
  190. category = "crafting-ore-conversion",
  191. ingredients =
  192. {
  193. {"iron-ore", 5}
  194. },
  195. result= "zinc-ore",
  196. result_count = 4
  197. },
  198. {
  199. type = "recipe",
  200. name = "C-I",
  201. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  202. ingredients = { {"copper-ore", 5} },
  203. result= "iron-ore", result_count = 4
  204. },
  205. {
  206. type = "recipe",
  207. name = "C-B",
  208. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  209. ingredients = { {"copper-ore", 5} },
  210. result= "bauxite-ore", result_count = 4
  211. },
  212. {
  213. type = "recipe",
  214. name = "C-Cob",
  215. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  216. ingredients = { {"copper-ore", 5} },
  217. result= "cobalt-ore", result_count = 4
  218. },
  219. {
  220. type = "recipe",
  221. name = "C-Gem",
  222. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  223. ingredients = { {"copper-ore", 5} },
  224. result= "gem-ore", result_count = 4
  225. },
  226. {
  227. type = "recipe",
  228. name = "C-G",
  229. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  230. ingredients = { {"copper-ore", 5} },
  231. result= "gold-ore", result_count = 4
  232. },
  233. {
  234. type = "recipe",
  235. name = "C-L",
  236. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  237. ingredients = { {"copper-ore", 5} },
  238. result= "lead-ore", result_count = 4
  239. },
  240. {
  241. type = "recipe",
  242. name = "C-N",
  243. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  244. ingredients = { {"copper-ore", 5} },
  245. result= "nickel-ore", result_count = 4
  246. },
  247. {
  248. type = "recipe",
  249. name = "C-Q",
  250. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  251. ingredients = { {"copper-ore", 5} },
  252. result= "quartz-ore", result_count = 4
  253. },
  254. {
  255. type = "recipe",
  256. name = "C-R",
  257. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  258. ingredients = { {"copper-ore", 5} },
  259. result= "rutile-ore", result_count = 4
  260. },
  261. {
  262. type = "recipe",
  263. name = "C-Sil",
  264. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  265. ingredients = { {"copper-ore", 5} },
  266. result= "silver-ore", result_count = 4
  267. },
  268. {
  269. type = "recipe",
  270. name = "C-S",
  271. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  272. ingredients = { {"copper-ore", 5} },
  273. result= "stone-ore", result_count = 4
  274. },
  275. {
  276. type = "recipe",
  277. name = "C-T",
  278. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  279. ingredients = { {"copper-ore", 5} },
  280. result= "tin-ore", result_count = 4
  281. },
  282. {
  283. type = "recipe",
  284. name = "C-Tun",
  285. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  286. ingredients = { {"copper-ore", 5} },
  287. result= "tungsten-ore", result_count = 4
  288. },
  289. {
  290. type = "recipe",
  291. name = "C-Z",
  292. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  293. ingredients = { {"copper-ore", 5} },
  294. result= "zinc-ore", result_count = 4
  295. },
  296. {
  297. type = "recipe",
  298. name = "B-I",
  299. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  300. ingredients = { {"bauxite-ore", 5} },
  301. result= "iron-ore", result_count = 4
  302. },
  303. {
  304. type = "recipe",
  305. name = "B-C",
  306. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  307. ingredients = { {"bauxite-ore", 5} },
  308. result= "copper-ore", result_count = 4
  309. },
  310. {
  311. type = "recipe",
  312. name = "B-C",
  313. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  314. ingredients = { {"bauxite-ore", 5} },
  315. result= "cobalt-ore", result_count = 4
  316. },
  317. {
  318. type = "recipe",
  319. name = "B-Gem",
  320. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  321. ingredients = { {"bauxite-ore", 5} },
  322. result= "gem-ore", result_count = 4
  323. },
  324. {
  325. type = "recipe",
  326. name = "B-G",
  327. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  328. ingredients = { {"bauxite-ore", 5} },
  329. result= "gold-ore", result_count = 4
  330. },
  331. {
  332. type = "recipe",
  333. name = "B-L",
  334. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  335. ingredients = { {"bauxite-ore", 5} },
  336. result= "lead-ore", result_count = 4
  337. },
  338. {
  339. type = "recipe",
  340. name = "B-N",
  341. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  342. ingredients = { {"bauxite-ore", 5} },
  343. result= "nickel-ore", result_count = 4
  344. },
  345. {
  346. type = "recipe",
  347. name = "B-Q",
  348. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  349. ingredients = { {"bauxite-ore", 5} },
  350. result= "quartz-ore", result_count = 4
  351. },
  352. {
  353. type = "recipe",
  354. name = "B-R",
  355. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  356. ingredients = { {"bauxite-ore", 5} },
  357. result= "rutile-ore", result_count = 4
  358. },
  359. {
  360. type = "recipe",
  361. name = "B-Sil",
  362. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  363. ingredients = { {"bauxite-ore", 5} },
  364. result= "silver-ore", result_count = 4
  365. },
  366. {
  367. type = "recipe",
  368. name = "B-S",
  369. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  370. ingredients = { {"bauxite-ore", 5} },
  371. result= "stone-ore", result_count = 4
  372. },
  373. {
  374. type = "recipe",
  375. name = "B-T",
  376. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  377. ingredients = { {"bauxite-ore", 5} },
  378. result= "tin-ore", result_count = 4
  379. },
  380. {
  381. type = "recipe",
  382. name = "B-Tun",
  383. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  384. ingredients = { {"bauxite-ore", 5} },
  385. result= "tungsten-ore", result_count = 4
  386. },
  387. {
  388. type = "recipe",
  389. name = "B-Z",
  390. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  391. ingredients = { {"bauxite-ore", 5} },
  392. result= "zinc-ore", result_count = 4
  393. },
  394. {
  395. type = "recipe",
  396. name = "Cob-I",
  397. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  398. ingredients = { {"cobalt-ore", 5} },
  399. result= "iron-ore", result_count = 4
  400. },
  401. {
  402. type = "recipe",
  403. name = "Cob-C",
  404. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  405. ingredients = { {"cobalt-ore", 5} },
  406. result= "copper-ore", result_count = 4
  407. },
  408. {
  409. type = "recipe",
  410. name = "Cob-B",
  411. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  412. ingredients = { {"cobalt-ore", 5} },
  413. result= "bauxite-ore", result_count = 4
  414. },
  415. {
  416. type = "recipe",
  417. name = "Cob-Gem",
  418. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  419. ingredients = { {"cobalt-ore", 5} },
  420. result= "gem-ore", result_count = 4
  421. },
  422. {
  423. type = "recipe",
  424. name = "Cob-G",
  425. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  426. ingredients = { {"cobalt-ore", 5} },
  427. result= "gold-ore", result_count = 4
  428. },
  429. {
  430. type = "recipe",
  431. name = "Cob-L",
  432. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  433. ingredients = { {"cobalt-ore", 5} },
  434. result= "lead-ore", result_count = 4
  435. },
  436. {
  437. type = "recipe",
  438. name = "Cob-N",
  439. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  440. ingredients = { {"cobalt-ore", 5} },
  441. result= "nickel-ore", result_count = 4
  442. },
  443. {
  444. type = "recipe",
  445. name = "Cob-Q",
  446. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  447. ingredients = { {"cobalt-ore", 5} },
  448. result= "quartz-ore", result_count = 4
  449. },
  450. {
  451. type = "recipe",
  452. name = "Cob-R",
  453. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  454. ingredients = { {"cobalt-ore", 5} },
  455. result= "rutile-ore", result_count = 4
  456. },
  457. {
  458. type = "recipe",
  459. name = "Cob-Sil",
  460. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  461. ingredients = { {"cobalt-ore", 5} },
  462. result= "silver-ore", result_count = 4
  463. },
  464. {
  465. type = "recipe",
  466. name = "Cob-S",
  467. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  468. ingredients = { {"cobalt-ore", 5} },
  469. result= "stone-ore", result_count = 4
  470. },
  471. {
  472. type = "recipe",
  473. name = "Cob-T",
  474. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  475. ingredients = { {"cobalt-ore", 5} },
  476. result= "tin-ore", result_count = 4
  477. },
  478. {
  479. type = "recipe",
  480. name = "Cob-Tun",
  481. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  482. ingredients = { {"cobalt-ore", 5} },
  483. result= "tungsten-ore", result_count = 4
  484. },
  485. {
  486. type = "recipe",
  487. name = "Cob-Z",
  488. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  489. ingredients = { {"cobalt-ore", 5} },
  490. result= "zinc-ore", result_count = 4
  491. },
  492. {
  493. type = "recipe",
  494. name = "G-",
  495. energy_required = 5, enabled = false, category = "crafting-ore-conversion",
  496. ingredients = { {"gold-ore", 5} },
  497. result= "-ore", result_count = 4
  498. }
  499.  
  500. })
Advertisement
Add Comment
Please, Sign In to add comment