From d56adf2f647044dcc890282d0190e8feebcacf83 Mon Sep 17 00:00:00 2001 From: Brevven Date: Sat, 2 Jul 2022 15:58:09 -0700 Subject: [PATCH] prod mods --- changelog.txt | 5 +++++ info.json | 2 +- titanium-recipe-modules.lua | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index ba70f4d..0c7d431 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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: diff --git a/info.json b/info.json index 3749217..5117e97 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bztitanium", - "version": "1.2.2", + "version": "1.2.3", "factorio_version": "1.1", "title": "Titanium", "author": "Brevven", diff --git a/titanium-recipe-modules.lua b/titanium-recipe-modules.lua index e02fa0d..ed32051 100644 --- a/titanium-recipe-modules.lua +++ b/titanium-recipe-modules.lua @@ -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