Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTheCoolingFan committed May 7, 2022
2 parents 1a945b3 + 4f7578c commit 0fdfe00
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
---------------------------------------------------------------------------------------------------
Version: 1.3.10
Date: 2022-05-07
Balancing:
- Added Used-up uraniume fuel cell solution centrifuging to productivity
whitelist. Only the actual products are affected by productivity, no
barrel multiplication here.
---------------------------------------------------------------------------------------------------
Version: 1.3.9
Date: 2022-04-26
Fixes:
Expand Down
2 changes: 1 addition & 1 deletion data-final-fixes.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- 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'}
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'}
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
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "PlutoniumEnergy",
"version": "1.3.9",
"version": "1.3.10",
"title": "Plutonium Energy",
"author": "JohnTheCoolingFan",
"contact": "https://discord.gg/KPnETvMDYk",
Expand Down
2 changes: 1 addition & 1 deletion prototypes/recipe/recipes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ data:extend({
{type = 'item', name = 'uranium-238', amount_min = 8, amount_max = 10},
{type = 'item', name = 'plutonium-238', amount_min = 3, amount_max = 6},
{type = 'item', name = 'plutonium-239', amount = 1, probability = 0.25},
{type = 'item', name = 'empty-barrel', amount = 10}
{type = 'item', name = 'empty-barrel', amount = 10, catalyst_amount = 10}
},
order = 'r[uranium-processing]-d[advanced-nuclear-fuel-reprocessing]',
subgroup = 'intermediate-product',
Expand Down

0 comments on commit 0fdfe00

Please sign in to comment.