update alternate lds from se
This commit is contained in:
parent
8340874ee0
commit
8e2c3b9654
2 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bztitanium",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"factorio_version": "0.18",
|
||||
"title": "Titanium",
|
||||
"author": "Brevven",
|
||||
|
|
@ -14,3 +14,4 @@
|
|||
],
|
||||
"description": "Adds titanium to the base game"
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -28,5 +28,9 @@ if data.raw.recipe["se-space-pipe"] then
|
|||
util.steel_to_titanium(data.raw.recipe["se-space-splitter"])
|
||||
util.steel_to_titanium(data.raw.recipe["se-space-splitter"].normal)
|
||||
util.steel_to_titanium(data.raw.recipe["se-space-splitter"].expensive)
|
||||
util.steel_to_titanium(data.raw.recipe["se-low-density-structure-beryllium"])
|
||||
util.steel_to_titanium(data.raw.recipe["se-low-density-structure-beryllium"].normal)
|
||||
util.steel_to_titanium(data.raw.recipe["se-low-density-structure-beryllium"].expensive)
|
||||
util.add_titanium_prerequisite(data.raw.technology["se-space-platform-scaffold"])
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue