prod mods
This commit is contained in:
parent
1e6c3137ac
commit
d56adf2f64
3 changed files with 7 additions and 1 deletions
|
|
@ -1,4 +1,9 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.2.3
|
||||
Date: 2022-07-03
|
||||
Fixes:
|
||||
- SE: Molten can use prod modules
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.2.2
|
||||
Date: 2022-07-02
|
||||
Fixes:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bztitanium",
|
||||
"version": "1.2.2",
|
||||
"version": "1.2.3",
|
||||
"factorio_version": "1.1",
|
||||
"title": "Titanium",
|
||||
"author": "Brevven",
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ if mods["Krastorio2"] then
|
|||
end
|
||||
if mods["space-exploration"] then
|
||||
table.insert(recipes, "titanium-smelting-vulcanite")
|
||||
table.insert(recipes, "molten-titanium")
|
||||
if mods["Krastorio2"] then
|
||||
table.insert(recipes, "enriched-titanium-smelting-vulcanite")
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue