Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- data:extend ({
- {
- type = "recipe",
- name = "Ore-Conversion-Plant",
- ingredients = {
- {"steel-plate", 4},
- {"electronic-circuit", 6},
- {"stone-brick", 4},
- {"iron-gear-wheel", 10}
- },
- result = "Ore-Conversion-Plant",
- energy_required = 4,
- enabled = false
- },
- {
- type = "recipe",
- name = "I-C",
- energy_required = 5,
- enabled = false,
- category = "crafting-ore-conversion",
- ingredients =
- {
- {"iron-ore", 5}
- },
- result= "copper-ore",
- result_count = 4
- },
- {
- type = "recipe",
- name = "I-B",
- energy_required = 5,
- enabled = false,
- category = "crafting-ore-conversion",
- ingredients =
- {
- {"iron-ore", 5}
- },
- result= "bauxite-ore",
- result_count = 4
- },
- {
- type = "recipe",
- name = "I-Cob",
- energy_required = 5,
- enabled = false,
- category = "crafting-ore-conversion",
- ingredients =
- {
- {"iron-ore", 5}
- },
- result= "cobalt-ore",
- result_count = 4
- },
- {
- type = "recipe",
- name = "I-Gem",
- energy_required = 5,
- enabled = false,
- category = "crafting-ore-conversion",
- ingredients =
- {
- {"iron-ore", 5}
- },
- result= "gem-ore",
- result_count = 3
- },
- {
- type = "recipe",
- name = "I-G",
- energy_required = 5,
- enabled = false,
- category = "crafting-ore-conversion",
- ingredients =
- {
- {"iron-ore", 5}
- },
- result= "gold-ore",
- result_count = 4
- },
- {
- type = "recipe",
- name = "I-L",
- energy_required = 5,
- enabled = false,
- category = "crafting-ore-conversion",
- ingredients =
- {
- {"iron-ore", 5}
- },
- result= "lead-ore",
- result_count = 4
- },
- {
- type = "recipe",
- name = "I-N",
- energy_required = 5,
- enabled = false,
- category = "crafting-ore-conversion",
- ingredients =
- {
- {"iron-ore", 5}
- },
- result= "nickel-ore",
- result_count = 4
- },
- {
- type = "recipe",
- name = "I-Q",
- energy_required = 5,
- enabled = false,
- category = "crafting-ore-conversion",
- ingredients =
- {
- {"iron-ore", 5}
- },
- result= "quartz-ore",
- result_count = 4
- },
- {
- type = "recipe",
- name = "I-R",
- energy_required = 5,
- enabled = false,
- category = "crafting-ore-conversion",
- ingredients =
- {
- {"iron-ore", 5}
- },
- result= "rutile-ore",
- result_count = 4
- },
- {
- type = "recipe",
- name = "I-Sil",
- energy_required = 5,
- enabled = false,
- category = "crafting-ore-conversion",
- ingredients =
- {
- {"iron-ore", 5}
- },
- result= "silver-ore",
- result_count = 4
- },
- {
- type = "recipe",
- name = "I-S",
- energy_required = 5,
- enabled = false,
- category = "crafting-ore-conversion",
- ingredients =
- {
- {"iron-ore", 5}
- },
- result= "stone-ore",
- result_count = 4
- },
- {
- type = "recipe",
- name = "I-T",
- energy_required = 5,
- enabled = false,
- category = "crafting-ore-conversion",
- ingredients =
- {
- {"iron-ore", 5}
- },
- result= "tin-ore",
- result_count = 4
- },
- {
- type = "recipe",
- name = "I-Tun",
- energy_required = 5,
- enabled = false,
- category = "crafting-ore-conversion",
- ingredients =
- {
- {"iron-ore", 5}
- },
- result= "tungsten-ore",
- result_count = 4
- },
- {
- type = "recipe",
- name = "I-Z",
- energy_required = 5,
- enabled = false,
- category = "crafting-ore-conversion",
- ingredients =
- {
- {"iron-ore", 5}
- },
- result= "zinc-ore",
- result_count = 4
- },
- {
- type = "recipe",
- name = "C-I",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"copper-ore", 5} },
- result= "iron-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "C-B",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"copper-ore", 5} },
- result= "bauxite-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "C-Cob",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"copper-ore", 5} },
- result= "cobalt-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "C-Gem",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"copper-ore", 5} },
- result= "gem-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "C-G",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"copper-ore", 5} },
- result= "gold-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "C-L",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"copper-ore", 5} },
- result= "lead-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "C-N",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"copper-ore", 5} },
- result= "nickel-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "C-Q",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"copper-ore", 5} },
- result= "quartz-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "C-R",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"copper-ore", 5} },
- result= "rutile-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "C-Sil",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"copper-ore", 5} },
- result= "silver-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "C-S",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"copper-ore", 5} },
- result= "stone-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "C-T",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"copper-ore", 5} },
- result= "tin-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "C-Tun",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"copper-ore", 5} },
- result= "tungsten-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "C-Z",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"copper-ore", 5} },
- result= "zinc-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "B-I",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"bauxite-ore", 5} },
- result= "iron-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "B-C",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"bauxite-ore", 5} },
- result= "copper-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "B-C",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"bauxite-ore", 5} },
- result= "cobalt-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "B-Gem",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"bauxite-ore", 5} },
- result= "gem-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "B-G",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"bauxite-ore", 5} },
- result= "gold-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "B-L",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"bauxite-ore", 5} },
- result= "lead-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "B-N",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"bauxite-ore", 5} },
- result= "nickel-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "B-Q",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"bauxite-ore", 5} },
- result= "quartz-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "B-R",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"bauxite-ore", 5} },
- result= "rutile-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "B-Sil",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"bauxite-ore", 5} },
- result= "silver-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "B-S",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"bauxite-ore", 5} },
- result= "stone-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "B-T",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"bauxite-ore", 5} },
- result= "tin-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "B-Tun",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"bauxite-ore", 5} },
- result= "tungsten-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "B-Z",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"bauxite-ore", 5} },
- result= "zinc-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "Cob-I",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"cobalt-ore", 5} },
- result= "iron-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "Cob-C",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"cobalt-ore", 5} },
- result= "copper-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "Cob-B",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"cobalt-ore", 5} },
- result= "bauxite-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "Cob-Gem",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"cobalt-ore", 5} },
- result= "gem-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "Cob-G",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"cobalt-ore", 5} },
- result= "gold-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "Cob-L",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"cobalt-ore", 5} },
- result= "lead-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "Cob-N",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"cobalt-ore", 5} },
- result= "nickel-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "Cob-Q",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"cobalt-ore", 5} },
- result= "quartz-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "Cob-R",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"cobalt-ore", 5} },
- result= "rutile-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "Cob-Sil",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"cobalt-ore", 5} },
- result= "silver-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "Cob-S",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"cobalt-ore", 5} },
- result= "stone-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "Cob-T",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"cobalt-ore", 5} },
- result= "tin-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "Cob-Tun",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"cobalt-ore", 5} },
- result= "tungsten-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "Cob-Z",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"cobalt-ore", 5} },
- result= "zinc-ore", result_count = 4
- },
- {
- type = "recipe",
- name = "G-",
- energy_required = 5, enabled = false, category = "crafting-ore-conversion",
- ingredients = { {"gold-ore", 5} },
- result= "-ore", result_count = 4
- }
- })
Advertisement
Add Comment
Please, Sign In to add comment