diff --git a/hot-metals/changelog.txt b/hot-metals/changelog.txt index 6d65d67..bb88ac9 100644 --- a/hot-metals/changelog.txt +++ b/hot-metals/changelog.txt @@ -1,9 +1,3 @@ ---------------------------------------------------------------------------------------------------- -Version: 1.2.9 -Date: 01.10.2025 - Changes: - - Add support for Any Planet Start (Fulgora) ---------------------------------------------------------------------------------------------------- Version: 1.2.8 Date: 22.09.2025 Changes: diff --git a/hot-metals/compatibility/any-planet-start.lua b/hot-metals/compatibility/any-planet-start.lua deleted file mode 100644 index ac2ce12..0000000 --- a/hot-metals/compatibility/any-planet-start.lua +++ /dev/null @@ -1,10 +0,0 @@ -local planet = settings.startup["aps-planet"].value - -if planet == "fulgora" then - table.merge(HotMetals.skipTechUnlocksFor, { - "low-density-structure", - "steel-plate", - "plastic-bar", - "concrete" - }) -end \ No newline at end of file diff --git a/hot-metals/compatibility/data.lua b/hot-metals/compatibility/data.lua index f8066a2..7121740 100644 --- a/hot-metals/compatibility/data.lua +++ b/hot-metals/compatibility/data.lua @@ -1,7 +1,6 @@ local modList = { "space-age", "aai-industry", - "any-planet-start", "Glass", "planet-muluna" } diff --git a/hot-metals/info.json b/hot-metals/info.json index 3a715b3..a95e622 100644 --- a/hot-metals/info.json +++ b/hot-metals/info.json @@ -1,6 +1,6 @@ { "name": "hot-metals", - "version": "1.2.9", + "version": "1.2.8", "title": "Hot metals", "description": "A furnace doesn't just output cold usable results. You need to wait for them to cool down.", "author": "cackling fiend",