fix load error with any planet start
This commit is contained in:
parent
67e2461c47
commit
074f0a9433
3 changed files with 7 additions and 2 deletions
|
|
@ -1,4 +1,9 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 2.0.13
|
||||
Date: 2025-01-05
|
||||
Fixes:
|
||||
- Fix compatibility with Any Planet Start on Vulcanus/Fulgora (and potential others that rely on Uranium Mining tech)
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 2.0.12
|
||||
Date: 2025-01-04
|
||||
Changes:
|
||||
|
|
|
|||
|
|
@ -120,7 +120,6 @@ end
|
|||
-- Replace 'uranium-mining' tech with 'fluid-mining', defaulting to same costs
|
||||
function util.add_fluid_mining()
|
||||
if data.raw.technology["fluid-mining"] then return end
|
||||
util.remove_raw("technology", "uranium-mining")
|
||||
data:extend({
|
||||
{
|
||||
type = "technology",
|
||||
|
|
@ -163,6 +162,7 @@ function util.use_fluid_mining_final()
|
|||
end
|
||||
end
|
||||
end
|
||||
util.remove_raw("technology", "uranium-mining")
|
||||
end
|
||||
|
||||
-- If Hot metals mod is enabled, mark these metals as hot
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bztitanium",
|
||||
"version": "2.0.12",
|
||||
"version": "2.0.13",
|
||||
"factorio_version": "2.0",
|
||||
"title": "Titanium",
|
||||
"author": "Brevven",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue