From 85d0dfb078bd997bbe68d703b668f3d683d5e347 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Fri, 5 Jun 2026 15:38:25 +0900 Subject: [PATCH] . --- PHI-CL/data/b/mbm.lua | 1 + PHI-CL/data/b/mbq.lua | 3 +++ 2 files changed, 4 insertions(+) diff --git a/PHI-CL/data/b/mbm.lua b/PHI-CL/data/b/mbm.lua index 6508e28..4ab3e6d 100644 --- a/PHI-CL/data/b/mbm.lua +++ b/PHI-CL/data/b/mbm.lua @@ -28,6 +28,7 @@ if data.raw['assembling-machine'] and data.raw['assembling-machine']['assembling if data.raw['assembling-machine']['assembling-machine-' .. i] then data.raw['assembling-machine']['assembling-machine-' .. i].localised_name = {'phi-cl.combine', {'?', {'entity-name.assembling-machine'}, {'name.assembling-machine'}}, tostring(i)} data.raw['item']['assembling-machine-' .. i].localised_name = {'phi-cl.combine', {'?', {'entity-name.assembling-machine'}, {'name.assembling-machine'}}, tostring(i)} + data.raw['recipe']['assembling-machine-' .. i].localised_name = {'phi-cl.combine', {'?', {'entity-name.assembling-machine'}, {'name.assembling-machine'}}, tostring(i)} end end end diff --git a/PHI-CL/data/b/mbq.lua b/PHI-CL/data/b/mbq.lua index acdff26..945e84e 100644 --- a/PHI-CL/data/b/mbq.lua +++ b/PHI-CL/data/b/mbq.lua @@ -143,6 +143,7 @@ if data.raw['battery-equipment'] and data.raw['battery-equipment']['battery-equi if data.raw['battery-equipment']['battery-equipment-mk' .. i .. '-equipment'] then data.raw['battery-equipment']['battery-equipment-mk' .. i .. '-equipment'].localised_name = {'phi-cl.combine', {'?', {'equipment-name.battery-equipment'}, {'name.battery-equipment'}}, tostring(i)} data.raw['item']['battery-equipment-mk' .. i .. '-equipment'].localised_name = {'phi-cl.combine', {'?', {'equipment-name.battery-equipment'}, {'name.battery-equipment'}}, tostring(i)} + data.raw['recipe']['battery-equipment-mk' .. i .. '-equipment'].localised_name = {'phi-cl.combine', {'?', {'equipment-name.battery-equipment'}, {'name.battery-equipment'}}, tostring(i)} end end end @@ -152,6 +153,7 @@ if data.raw['energy-shield-equipment'] and data.raw['energy-shield-equipment'][' if data.raw['energy-shield-equipment']['energy-shield-mk' .. i .. '-equipment'] then data.raw['energy-shield-equipment']['energy-shield-mk' .. i .. '-equipment'].localised_name = {'phi-cl.combine', {'?', {'equipment-name.energy-shield'}, {'name.energy-shield'}}, tostring(i)} data.raw['item']['energy-shield-mk' .. i .. '-equipment'].localised_name = {'phi-cl.combine', {'?', {'equipment-name.energy-shield'}, {'name.energy-shield'}}, tostring(i)} + data.raw['recipe']['energy-shield-mk' .. i .. '-equipment'].localised_name = {'phi-cl.combine', {'?', {'equipment-name.energy-shield'}, {'name.energy-shield'}}, tostring(i)} end end end @@ -161,6 +163,7 @@ if data.raw['personal-roboport-equipment'] and data.raw['personal-roboport-equip if data.raw['personal-roboport-equipment']['personal-roboport-mk' .. i .. '-equipment'] then data.raw['personal-roboport-equipment']['personal-roboport-mk' .. i .. '-equipment'].localised_name = {'phi-cl.combine', {'?', {'equipment-name.personal-roboport'}, {'name.personal-roboport'}}, tostring(i)} data.raw['item']['personal-roboport-mk' .. i .. '-equipment'].localised_name = {'phi-cl.combine', {'?', {'equipment-name.personal-roboport'}, {'name.personal-roboport'}}, tostring(i)} + data.raw['recipe']['personal-roboport-mk' .. i .. '-equipment'].localised_name = {'phi-cl.combine', {'?', {'equipment-name.personal-roboport'}, {'name.personal-roboport'}}, tostring(i)} end end end