Compare commits
No commits in common. "ac78a8884fbcd0b041cf3dec93e2a8594e1035aa" and "7a8e5564692312a9985a5c3959c55468b957de6d" have entirely different histories.
ac78a8884f
...
7a8e556469
4 changed files with 1 additions and 18 deletions
|
|
@ -1,9 +1,3 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
|
||||||
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:
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
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.9",
|
"version": "1.2.8",
|
||||||
"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