From c11df329a79dfbcc445b5fae1cd85326b9bab730 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Tue, 9 May 2023 18:24:19 +0900 Subject: [PATCH] Update data-updates.lua --- PHI-MB/data-updates.lua | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/PHI-MB/data-updates.lua b/PHI-MB/data-updates.lua index 1063cb1..7298042 100644 --- a/PHI-MB/data-updates.lua +++ b/PHI-MB/data-updates.lua @@ -49,7 +49,7 @@ end -- recipe local function ER(source, tier) local na = source.name - + if tier > 2 then na = na .. '-' .. (tier - 1) end @@ -178,4 +178,9 @@ if mods['space-exploration'] then data.raw['assembling-machine']['se-fuel-refinery'].fast_replaceable_group = 'fuel-refinery' data.raw['assembling-machine']['se-fuel-refinery-2'].fast_replaceable_group = data.raw['assembling-machine']['se-fuel-refinery'].fast_replaceable_group data.raw['assembling-machine']['se-fuel-refinery-3'].fast_replaceable_group = data.raw['assembling-machine']['se-fuel-refinery-2'].fast_replaceable_group -end \ No newline at end of file + + -- electric mining drill + data.raw['mining-drill']['se-core-miner-drill'].fast_replaceable_group = 'core-miner-drill' + data.raw['mining-drill']['se-core-miner-drill-2'].fast_replaceable_group = data.raw['mining-drill']['se-core-miner-drill'].fast_replaceable_group + data.raw['mining-drill']['se-core-miner-drill-3'].fast_replaceable_group = data.raw['mining-drill']['se-core-miner-drill-2'].fast_replaceable_group +end