some more space age uses
This commit is contained in:
parent
34e81f843a
commit
dfbf03ca7b
2 changed files with 11 additions and 2 deletions
|
|
@ -2,7 +2,8 @@
|
|||
Version: 2.0.0
|
||||
Date: 2024-12-06
|
||||
Features:
|
||||
- Works with Factorio 2.0 vanilla
|
||||
- Works with Factorio 2.0 vanilla and SA
|
||||
- Some new uses for titanium with Space Age, including belt and inserter progression
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.2.13
|
||||
Date: 2023-12-23
|
||||
|
|
|
|||
|
|
@ -3,8 +3,16 @@
|
|||
local util = require("__bztitanium__.data-util");
|
||||
|
||||
-- Space Age
|
||||
|
||||
if mods["space-age"] then
|
||||
util.replace_some_ingredient("space-platform-foundation", "steel-plate", 15, util.me.titanium_plate, 15)
|
||||
util.replace_ingredient("electromagnetic-plant", "steel-plate", util.me.titanium_plate)
|
||||
util.add_ingredient("superconductor", util.me.titanium_plate, 1)
|
||||
util.add_product("scrap-recycling", {type="item", name=util.me.titanium_plate, amount=1, probability=0.01})
|
||||
|
||||
-- In Space Age progression, it makes sense to insert titanium at this point in belts and inserters
|
||||
util.replace_ingredient("express-transport-belt", "iron-gear-wheel", "titanium-plate", 2)
|
||||
util.replace_ingredient("bulk-inserter", "iron-gear-wheel", "titanium-plate", 3)
|
||||
end
|
||||
|
||||
if (not mods["bobplates"]) then
|
||||
util.replace_ingredient("power-armor", "steel-plate", util.me.titanium_plate)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue