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
|
Version: 2.0.12
|
||||||
Date: 2025-01-04
|
Date: 2025-01-04
|
||||||
Changes:
|
Changes:
|
||||||
|
|
|
||||||
|
|
@ -120,7 +120,6 @@ end
|
||||||
-- Replace 'uranium-mining' tech with 'fluid-mining', defaulting to same costs
|
-- Replace 'uranium-mining' tech with 'fluid-mining', defaulting to same costs
|
||||||
function util.add_fluid_mining()
|
function util.add_fluid_mining()
|
||||||
if data.raw.technology["fluid-mining"] then return end
|
if data.raw.technology["fluid-mining"] then return end
|
||||||
util.remove_raw("technology", "uranium-mining")
|
|
||||||
data:extend({
|
data:extend({
|
||||||
{
|
{
|
||||||
type = "technology",
|
type = "technology",
|
||||||
|
|
@ -163,6 +162,7 @@ function util.use_fluid_mining_final()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
util.remove_raw("technology", "uranium-mining")
|
||||||
end
|
end
|
||||||
|
|
||||||
-- If Hot metals mod is enabled, mark these metals as hot
|
-- If Hot metals mod is enabled, mark these metals as hot
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bztitanium",
|
"name": "bztitanium",
|
||||||
"version": "2.0.12",
|
"version": "2.0.13",
|
||||||
"factorio_version": "2.0",
|
"factorio_version": "2.0",
|
||||||
"title": "Titanium",
|
"title": "Titanium",
|
||||||
"author": "Brevven",
|
"author": "Brevven",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue