accu change
This commit is contained in:
parent
72ee3d9b39
commit
d1e80cb285
1 changed files with 4 additions and 1 deletions
|
@ -7,9 +7,12 @@ end
|
|||
|
||||
util.add_ingredient("power-switch", "bakelite", 5)
|
||||
util.replace_ingredient("programmable-speaker", "iron-plate", "bakelite")
|
||||
util.add_ingredient("accumulator", "bakelite", 5)
|
||||
util.replace_ingredient("assembling-machine-2", "iron-gear-wheel", "bakelite")
|
||||
|
||||
util.add_ingredient("accumulator", "bakelite", 5)
|
||||
util.add_to_ingredient("accumulator", "battery", 3)
|
||||
util.set_product_amount("accumulator", "accumulator", 2)
|
||||
|
||||
|
||||
util.replace_some_ingredient("explosives", "coal", 1, "formaldehyde", 10)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue