From 23a74acffea27c3f17991cca7fc44f3b28417327 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 3 Jun 2026 01:01:29 +0900 Subject: [PATCH] . --- PHI-CL/migrations.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHI-CL/migrations.lua b/PHI-CL/migrations.lua index 23f2865..7247594 100644 --- a/PHI-CL/migrations.lua +++ b/PHI-CL/migrations.lua @@ -126,7 +126,7 @@ for _, force in pairs(game.forces) do if settings.startup['PHI-MB'].value and script.active_mods['space-exploration'] then if technologies['se-core-miner'].researched then - for i = 2, settings.startup['PHI-MB-MACHINE-TIER'].value do + for i = 2, settings.startup['PHI-MB-MACHINE'].value do recipes['se-core-miner-drill-' .. i].enabled = true recipes['se-core-miner-drill-' .. i].reload() end