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
|
||||
Date: 2025-01-05
|
||||
Fixes:
|
||||
|
|
|
|||
|
|
@ -9,3 +9,11 @@ require("compatibility/crafting-efficiency")
|
|||
|
||||
local util = require("data-util")
|
||||
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",
|
||||
"version": "2.0.13",
|
||||
"version": "2.0.14",
|
||||
"factorio_version": "2.0",
|
||||
"title": "Titanium",
|
||||
"author": "Brevven",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue