From 27a707f82211ee77de62e2051fcae443db71a967 Mon Sep 17 00:00:00 2001 From: przemo1232 <79700515+przemo1232@users.noreply.github.com> Date: Thu, 17 Oct 2024 19:16:56 +0200 Subject: [PATCH] remove wires --- data-updates.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/data-updates.lua b/data-updates.lua index 50c4584b..4aa44d09 100644 --- a/data-updates.lua +++ b/data-updates.lua @@ -34,8 +34,6 @@ RECIPE("fast-splitter"):remove_ingredient("small-parts-01"):add_ingredient {type RECIPE("express-transport-belt"):remove_ingredient("small-parts-01"):add_ingredient {type = "item", name = "small-parts-03", amount = 4} RECIPE("express-underground-belt"):remove_ingredient("small-parts-01"):add_ingredient {type = "item", name = "small-parts-03", amount = 6} RECIPE("express-splitter"):remove_ingredient("small-parts-01"):add_ingredient {type = "item", name = "small-parts-03", amount = 6} -RECIPE("red-wire"):add_ingredient {type = "item", name = "rubber", amount = 1} -RECIPE("green-wire"):add_ingredient {type = "item", name = "rubber", amount = 1} RECIPE("carbon-filter"):remove_ingredient("assembling-machine-2"):add_ingredient {type = "item", name = "assembling-machine-1", amount = 2} RECIPE("rectisol"):remove_ingredient("assembling-machine-2"):add_ingredient {type = "item", name = "assembling-machine-1", amount = 2} RECIPE("small-parts-03"):replace_ingredient("glass", "glass-fiber"):replace_ingredient("tin-plate", "aerogel")