k2 spaced out
This commit is contained in:
parent
41e353a9c0
commit
64e991bbe0
6 changed files with 27 additions and 13 deletions
|
|
@ -34,9 +34,9 @@ data:extend({
|
|||
} or nil),
|
||||
enabled = false,
|
||||
allow_productivity = true,
|
||||
energy_required = mods.Krastorio2 and 16 or 8,
|
||||
ingredients = {util.item("titanium-ore", mods.Krastorio2 and 10 or (mods["space-age"] and 10 or 5))},
|
||||
results = {mods.Krastorio2 and {type="item", name= util.me.titanium_plate, amount_min=2, amount_max=3} or util.item(util.me.titanium_plate)},
|
||||
energy_required = util.k2() and 16 or 8,
|
||||
ingredients = {util.item("titanium-ore", util.k2() and 10 or (mods["space-age"] and 10 or 5))},
|
||||
results = {util.k2() and {type="item", name= util.me.titanium_plate, amount_min=2, amount_max=3} or util.item(util.me.titanium_plate)},
|
||||
-- expensive =
|
||||
-- {
|
||||
-- energy_required = 16,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue