From edf04b30890b8c67dbbfe7e090e20d7c04a704d5 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Tue, 14 Oct 2025 12:09:10 +0200 Subject: [PATCH] Remove deprecated filter inserter code --- Nylon2/recipe-modify.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Nylon2/recipe-modify.lua b/Nylon2/recipe-modify.lua index ce8bbf6..666174b 100644 --- a/Nylon2/recipe-modify.lua +++ b/Nylon2/recipe-modify.lua @@ -7,10 +7,6 @@ util.replace_ingredient("construction-robot", "iron-gear-wheel", "nylon-machine- -- Mod changes util.add_ingredient("fast-transport-belt","nylon", 1) -if mods["aai-industry"] then - util.replace_ingredient("stack-filter-inserter", "steel-gear-wheel", "nylon-machine-parts", 3) -end - if mods["bobassembly"] then util.replace_ingredient("electronics-machine-2", "steel-gear-wheel", "nylon-machine-parts", 8) end