Compare commits

...

2 commits

Author SHA1 Message Date
Simon Brodtmann
ac78a8884f 1.2.9 2025-10-01 20:27:57 +02:00
Simon Brodtmann
7f51d8071d Add support for Any Planet Start (Fulgora) 2025-10-01 20:27:15 +02:00
4 changed files with 18 additions and 1 deletions

View file

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

View file

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

View file

@ -1,6 +1,7 @@
local modList = {
"space-age",
"aai-industry",
"any-planet-start",
"Glass",
"planet-muluna"
}

View file

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