Skip to content

Commit

Permalink
Fix missing recipe names #241
Browse files Browse the repository at this point in the history
commit b99df3ea6fa0bc77a6a6371d4875d40559712360
Author: KiwiHawk <59639+KiwiHawk@users.noreply.github.com>
Date:   Tue Nov 26 22:48:32 2024 +1300

    Add localised_name for void recipes

commit 40d06f4991503a028920adfbec5b1be7ff79173d
Author: KiwiHawk <59639+KiwiHawk@users.noreply.github.com>
Date:   Tue Nov 26 22:39:27 2024 +1300

    Renamed "zinc-plate" to "bob-zinc-plate"

commit 0d1ded96df77f4702a9f9d8c09d4cc7e17a2e728
Author: KiwiHawk <59639+KiwiHawk@users.noreply.github.com>
Date:   Tue Nov 26 22:36:03 2024 +1300

    Renamed "silicon" to "bob-silicon-plate"

    Removed references to "silicon-plate"

commit 5fbc3791b9a061cd1204667c0441244104219dc7
Author: KiwiHawk <59639+KiwiHawk@users.noreply.github.com>
Date:   Tue Nov 26 22:26:09 2024 +1300

    Rename "nickel-plate" to "bob-nickel-plate"

commit 9b95e3dcb297866f8f89cc0f6fc274eedd616263
Author: KiwiHawk <59639+KiwiHawk@users.noreply.github.com>
Date:   Tue Nov 26 22:22:50 2024 +1300

    Rename "aluminium-plate" to "bob-aluminium-plate"

commit 979b0c1e1beebe51467263cc4571070bc8455131
Author: KiwiHawk <59639+KiwiHawk@users.noreply.github.com>
Date:   Tue Nov 26 22:20:11 2024 +1300

    Rename "titanium-plate" to "bob-titanium-plate"

commit f3e1e43c805b32d15fe7d00496c256430004b719
Author: KiwiHawk <59639+KiwiHawk@users.noreply.github.com>
Date:   Tue Nov 26 22:13:53 2024 +1300

    Rename "tungsten-plate" to "bob-tungsten-plate"

commit 43f04c880ff50d647e16dbe77e1c646b0a0677dc
Author: KiwiHawk <59639+KiwiHawk@users.noreply.github.com>
Date:   Tue Nov 26 22:09:27 2024 +1300

    Fix recipe name for alternative tungsten carbide recipe

commit 8af9e430f6575ef3bf61da5ba7ea8743e8403693
Author: KiwiHawk <59639+KiwiHawk@users.noreply.github.com>
Date:   Tue Nov 26 22:01:17 2024 +1300

    Rename "lead-plate" to "bob-lead-plate"

commit 5cf77226f63a80d67f0e5e8ae2753a45adf3a1bd
Author: KiwiHawk <59639+KiwiHawk@users.noreply.github.com>
Date:   Tue Nov 26 21:58:44 2024 +1300

    Rename gold-plate to bob-gold-plate

commit 1bc8edbf35bad2966297d2878ceb14826fd29572
Author: KiwiHawk <59639+KiwiHawk@users.noreply.github.com>
Date:   Tue Nov 26 21:52:56 2024 +1300

    Fixing missing locale

    - Rename item "glass" to "bob-glass"
    - Rename recipe "quartz-glass" to "bob-glass"

commit b8508a39c1531fd27368ad40a0505a74dcf69409
Author: KiwiHawk <59639+KiwiHawk@users.noreply.github.com>
Date:   Tue Nov 26 21:46:05 2024 +1300

    Fix missing locale

    - Rename recipe "enriched-fuel-from-liquid-fuel" to ""enriched-fuel"
    - Add localised_name to recipes

commit ca132017bc658a0b154c949cef4569681389e0f7
Author: KiwiHawk <59639+KiwiHawk@users.noreply.github.com>
Date:   Tue Nov 26 21:40:06 2024 +1300

    Fixing missing locale

    - Rename liquid-air to bob-liquid-air to match recipe name
    - Add localised_name to recipes where required

commit 5bef884f29a0789c985fef9d44acfe4cab16a04e
Author: KiwiHawk <59639+KiwiHawk@users.noreply.github.com>
Date:   Tue Nov 26 21:22:03 2024 +1300

    Rename gem stuff

    Recipes only take the name of their product if they have the same name
    Rename all gem stuff to have "bob-" prefix
  • Loading branch information
KiwiHawk committed Nov 26, 2024
1 parent 48015f6 commit dbd159b
Show file tree
Hide file tree
Showing 83 changed files with 835 additions and 780 deletions.
8 changes: 4 additions & 4 deletions bobassembly/prototypes/assembly-electronics-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ if settings.startup["bobmods-assembly-electronicmachines"].value == true then
bobmods.lib.recipe.replace_ingredient("electronics-machine-2", "iron-gear-wheel", "steel-gear-wheel")
end

if data.raw.item["titanium-plate"] then
bobmods.lib.recipe.replace_ingredient("electronics-machine-3", "steel-plate", "titanium-plate")
if data.raw.item["bob-titanium-plate"] then
bobmods.lib.recipe.replace_ingredient("electronics-machine-3", "steel-plate", "bob-titanium-plate")
bobmods.lib.tech.add_prerequisite("electronics-machine-3", "titanium-processing")
elseif data.raw.item["tungsten-plate"] then
bobmods.lib.recipe.replace_ingredient("electronics-machine-3", "steel-plate", "tungsten-plate")
elseif data.raw.item["bob-tungsten-plate"] then
bobmods.lib.recipe.replace_ingredient("electronics-machine-3", "steel-plate", "bob-tungsten-plate")
bobmods.lib.tech.add_prerequisite("electronics-machine-3", "tungsten-processing")
end

Expand Down
20 changes: 10 additions & 10 deletions bobassembly/prototypes/assembly-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ end
data.raw["assembling-machine"]["assembling-machine-3"].module_slots = 3
data.raw["assembling-machine"]["assembling-machine-3"].next_upgrade = "assembling-machine-4"

if data.raw.item["aluminium-plate"] then
bobmods.lib.recipe.replace_ingredient("assembling-machine-4", "steel-plate", "aluminium-plate")
if data.raw.item["bob-aluminium-plate"] then
bobmods.lib.recipe.replace_ingredient("assembling-machine-4", "steel-plate", "bob-aluminium-plate")
bobmods.lib.tech.add_prerequisite("automation-4", "aluminium-processing")
elseif data.raw.item["brass-alloy"] then
bobmods.lib.recipe.replace_ingredient("assembling-machine-4", "steel-plate", "brass-alloy")
Expand All @@ -64,11 +64,11 @@ elseif data.raw.item["steel-gear-wheel"] then
bobmods.lib.recipe.replace_ingredient("assembling-machine-4", "iron-gear-wheel", "steel-gear-wheel")
end

if data.raw.item["titanium-plate"] then
bobmods.lib.recipe.replace_ingredient("assembling-machine-5", "steel-plate", "titanium-plate")
if data.raw.item["bob-titanium-plate"] then
bobmods.lib.recipe.replace_ingredient("assembling-machine-5", "steel-plate", "bob-titanium-plate")
bobmods.lib.tech.add_prerequisite("automation-5", "titanium-processing")
elseif data.raw.item["tungsten-plate"] then
bobmods.lib.recipe.replace_ingredient("assembling-machine-5", "steel-plate", "tungsten-plate")
elseif data.raw.item["bob-tungsten-plate"] then
bobmods.lib.recipe.replace_ingredient("assembling-machine-5", "steel-plate", "bob-tungsten-plate")
bobmods.lib.tech.add_prerequisite("automation-5", "tungsten-processing")
end

Expand All @@ -89,16 +89,16 @@ end
if data.raw.item["nitinol-alloy"] then
bobmods.lib.recipe.replace_ingredient("assembling-machine-6", "steel-plate", "nitinol-alloy")
bobmods.lib.tech.add_prerequisite("automation-6", "nitinol-processing")
elseif data.raw.item["titanium-plate"] then
bobmods.lib.recipe.replace_ingredient("assembling-machine-6", "steel-plate", "titanium-plate")
elseif data.raw.item["bob-titanium-plate"] then
bobmods.lib.recipe.replace_ingredient("assembling-machine-6", "steel-plate", "bob-titanium-plate")
bobmods.lib.tech.add_prerequisite("automation-6", "titanium-processing")
end

if data.raw.item["tungsten-carbide"] then
bobmods.lib.recipe.replace_ingredient("assembling-machine-6", "iron-plate", "tungsten-carbide")
bobmods.lib.tech.add_prerequisite("automation-6", "tungsten-alloy-processing")
elseif data.raw.item["tungsten-plate"] then
bobmods.lib.recipe.replace_ingredient("assembling-machine-6", "iron-plate", "tungsten-plate")
elseif data.raw.item["bob-tungsten-plate"] then
bobmods.lib.recipe.replace_ingredient("assembling-machine-6", "iron-plate", "bob-tungsten-plate")
bobmods.lib.tech.add_prerequisite("automation-6", "tungsten-processing")
end

Expand Down
4 changes: 2 additions & 2 deletions bobassembly/prototypes/centrifuge-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ if settings.startup["bobmods-assembly-centrifuge"].value == true then
bobmods.lib.tech.add_prerequisite("centrifuge-2", "ceramics")
end

if data.raw.item["titanium-plate"] then
bobmods.lib.recipe.replace_ingredient("centrifuge-2", "steel-plate", "titanium-plate")
if data.raw.item["bob-titanium-plate"] then
bobmods.lib.recipe.replace_ingredient("centrifuge-2", "steel-plate", "bob-titanium-plate")
bobmods.lib.tech.add_prerequisite("centrifuge-2", "titanium-processing")
end

Expand Down
4 changes: 2 additions & 2 deletions bobassembly/prototypes/chemical-mixing-furnace-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ then
bobmods.lib.tech.add_prerequisite("multi-purpose-furnace-1", "invar-processing")
end

if data.raw.item["tungsten-plate"] then
bobmods.lib.recipe.replace_ingredient("electric-chemical-mixing-furnace", "stone-brick", "tungsten-plate")
if data.raw.item["bob-tungsten-plate"] then
bobmods.lib.recipe.replace_ingredient("electric-chemical-mixing-furnace", "stone-brick", "bob-tungsten-plate")
bobmods.lib.tech.add_prerequisite("multi-purpose-furnace-1", "tungsten-processing")
end

Expand Down
8 changes: 4 additions & 4 deletions bobassembly/prototypes/chemical-plant-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ if settings.startup["bobmods-assembly-chemicalplants"].value == true then
bobmods.lib.recipe.replace_ingredient("chemical-plant-2", "pipe", "steel-pipe")
end

if data.raw.item["glass"] then
bobmods.lib.recipe.replace_ingredient("chemical-plant-2", "steel-plate", "glass")
if data.raw.item["bob-glass"] then
bobmods.lib.recipe.replace_ingredient("chemical-plant-2", "steel-plate", "bob-glass")
end

if data.raw.item["steel-gear-wheel"] then
Expand All @@ -25,8 +25,8 @@ if settings.startup["bobmods-assembly-chemicalplants"].value == true then
bobmods.lib.recipe.add_ingredient("chemical-plant-2", { type = "item", name = "steel-bearing", amount = 5 })
end

if data.raw.item["titanium-plate"] then
bobmods.lib.recipe.replace_ingredient("chemical-plant-3", "steel-plate", "titanium-plate")
if data.raw.item["bob-titanium-plate"] then
bobmods.lib.recipe.replace_ingredient("chemical-plant-3", "steel-plate", "bob-titanium-plate")
bobmods.lib.tech.add_prerequisite("chemical-plant-3", "titanium-processing")
end

Expand Down
8 changes: 4 additions & 4 deletions bobassembly/prototypes/distillery-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ then
end

bobmods.lib.recipe.replace_ingredient("bob-distillery", "pipe", "copper-pipe")
if data.raw.item["glass"] then
bobmods.lib.recipe.replace_ingredient("bob-distillery", "copper-plate", "glass")
if data.raw.item["bob-glass"] then
bobmods.lib.recipe.replace_ingredient("bob-distillery", "copper-plate", "bob-glass")
end

if data.raw.item["bronze-alloy"] then
Expand All @@ -37,8 +37,8 @@ then
bobmods.lib.tech.add_prerequisite("bob-distillery-3", "invar-processing")
end

if data.raw.item["tungsten-plate"] then
bobmods.lib.recipe.replace_ingredient("bob-distillery-4", "steel-plate", "tungsten-plate")
if data.raw.item["bob-tungsten-plate"] then
bobmods.lib.recipe.replace_ingredient("bob-distillery-4", "steel-plate", "bob-tungsten-plate")
bobmods.lib.tech.add_prerequisite("bob-distillery-4", "tungsten-processing")
end

Expand Down
4 changes: 2 additions & 2 deletions bobassembly/prototypes/electric-furnace-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ if settings.startup["bobmods-assembly-furnaces"].value == true and data.raw.furn
bobmods.lib.tech.add_prerequisite("advanced-material-processing-3", "invar-processing")
end

if data.raw.item["tungsten-plate"] then
bobmods.lib.recipe.replace_ingredient("electric-furnace-2", "stone-brick", "tungsten-plate")
if data.raw.item["bob-tungsten-plate"] then
bobmods.lib.recipe.replace_ingredient("electric-furnace-2", "stone-brick", "bob-tungsten-plate")
bobmods.lib.tech.add_prerequisite("advanced-material-processing-3", "tungsten-processing")
end

Expand Down
16 changes: 8 additions & 8 deletions bobassembly/prototypes/electrolyser-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ then

data.raw["assembling-machine"]["electrolyser"].next_upgrade = "electrolyser-2"

if data.raw.item["glass"] then
bobmods.lib.recipe.replace_ingredient("electrolyser-2", "plastic-bar", "glass")
if data.raw.item["bob-glass"] then
bobmods.lib.recipe.replace_ingredient("electrolyser-2", "plastic-bar", "bob-glass")
else
bobmods.lib.tech.add_prerequisite("electrolyser-2", "plastics")
end
Expand All @@ -35,8 +35,8 @@ then
bobmods.lib.tech.add_prerequisite("electrolyser-3", "invar-processing")
end

if data.raw.item["aluminium-plate"] then
bobmods.lib.recipe.replace_ingredient("electrolyser-3", "steel-plate", "aluminium-plate")
if data.raw.item["bob-aluminium-plate"] then
bobmods.lib.recipe.replace_ingredient("electrolyser-3", "steel-plate", "bob-aluminium-plate")
bobmods.lib.tech.add_prerequisite("electrolyser-3", "aluminium-processing")
end

Expand All @@ -49,13 +49,13 @@ then
bobmods.lib.tech.add_prerequisite("electrolyser-4", "ceramics")
end

if data.raw.item["titanium-plate"] then
bobmods.lib.recipe.replace_ingredient("electrolyser-4", "iron-plate", "titanium-plate")
if data.raw.item["bob-titanium-plate"] then
bobmods.lib.recipe.replace_ingredient("electrolyser-4", "iron-plate", "bob-titanium-plate")
bobmods.lib.tech.add_prerequisite("electrolyser-4", "titanium-processing")
end

if data.raw.item["tungsten-plate"] then
bobmods.lib.recipe.replace_ingredient("electrolyser-4", "steel-plate", "tungsten-plate")
if data.raw.item["bob-tungsten-plate"] then
bobmods.lib.recipe.replace_ingredient("electrolyser-4", "steel-plate", "bob-tungsten-plate")
bobmods.lib.tech.add_prerequisite("electrolyser-4", "tungsten-processing")
end

Expand Down
12 changes: 6 additions & 6 deletions bobassembly/prototypes/oil-refinery-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ if settings.startup["bobmods-assembly-oilrefineries"].value == true then
bobmods.lib.recipe.replace_ingredient("oil-refinery-2", "pipe", "steel-pipe")
end

if data.raw.item["titanium-plate"] then
bobmods.lib.recipe.replace_ingredient("oil-refinery-3", "steel-plate", "titanium-plate")
if data.raw.item["bob-titanium-plate"] then
bobmods.lib.recipe.replace_ingredient("oil-refinery-3", "steel-plate", "bob-titanium-plate")
bobmods.lib.tech.add_prerequisite("oil-processing-3", "titanium-processing")
end

Expand Down Expand Up @@ -65,17 +65,17 @@ if settings.startup["bobmods-assembly-oilrefineries"].value == true then
bobmods.lib.recipe.replace_ingredient("oil-refinery-4", "steel-plate", "nitinol-alloy")
bobmods.lib.tech.add_prerequisite("oil-processing-4", "nitinol-processing")
else
if data.raw.item["titanium-plate"] then
bobmods.lib.recipe.replace_ingredient("oil-refinery-4", "steel-plate", "titanium-plate")
if data.raw.item["bob-titanium-plate"] then
bobmods.lib.recipe.replace_ingredient("oil-refinery-4", "steel-plate", "bob-titanium-plate")
end
end

if data.raw.item["copper-tungsten-alloy"] then
bobmods.lib.recipe.replace_ingredient("oil-refinery-4", "stone-brick", "copper-tungsten-alloy")
bobmods.lib.tech.add_prerequisite("oil-processing-4", "tungsten-alloy-processing")
else
if data.raw.item["tungsten-plate"] then
bobmods.lib.recipe.replace_ingredient("oil-refinery-4", "stone-brick", "tungsten-plate")
if data.raw.item["bob-tungsten-plate"] then
bobmods.lib.recipe.replace_ingredient("oil-refinery-4", "stone-brick", "bob-tungsten-plate")
bobmods.lib.tech.add_prerequisite("oil-processing-4", "tungsten-processing")
end
end
Expand Down
16 changes: 8 additions & 8 deletions bobclasses/prototypes/recipe-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ if data.raw.tool["module-case"] or data.raw.item["module-case"] then
bobmods.lib.recipe.remove_ingredient("player-brain-2", "steel-plate")
bobmods.lib.recipe.add_ingredient("player-brain-2", { type = "item", name = "module-case", amount = 1 })
bobmods.lib.tech.add_prerequisite("bodies", "modules")
elseif data.raw.item["aluminium-plate"] then
bobmods.lib.recipe.replace_ingredient("player-brain", "iron-plate", "aluminium-plate")
bobmods.lib.recipe.replace_ingredient("player-brain-2", "steel-plate", "aluminium-plate")
elseif data.raw.item["bob-aluminium-plate"] then
bobmods.lib.recipe.replace_ingredient("player-brain", "iron-plate", "bob-aluminium-plate")
bobmods.lib.recipe.replace_ingredient("player-brain-2", "steel-plate", "bob-aluminium-plate")
bobmods.lib.tech.add_prerequisite("bodies", "aluminium-processing")
end

Expand All @@ -41,11 +41,11 @@ if data.raw.item["solder"] then
bobmods.lib.recipe.add_ingredient("player-brain-2", { type = "item", name = "solder", amount = 10 })
end

if data.raw.item["titanium-plate"] then
bobmods.lib.recipe.replace_ingredient("player-gloves-2", "steel-plate", "titanium-plate")
bobmods.lib.recipe.replace_ingredient("player-boots-2", "steel-plate", "titanium-plate")
bobmods.lib.recipe.replace_ingredient("player-head-2", "steel-plate", "titanium-plate")
bobmods.lib.recipe.replace_ingredient("player-frame-2", "steel-plate", "titanium-plate")
if data.raw.item["bob-titanium-plate"] then
bobmods.lib.recipe.replace_ingredient("player-gloves-2", "steel-plate", "bob-titanium-plate")
bobmods.lib.recipe.replace_ingredient("player-boots-2", "steel-plate", "bob-titanium-plate")
bobmods.lib.recipe.replace_ingredient("player-head-2", "steel-plate", "bob-titanium-plate")
bobmods.lib.recipe.replace_ingredient("player-frame-2", "steel-plate", "bob-titanium-plate")
bobmods.lib.tech.add_prerequisite("bodies-2", "titanium-processing")
end

Expand Down
4 changes: 2 additions & 2 deletions bobelectronics/prototypes/electronics.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ data:extend({
},
})

if data.raw.item["gold-plate"] then
if data.raw.item["bob-gold-plate"] then
data:extend({
{
type = "item",
Expand All @@ -98,7 +98,7 @@ if data.raw.item["gold-plate"] then
enabled = false,
ingredients = {
{ type = "item", name = "copper-cable", amount = 3 },
{ type = "item", name = "gold-plate", amount = 1 },
{ type = "item", name = "bob-gold-plate", amount = 1 },
},
results = { { type = "item", name = "gilded-copper-cable", amount = 3 } },
allow_decomposition = false,
Expand Down
18 changes: 9 additions & 9 deletions bobelectronics/prototypes/recipe-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ if data.raw.item["silicon-wafer"] then
bobmods.lib.recipe.add_ingredient("intergrated-electronics", { type = "item", name = "silicon-wafer", amount = 4 })
bobmods.lib.recipe.add_ingredient("processing-electronics", { type = "item", name = "silicon-wafer", amount = 6 })
else
if data.raw.item["silicon"] then
bobmods.lib.recipe.add_ingredient("electronic-components", { type = "item", name = "silicon", amount = 1 })
bobmods.lib.recipe.add_ingredient("intergrated-electronics", { type = "item", name = "silicon", amount = 2 })
bobmods.lib.recipe.add_ingredient("processing-electronics", { type = "item", name = "silicon", amount = 3 })
if data.raw.item["bob-silicon-plate"] then
bobmods.lib.recipe.add_ingredient("electronic-components", { type = "item", name = "bob-silicon-plate", amount = 1 })
bobmods.lib.recipe.add_ingredient("intergrated-electronics", { type = "item", name = "bob-silicon-plate", amount = 2 })
bobmods.lib.recipe.add_ingredient("processing-electronics", { type = "item", name = "bob-silicon-plate", amount = 3 })
else
bobmods.lib.recipe.add_ingredient("electronic-components", { type = "item", name = "copper-plate", amount = 1 })
bobmods.lib.recipe.add_ingredient("intergrated-electronics", { type = "item", name = "copper-plate", amount = 2 })
Expand All @@ -58,8 +58,8 @@ if data.raw.item["silicon-nitride"] then
bobmods.lib.recipe.replace_ingredient("processing-electronics", "plastic-bar", "silicon-nitride")
end

if data.raw.item["glass"] then
bobmods.lib.recipe.add_ingredient("fibreglass-board", { type = "item", name = "glass", amount = 1 })
if data.raw.item["bob-glass"] then
bobmods.lib.recipe.add_ingredient("fibreglass-board", { type = "item", name = "bob-glass", amount = 1 })
else
bobmods.lib.recipe.add_ingredient("fibreglass-board", { type = "item", name = "plastic-bar", amount = 1 })
end
Expand All @@ -70,9 +70,9 @@ else
bobmods.lib.recipe.add_ingredient("circuit-board", { type = "item", name = "copper-plate", amount = 1 })
end

if data.raw.item["gold-plate"] then
bobmods.lib.recipe.add_ingredient("superior-circuit-board", { type = "item", name = "gold-plate", amount = 1 })
bobmods.lib.recipe.add_ingredient("multi-layer-circuit-board", { type = "item", name = "gold-plate", amount = 2 })
if data.raw.item["bob-gold-plate"] then
bobmods.lib.recipe.add_ingredient("superior-circuit-board", { type = "item", name = "bob-gold-plate", amount = 1 })
bobmods.lib.recipe.add_ingredient("multi-layer-circuit-board", { type = "item", name = "bob-gold-plate", amount = 2 })
else
if data.raw.item["tin-plate"] then
bobmods.lib.recipe.add_ingredient("superior-circuit-board", { type = "item", name = "tin-plate", amount = 1 })
Expand Down
Loading

0 comments on commit dbd159b

Please sign in to comment.