diff --git a/changelog.txt b/changelog.txt index a19815c..c22a17b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 2.0.14 +Date: 2025-01-05 + Changes: + - Prevent tech soft lock in Any Planet Start +--------------------------------------------------------------------------------------------------- Version: 2.0.13 Date: 2025-01-05 Fixes: diff --git a/data-updates.lua b/data-updates.lua index ffe7618..0b7b61a 100644 --- a/data-updates.lua +++ b/data-updates.lua @@ -9,3 +9,11 @@ require("compatibility/crafting-efficiency") local util = require("data-util") util.redo_recycling() + +if mods["any-planet-start"] then + util.set_tech_recipe("titanium-processing", { + {"automation-science-pack", 1}, + {"logistic-science-pack", 1}, + {"chemical-science-pack", 1}, + }) +end diff --git a/info.json b/info.json index 8009f25..62232de 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bztitanium", - "version": "2.0.13", + "version": "2.0.14", "factorio_version": "2.0", "title": "Titanium", "author": "Brevven",