From 2a8a2e3562e120f034fff901aa620acaae0c9357 Mon Sep 17 00:00:00 2001
From: Simon Brodtmann <github@accounts.brodtmann.info>
Date: Sun, 23 Mar 2025 22:30:32 +0100
Subject: [PATCH] Fix recylce recipe being generated for rocket parts

---
 lignumis/prototypes/content/wooden-rocket-silo.lua | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lignumis/prototypes/content/wooden-rocket-silo.lua b/lignumis/prototypes/content/wooden-rocket-silo.lua
index feb5462..4a224a8 100644
--- a/lignumis/prototypes/content/wooden-rocket-silo.lua
+++ b/lignumis/prototypes/content/wooden-rocket-silo.lua
@@ -101,7 +101,8 @@ local rocket_part_recipe = {
         { type = "fluid", name = "wood-pulp", amount = 5 }
     },
     results = { { type = "item", name = "rocket-part", amount = 1 } },
-    allow_productivity = true
+    allow_productivity = true,
+    auto_recycle = false,
 }
 
 local silo_ready = {