|
11 | 11 | if angelsmods.trigger.ores["tungsten"] then |
12 | 12 | if mods["bobores"] then |
13 | 13 | local angel_ore = data.raw.item["angels-tungsten-ore"] |
14 | | - local bob_ore = data.raw.item["bob-tungsten-ore"] |
| 14 | + local bob_ore = data.raw.item["tungsten-ore"] |
15 | 15 | OV.global_replace_item(angel_ore.name, bob_ore.name) |
16 | 16 | OV.copy_item_properties(angel_ore.name, bob_ore.name) |
17 | 17 | angelsmods.functions.hide(angel_ore.name) |
|
61 | 61 | if angelsmods.trigger.smelting_products["tungsten"].plate then |
62 | 62 | -- REPLACE ITEMS (use bob version) |
63 | 63 | if mods["bobplates"] then |
64 | | - OV.global_replace_item("angels-plate-tungsten", "bob-tungsten-plate") |
| 64 | + OV.global_replace_item("angels-plate-tungsten", "tungsten-plate") |
65 | 65 | angelsmods.functions.hide("angels-plate-tungsten") |
66 | | - OV.copy_item_properties("angels-plate-tungsten", "bob-tungsten-plate") |
67 | | - OV.disable_recipe({ "bob-tungsten-plate" }) |
| 66 | + OV.copy_item_properties("angels-plate-tungsten", "tungsten-plate") |
| 67 | + OV.disable_recipe({ "tungsten-plate" }) |
68 | 68 | OV.add_prereq("bob-tungsten-processing", "angels-tungsten-smelting-1") |
69 | | - OV.set_research_difficulty("bob-tungsten-processing", "bob-tungsten-plate", 10, "craft-item") |
| 69 | + OV.set_research_difficulty("bob-tungsten-processing", "tungsten-plate", 10, "craft-item") |
70 | 70 |
|
71 | 71 | angelsmods.functions.move_item("bob-copper-tungsten-alloy", "angels-tungsten-casting", "l") |
72 | | - angelsmods.functions.move_item("bob-tungsten-carbide", "angels-tungsten-casting", "k") |
| 72 | + angelsmods.functions.move_item("tungsten-carbide", "angels-tungsten-casting", "k") |
73 | 73 | OV.patch_recipes({ |
74 | 74 | { |
75 | | - name = "bob-tungsten-carbide", |
76 | | - subgroup = "angels-tungsten-casting", |
77 | | - energy_required = 6, |
78 | | - ingredients = { |
79 | | - { type = "item", name = "bob-tungsten-oxide", amount = 10 }, |
80 | | - { type = "item", name = "angels-solid-carbon", amount = 10 }, |
81 | | - }, |
82 | | - results = { |
83 | | - { type = "item", name = "bob-tungsten-carbide", amount = 20 }, |
84 | | - }, |
85 | | - order = "k[tungsten-carbide]-a", |
86 | | - icons = angelsmods.functions.add_number_icon_layer({ |
87 | | - { |
88 | | - icon = "__bobplates__/graphics/icons/plate/tungsten-carbide-plate.png", |
89 | | - icon_size = 64, |
90 | | - scale = 0.5, |
91 | | - }, |
92 | | - }, 1, angelsmods.smelting.number_tint), |
93 | | - }, |
94 | | - { |
95 | | - name = "bob-tungsten-carbide-2", |
| 75 | + name = "tungsten-carbide", |
96 | 76 | subgroup = "angels-tungsten-casting", |
97 | 77 | energy_required = 6, |
98 | 78 | ingredients = { |
99 | 79 | { type = "item", name = "bob-powdered-tungsten", amount = 10 }, |
100 | 80 | { type = "item", name = "angels-solid-carbon", amount = 10 }, |
101 | 81 | }, |
102 | 82 | results = { |
103 | | - { type = "item", name = "bob-tungsten-carbide", amount = 20 }, |
| 83 | + { type = "item", name = "tungsten-carbide", amount = 20 }, |
104 | 84 | }, |
105 | | - order = "k[tungsten-carbide]-b", |
106 | | - icons = angelsmods.functions.add_number_icon_layer({ |
107 | | - { |
108 | | - icon = "__bobplates__/graphics/icons/plate/tungsten-carbide-plate.png", |
109 | | - icon_size = 64, |
110 | | - scale = 0.5, |
111 | | - }, |
112 | | - }, 2, angelsmods.smelting.number_tint), |
| 85 | + order = "k[tungsten-carbide]", |
113 | 86 | }, |
114 | 87 | }) |
115 | 88 |
|
|
143 | 116 | ------------------------------------------------------------------------------- |
144 | 117 | if mods["bobplates"] then |
145 | 118 | local alloy_recipes = { |
146 | | - "bob-tungsten-carbide", |
147 | | - "bob-tungsten-carbide-2", |
| 119 | + "tungsten-carbide", |
148 | 120 | "bob-copper-tungsten-alloy", |
149 | 121 | } |
150 | 122 |
|
|
0 commit comments