nits
This commit is contained in:
parent
6ac3e26e74
commit
147acde38d
1 changed files with 0 additions and 3 deletions
|
@ -14,7 +14,6 @@ util.replace_ingredient("assembling-machine-2", "iron-gear-wheel", "bakelite")
|
|||
util.replace_some_ingredient("explosives", "coal", 1, "formaldehyde", 10)
|
||||
|
||||
|
||||
|
||||
-- Gas boiler updates, from this mod or another
|
||||
util.remove_ingredient("gas-boiler", "pump")
|
||||
util.add_ingredient("gas-boiler", "pipe", 1)
|
||||
|
@ -22,7 +21,6 @@ util.add_ingredient("gas-boiler", "solder", 1)
|
|||
util.add_effect("gas-extraction", {type="unlock-recipe", recipe="gas-boiler"})
|
||||
|
||||
|
||||
|
||||
if mods.Krastorio2 then
|
||||
util.add_prerequisite("kr-fluids-chemistry", "basic-chemistry")
|
||||
util.add_prerequisite("basic-chemistry", "kr-basic-fluid-handling")
|
||||
|
@ -35,7 +33,6 @@ util.add_ingredient("se-genetic-data", "phenol", 1)
|
|||
util.add_ingredient("se-comparative-genetic-data", "phenol", 2)
|
||||
|
||||
|
||||
|
||||
-- Bob's Electronics SE KR
|
||||
util.remove_recipe_effect("electronics", "basic-circuit-board-stone")
|
||||
util.set_hidden("basic-circuit-board-stone")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue