This commit is contained in:
Brevven 2023-01-05 17:46:45 -08:00
parent 69cf0ec324
commit e81b375922
2 changed files with 3 additions and 1 deletions

View file

@ -3,6 +3,8 @@ Version: 0.0.10
Date: 2022-01-06 Date: 2022-01-06
Fixes: Fixes:
- GDIW, etc: With vinyl chloride, flipped plastic recipe should now be the updated recipe. - GDIW, etc: With vinyl chloride, flipped plastic recipe should now be the updated recipe.
Changes:
- PCBs can benefit from productivity modules by default now.
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 0.0.9 Version: 0.0.9
Date: 2022-12-30 Date: 2022-12-30

View file

@ -1,6 +1,6 @@
-- Enable prod modules for some recipes -- Enable prod modules for some recipes
-- Recipes with very specific ratios are deliberately excluded -- Recipes with very specific ratios are deliberately excluded
recipes = {"chlorine", "epoxy", "pcb-substrate", "bakelite-hcl"} recipes = {"chlorine", "epoxy", "pcb-substrate", "pcb", "bakelite-hcl"}
if mods["Krastorio2"] then if mods["Krastorio2"] then
end end