From 4823d10864895d6f0c98ee32e3d7fd5505db20f4 Mon Sep 17 00:00:00 2001 From: Athena Faris <75452942+KompetenzAirbag@users.noreply.github.com> Date: Sun, 12 Oct 2025 18:22:21 +0200 Subject: [PATCH 1/3] Fixed science pack productivity --- prototypes/recipes/sciencepacks.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/prototypes/recipes/sciencepacks.lua b/prototypes/recipes/sciencepacks.lua index b046a90..8ee708d 100644 --- a/prototypes/recipes/sciencepacks.lua +++ b/prototypes/recipes/sciencepacks.lua @@ -27,6 +27,7 @@ data:extend( ]]-- enabled = false, always_show_made_in = true, + allow_productivity = true, ingredients = { {type = "item", name = "sct-t1-ironcore", amount = 1}, {type = "item", name = "sct-t1-magnet-coils", amount = 2} @@ -65,6 +66,7 @@ data:extend( ]]-- enabled = false, always_show_made_in = true, + allow_productivity = true, ingredients = { {type = "item", name = "sct-t2-instruments", amount = 1}, {type = "item", name = "sct-t2-reaction-nodes", amount = 1} @@ -104,6 +106,7 @@ data:extend( enabled = false, always_show_made_in = true, + allow_productivity = true, ingredients = { {type = "item", name = "sct-t3-femto-lasers", amount = 1}, {type = "item", name = "sct-t3-atomic-sensors", amount = 1} @@ -152,6 +155,7 @@ data:extend( ]]-- enabled = false, always_show_made_in = true, + allow_productivity = true, ingredients = { {type = "item", name = "sct-mil-circuit3", amount = 1}, {type = "item", name = "sct-mil-plating", amount = 1} @@ -201,6 +205,7 @@ data:extend( }, ]]-- always_show_made_in = true, + allow_productivity = true, ingredients = { {type = "item", name = "sct-prod-bioprocessor", amount = 1}, {type = "item", name = "sct-prod-overclocker", amount = 1} @@ -252,6 +257,7 @@ data:extend( }, ]]-- always_show_made_in = true, + allow_productivity = true, enabled = false, ingredients = { {type = "item", name = "sct-htech-capbank", amount = 1}, From 5fa8393a295f4920634ca16665fa72a7e31b1115 Mon Sep 17 00:00:00 2001 From: Athena Faris <75452942+KompetenzAirbag@users.noreply.github.com> Date: Sun, 12 Oct 2025 18:26:34 +0200 Subject: [PATCH 2/3] Formatting --- prototypes/recipes/sciencepacks.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/prototypes/recipes/sciencepacks.lua b/prototypes/recipes/sciencepacks.lua index 8ee708d..280722e 100644 --- a/prototypes/recipes/sciencepacks.lua +++ b/prototypes/recipes/sciencepacks.lua @@ -27,7 +27,7 @@ data:extend( ]]-- enabled = false, always_show_made_in = true, - allow_productivity = true, + allow_productivity = true, ingredients = { {type = "item", name = "sct-t1-ironcore", amount = 1}, {type = "item", name = "sct-t1-magnet-coils", amount = 2} @@ -66,7 +66,7 @@ data:extend( ]]-- enabled = false, always_show_made_in = true, - allow_productivity = true, + allow_productivity = true, ingredients = { {type = "item", name = "sct-t2-instruments", amount = 1}, {type = "item", name = "sct-t2-reaction-nodes", amount = 1} @@ -106,7 +106,7 @@ data:extend( enabled = false, always_show_made_in = true, - allow_productivity = true, + allow_productivity = true, ingredients = { {type = "item", name = "sct-t3-femto-lasers", amount = 1}, {type = "item", name = "sct-t3-atomic-sensors", amount = 1} @@ -155,7 +155,7 @@ data:extend( ]]-- enabled = false, always_show_made_in = true, - allow_productivity = true, + allow_productivity = true, ingredients = { {type = "item", name = "sct-mil-circuit3", amount = 1}, {type = "item", name = "sct-mil-plating", amount = 1} @@ -205,7 +205,7 @@ data:extend( }, ]]-- always_show_made_in = true, - allow_productivity = true, + allow_productivity = true, ingredients = { {type = "item", name = "sct-prod-bioprocessor", amount = 1}, {type = "item", name = "sct-prod-overclocker", amount = 1} @@ -257,7 +257,7 @@ data:extend( }, ]]-- always_show_made_in = true, - allow_productivity = true, + allow_productivity = true, enabled = false, ingredients = { {type = "item", name = "sct-htech-capbank", amount = 1}, From 6086521137b8cf771ebc05d7bf426e3412359b5d Mon Sep 17 00:00:00 2001 From: Athena Faris <75452942+KompetenzAirbag@users.noreply.github.com> Date: Sun, 12 Oct 2025 18:31:51 +0200 Subject: [PATCH 3/3] Forgot bob-advanced-logistic-science-pack --- tweaks/bobsmods/science_bobmods_logistic.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/tweaks/bobsmods/science_bobmods_logistic.lua b/tweaks/bobsmods/science_bobmods_logistic.lua index f8020c1..76deff7 100644 --- a/tweaks/bobsmods/science_bobmods_logistic.lua +++ b/tweaks/bobsmods/science_bobmods_logistic.lua @@ -155,6 +155,7 @@ if mods["bobtech"] then enabled = false, always_show_made_in = true, energy_required = 14, + allow_productivity = true, ingredients = { { type="item", name="sct-logistic-cargo-unit", amount=1 },