Skip to content

Commit

Permalink
remove wires
Browse files Browse the repository at this point in the history
  • Loading branch information
przemo1232 committed Oct 17, 2024
1 parent a5f84f6 commit 0413e8f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions data-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,7 @@ RECIPE("steam-turbine"):add_ingredient {type = "item", name = "super-steel", amo
RECIPE("solar-panel"):add_ingredient {type = "item", name = "pyrite", amount = 5}

RECIPE("advanced-circuit"):replace_ingredient("copper-cable", "tinned-cable")
RECIPE("red-wire"):replace_ingredient("copper-cable", "tinned-cable")
RECIPE("green-wire"):replace_ingredient("copper-cable", "tinned-cable")
RECIPE("beacon"):replace_ingredient("copper-cable", "tinned-cable")
RECIPE("red-wire"):replace_ingredient("copper-cable", "tinned-cable")

RECIPE("wet-scrubber-mk01"):replace_ingredient("storage-tank", "py-tank-5000")
RECIPE("wet-scrubber-mk02"):replace_ingredient("storage-tank", "py-tank-6500")
Expand Down

0 comments on commit 0413e8f

Please sign in to comment.