Skip to content

Commit 7a67345

Browse files
authored
Storage tank rewrite (#110)
* Storage tank rewrite * Decopule py tank internal names from their fluid values.
1 parent 2c7df76 commit 7a67345

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

prototypes/buildings/kicalk-plantation.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RECIPE {
1414
enabled = false,
1515
ingredients = {
1616
{type = "item", name = "botanical-nursery", amount = 2},
17-
{type = "item", name = "storage-tank", amount = 1}, --replace py-tank-5000
17+
{type = "item", name = "storage-tank", amount = 1}, --replace py-tank-5
1818
{type = "item", name = "classifier", amount = 1},
1919

2020
},

prototypes/updates/pyindustry-updates.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ TECHNOLOGY("ht-robotics"):remove_prereq("construction-robotics")
99
-- RECIPE CHANGES
1010
RECIPE("accumulator-mk01"):add_ingredient {type = "item", name = "used-nexelit-battery", amount = 1}
1111
RECIPE("accumulator-mk02"):add_ingredient {type = "item", name = "used-nexelit-battery", amount = 5}
12-
RECIPE("kicalk-plantation"):replace_ingredient("storage-tank", "py-tank-5000")
12+
RECIPE("kicalk-plantation"):replace_ingredient("storage-tank", "py-tank-5")
1313
RECIPE("accumulator-mk02"):remove_ingredient("battery"):add_ingredient {type = "item", name = "re-magnet", amount = 10}:add_ingredient {type = "item", name = "sc-coil", amount = 10}
1414
RECIPE("pulp-mill-mk03"):replace_ingredient("pipe", "niobium-pipe")
1515
RECIPE("py-construction-robot-mk04"):replace_ingredient("construction-robot", "py-construction-robot-mk01")

0 commit comments

Comments
 (0)