modmash splinter gold lds
This commit is contained in:
parent
2a8d676176
commit
7521efc4a7
3 changed files with 12 additions and 2 deletions
|
|
@ -1,4 +1,9 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.10.7
|
||||
Date: 2021-04-13
|
||||
Features:
|
||||
- Modmash splinter gold LDS recipe
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.10.6
|
||||
Date: 2021-03-18
|
||||
Fixes:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bztitanium",
|
||||
"version": "0.10.6",
|
||||
"version": "0.10.7",
|
||||
"factorio_version": "1.1",
|
||||
"title": "Titanium",
|
||||
"author": "Brevven",
|
||||
|
|
@ -17,7 +17,8 @@
|
|||
"? Deadlock-SE-bridge",
|
||||
"? deadlock-beltboxes-loaders",
|
||||
"? DeadlockCrating",
|
||||
"? modmashsplinterresources"
|
||||
"? modmashsplinterresources",
|
||||
"! nullius"
|
||||
],
|
||||
"description": "Adds titanium to the base game.\n\nTitanium is used in Low Density Structures, Flying Robot Frames and a few other places.\n\nCompatible with Krastorio 2, Space Exploration, Aircraft, 5Dim's, FE+ and other mods."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,6 +4,10 @@
|
|||
local util = require("__bztitanium__.data-util");
|
||||
|
||||
util.steel_to_titanium("low-density-structure")
|
||||
if mods["modmashsplintergold"] then
|
||||
util.steel_to_titanium("low-density-structure-with-gold")
|
||||
end
|
||||
|
||||
if not mods["bobrevamp"] then
|
||||
util.add_titanium_prerequisite("low-density-structure")
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue