From 7f51d8071defe0d5650b062a7eb38d8f06d3a55e Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Wed, 1 Oct 2025 20:27:15 +0200 Subject: [PATCH 1/2] Add support for Any Planet Start (Fulgora) --- hot-metals/compatibility/any-planet-start.lua | 10 ++++++++++ hot-metals/compatibility/data.lua | 1 + 2 files changed, 11 insertions(+) create mode 100644 hot-metals/compatibility/any-planet-start.lua diff --git a/hot-metals/compatibility/any-planet-start.lua b/hot-metals/compatibility/any-planet-start.lua new file mode 100644 index 0000000..ac2ce12 --- /dev/null +++ b/hot-metals/compatibility/any-planet-start.lua @@ -0,0 +1,10 @@ +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 7121740..f8066a2 100644 --- a/hot-metals/compatibility/data.lua +++ b/hot-metals/compatibility/data.lua @@ -1,6 +1,7 @@ local modList = { "space-age", "aai-industry", + "any-planet-start", "Glass", "planet-muluna" } From ac78a8884fbcd0b041cf3dec93e2a8594e1035aa Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Wed, 1 Oct 2025 20:27:57 +0200 Subject: [PATCH 2/2] 1.2.9 --- hot-metals/changelog.txt | 6 ++++++ hot-metals/info.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/hot-metals/changelog.txt b/hot-metals/changelog.txt index bb88ac9..6d65d67 100644 --- a/hot-metals/changelog.txt +++ b/hot-metals/changelog.txt @@ -1,3 +1,9 @@ +--------------------------------------------------------------------------------------------------- +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/info.json b/hot-metals/info.json index a95e622..3a715b3 100644 --- a/hot-metals/info.json +++ b/hot-metals/info.json @@ -1,6 +1,6 @@ { "name": "hot-metals", - "version": "1.2.8", + "version": "1.2.9", "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",