diff --git a/prototypes/recipes/sciencepacks.lua b/prototypes/recipes/sciencepacks.lua index b046a90..280722e 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}, 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 },