soft lock any planet start fix
This commit is contained in:
parent
906e7d1e82
commit
88d7f90a56
3 changed files with 14 additions and 1 deletions
|
|
@ -1,4 +1,9 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 2.0.14
|
||||||
|
Date: 2025-01-05
|
||||||
|
Changes:
|
||||||
|
- Prevent tech soft lock in Any Planet Start
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 2.0.13
|
Version: 2.0.13
|
||||||
Date: 2025-01-05
|
Date: 2025-01-05
|
||||||
Fixes:
|
Fixes:
|
||||||
|
|
|
||||||
|
|
@ -9,3 +9,11 @@ require("compatibility/crafting-efficiency")
|
||||||
|
|
||||||
local util = require("data-util")
|
local util = require("data-util")
|
||||||
util.redo_recycling()
|
util.redo_recycling()
|
||||||
|
|
||||||
|
if mods["any-planet-start"] then
|
||||||
|
util.set_tech_recipe("titanium-processing", {
|
||||||
|
{"automation-science-pack", 1},
|
||||||
|
{"logistic-science-pack", 1},
|
||||||
|
{"chemical-science-pack", 1},
|
||||||
|
})
|
||||||
|
end
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bztitanium",
|
"name": "bztitanium",
|
||||||
"version": "2.0.13",
|
"version": "2.0.14",
|
||||||
"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