forked from cacklingfiend/bztungsten2
K2 mineral water change
This commit is contained in:
parent
f0061c6a7f
commit
0f0c52e789
1 changed files with 9 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
local util = require("data-util");
|
local util = require("data-util")
|
||||||
|
|
||||||
local cuw = "tungsten-plate"
|
local cuw = "tungsten-plate"
|
||||||
if util.me.cuw() then cuw = "cuw" end
|
if util.me.cuw() then cuw = "cuw" end
|
||||||
|
|
@ -102,6 +102,14 @@ util.add_ingredient("deadlock-floor-lamp", "tungsten-plate", 2)
|
||||||
|
|
||||||
---- K2
|
---- K2
|
||||||
if mods["Krastorio2"] then
|
if mods["Krastorio2"] then
|
||||||
|
util.remove_prerequisite("kr-mineral-water-gathering", "chemical-science-pack")
|
||||||
|
util.add_prerequisite("kr-mineral-water-gathering", "kr-fluids-chemistry")
|
||||||
|
util.add_prerequisite("kr-mineral-water-gathering", "logistic-science-pack")
|
||||||
|
|
||||||
|
util.set_tech_recipe(
|
||||||
|
"kr-mineral-water-gathering",
|
||||||
|
{ { "kr-basic-tech-card", 1 }, { "automation-science-pack", 1 }, { "logistic-science-pack", 1 } }
|
||||||
|
)
|
||||||
util.set_tech_recipe("engine", {{"kr-basic-tech-card", 1}, {"automation-science-pack", 1}, {"logistic-science-pack", 1}})
|
util.set_tech_recipe("engine", {{"kr-basic-tech-card", 1}, {"automation-science-pack", 1}, {"logistic-science-pack", 1}})
|
||||||
util.set_tech_recipe("fluid-handling", {{"kr-basic-tech-card", 1}, {"automation-science-pack", 1}, {"logistic-science-pack", 1}})
|
util.set_tech_recipe("fluid-handling", {{"kr-basic-tech-card", 1}, {"automation-science-pack", 1}, {"logistic-science-pack", 1}})
|
||||||
util.set_tech_recipe("lamp", {{"kr-basic-tech-card", 1}, {"automation-science-pack", 1}, {"logistic-science-pack", 1}})
|
util.set_tech_recipe("lamp", {{"kr-basic-tech-card", 1}, {"automation-science-pack", 1}, {"logistic-science-pack", 1}})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue