Skip to content

Commit f8dce09

Browse files
authored
Revert "Fix bug 427: Handle mod conflict for nuclear-fuel-reprocessing recipe…"
This reverts commit 151578c.
1 parent 151578c commit f8dce09

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

bobplates/changelog.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
---------------------------------------------------------------------------------------------------
2-
Version: 2.0.3
3-
Date: ???
4-
Bugfixes:
5-
- Fixed crafting_machine_tint startup error when using other mods that also modify the nuclear fuel reprocessing recipe #427
6-
---------------------------------------------------------------------------------------------------
72
Version: 2.0.2
83
Date: 20. 04. 2025
94
Bugfixes:

bobplates/data-updates.lua

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,7 @@ if settings.startup["bobmods-plates-nuclearupdate"].value == true then
126126
data.raw.recipe["nuclear-fuel-reprocessing"].icon =
127127
"__bobplates__/graphics/icons/nuclear/nuclear-fuel-reprocessing.png"
128128
data.raw.recipe["nuclear-fuel-reprocessing"].icon_size = 32
129-
130-
-- #427 Since we initialize crafting_machine_tint in the earlier data stage, another mod may have modified the recipe in between.
131-
if data.raw.recipe["nuclear-fuel-reprocessing"].crafting_machine_tint then
132-
data.raw.recipe["nuclear-fuel-reprocessing"].crafting_machine_tint.secondary = { r = 1, g = 0.7, b = 0 } --Right hand module glows plutonium orange-yellow.
133-
end
129+
data.raw.recipe["nuclear-fuel-reprocessing"].crafting_machine_tint.secondary = { r = 1, g = 0.7, b = 0 } --Right hand module glows plutonium orange-yellow.
134130

135131
data.raw.recipe["nuclear-fuel-reprocessing"].energy_required = 120 --up from 60
136132
bobmods.lib.recipe.add_ingredient(

0 commit comments

Comments
 (0)