ad el adamo boiler
This commit is contained in:
parent
60e4082ad1
commit
ae0686c914
10 changed files with 80 additions and 22 deletions
|
@ -4,3 +4,8 @@ if util.me.use_phenol() then
|
|||
util.multiply_recipe("plastic-bar", 3)
|
||||
util.replace_some_ingredient("plastic-bar", "petroleum-gas", 15, "phenol", 1)
|
||||
end
|
||||
|
||||
util.remove_ingredient("gas-boiler", "pump")
|
||||
util.add_ingredient("gas-boiler", "pipe", 1)
|
||||
util.add_ingredient("gas-boiler", "solder", 1)
|
||||
util.add_effect("gas-extraction", {type="unlock-recipe", recipe="gas-boiler"})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue