Fix recylce recipe being generated for rocket parts

This commit is contained in:
Simon Brodtmann 2025-03-23 22:30:32 +01:00
parent 75570cd460
commit 2a8a2e3562

View file

@ -101,7 +101,8 @@ local rocket_part_recipe = {
{ type = "fluid", name = "wood-pulp", amount = 5 } { type = "fluid", name = "wood-pulp", amount = 5 }
}, },
results = { { type = "item", name = "rocket-part", amount = 1 } }, results = { { type = "item", name = "rocket-part", amount = 1 } },
allow_productivity = true allow_productivity = true,
auto_recycle = false,
} }
local silo_ready = { local silo_ready = {