From e81b375922840b6b1f106c6f87af0407d556f628 Mon Sep 17 00:00:00 2001 From: Brevven Date: Thu, 5 Jan 2023 17:46:45 -0800 Subject: [PATCH] prod pcb --- changelog.txt | 2 ++ modules.lua | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 89857e1..b90c67c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,8 @@ Version: 0.0.10 Date: 2022-01-06 Fixes: - 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 Date: 2022-12-30 diff --git a/modules.lua b/modules.lua index b924757..10d7860 100644 --- a/modules.lua +++ b/modules.lua @@ -1,6 +1,6 @@ -- Enable prod modules for some recipes -- 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 end