From df822c0e025a9d20107adb323946f3214474daf5 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Sat, 30 Aug 2025 11:28:21 +0200 Subject: [PATCH] Don't create recycle recipe for refresh-steam-science-pack --- lignumis/prototypes/content/steam-science.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lignumis/prototypes/content/steam-science.lua b/lignumis/prototypes/content/steam-science.lua index 31f575c..cb37493 100644 --- a/lignumis/prototypes/content/steam-science.lua +++ b/lignumis/prototypes/content/steam-science.lua @@ -113,7 +113,8 @@ if spoil then primary = { r = 0.65, g = 0.27, b = 0.18, a = 1.000 }, secondary = { r = 0.65, g = 0.27, b = 0.18, a = 1.000 }, }, - allow_productivity = false + allow_productivity = false, + auto_recycle = false } })