soft lock any planet start fix

This commit is contained in:
Brevven 2025-01-05 03:19:14 -08:00
parent 906e7d1e82
commit 88d7f90a56
3 changed files with 14 additions and 1 deletions

View file

@ -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:

View file

@ -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

View file

@ -1,6 +1,6 @@
{
"name": "bztitanium",
"version": "2.0.13",
"version": "2.0.14",
"factorio_version": "2.0",
"title": "Titanium",
"author": "Brevven",