This commit is contained in:
2026-06-03 00:49:14 +09:00
parent 42023984b8
commit 7cee774699
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
if mods['space-age'] then if mods['space-age'] and settings.startup['PHI-MB-ENERGY'].value > 1 then
for i=2, settings.startup['PHI-MB-ENERGY-POWER-TIER'].value do for i=2, settings.startup['PHI-MB-ENERGY'].value do
if data.raw.recipe['accumulator-' .. i] then if data.raw.recipe['accumulator-' .. i] then
data.raw.recipe['accumulator-' .. i].category = 'electronics' data.raw.recipe['accumulator-' .. i].category = 'electronics'
end end
+1 -1
View File
@@ -168,7 +168,7 @@ data:extend({
default_value = '', default_value = '',
allowed_values = {'', 'SAP', 'VP'}, allowed_values = {'', 'SAP', 'VP'},
localised_name = {'phi-cl.setting-category-color', 'GM', {'phi-cl.enable'}, {'mod-setting-name.PHI-GM'}}, localised_name = {'phi-cl.setting-category-color', 'GM', {'phi-cl.enable'}, {'mod-setting-name.PHI-GM'}},
localised_description = {'', ''}, localised_description = {'', {'phi-cl.setting-change-color', '[GM] [60] A26 C25 H9\n[SAP] [30] A3 C27\n[VP] [680] A17 C191 H472'}},
order = 'D00' order = 'D00'
}, { }, {
type = 'bool-setting', type = 'bool-setting',