Skip to content

Commit

Permalink
Added other recipes to productivity whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTheCoolingFan committed Jun 10, 2022
1 parent 42204fe commit 07e62c6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion data-final-fixes.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
-- Add some recipes to productivty modules limitation (which is whitelist for some reason)
local limitation_to_add = {'advanced-nuclear-fuel-reprocessing', 'MOX-fuel', 'MOX-fuel-reprocessing', 'plutonium-fuel', 'plutonium-enrichment-process', 'used-up-uranium-fuel-cell-solution-centrifuging', 'breeder-fuel-cell-reprocessing'}
local limitation_to_add = {
'advanced-nuclear-fuel-reprocessing',
'MOX-fuel', 'MOX-fuel-reprocessing',
'plutonium-fuel',
'plutonium-enrichment-process',
'used-up-uranium-fuel-cell-solution-centrifuging',
'breeder-fuel-cell-reprocessing',
'breeder-fuel-cell',
'breeder-fuel-cell-from-uranium-cell',
'breeder-fuel-cell-from-MOX-fuel'
}
for _, module in pairs(data.raw['module']) do
if module.limitation and module.effect.productivity then
for _, recipe in pairs(limitation_to_add) do
Expand Down

0 comments on commit 07e62c6

Please sign in to comment.