Skip to content

Commit

Permalink
actual centrifuging category fix
Browse files Browse the repository at this point in the history
  • Loading branch information
przemo1232 committed Jul 9, 2024
1 parent 8b5f996 commit 56b9dca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ RECIPE('tar-to-nickel').category = 'centrifuging-low' -- temporary
RECIPE('bitumen-to-nickel').category = 'centrifuging-low' -- temporary
RECIPE('nickel-prepared-solution').category = 'centrifuging-low' -- temporary
RECIPE('chromium-rejects').category = 'centrifuging-low' -- temporary
RECIPE('nuclear-fuel-reprocessing-mk02').category = 'centrifuging-low' -- temporary
RECIPE('nuclear-fuel-reprocessing-mk03').category = 'centrifuging-low' -- temporary
RECIPE('nuclear-fuel-reprocessing-mk04').category = 'centrifuging-low' -- temporary
RECIPE('nuclear-fuel-reprocessing-mk05').category = 'centrifuging-low' -- temporary
RECIPE('plutonium-fuel-reprocessing').category = 'centrifuging-low' -- temporary

--adjusting all centrifudge recipe speeds
RECIPE('uranium-processing'):set_fields {energy_required = 40}
Expand Down

0 comments on commit 56b9dca

Please sign in to comment.