prod mods

This commit is contained in:
Brevven 2022-07-02 15:58:09 -07:00
parent 1e6c3137ac
commit d56adf2f64
3 changed files with 7 additions and 1 deletions

View file

@ -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:

View file

@ -1,6 +1,6 @@
{
"name": "bztitanium",
"version": "1.2.2",
"version": "1.2.3",
"factorio_version": "1.1",
"title": "Titanium",
"author": "Brevven",

View file

@ -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