Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ac78a8884f | ||
![]() |
7f51d8071d |
4 changed files with 18 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 1.2.9
|
||||||
|
Date: 01.10.2025
|
||||||
|
Changes:
|
||||||
|
- Add support for Any Planet Start (Fulgora)
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 1.2.8
|
Version: 1.2.8
|
||||||
Date: 22.09.2025
|
Date: 22.09.2025
|
||||||
Changes:
|
Changes:
|
||||||
|
|
10
hot-metals/compatibility/any-planet-start.lua
Normal file
10
hot-metals/compatibility/any-planet-start.lua
Normal 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
|
|
@ -1,6 +1,7 @@
|
||||||
local modList = {
|
local modList = {
|
||||||
"space-age",
|
"space-age",
|
||||||
"aai-industry",
|
"aai-industry",
|
||||||
|
"any-planet-start",
|
||||||
"Glass",
|
"Glass",
|
||||||
"planet-muluna"
|
"planet-muluna"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hot-metals",
|
"name": "hot-metals",
|
||||||
"version": "1.2.8",
|
"version": "1.2.9",
|
||||||
"title": "Hot metals",
|
"title": "Hot metals",
|
||||||
"description": "A furnace doesn't just output cold usable results. You need to wait for them to cool down.",
|
"description": "A furnace doesn't just output cold usable results. You need to wait for them to cool down.",
|
||||||
"author": "cackling fiend",
|
"author": "cackling fiend",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue