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
for i=2, settings.startup['PHI-MB-ENERGY-POWER-TIER'].value do
if mods['space-age'] and settings.startup['PHI-MB-ENERGY'].value > 1 then
for i=2, settings.startup['PHI-MB-ENERGY'].value do
if data.raw.recipe['accumulator-' .. i] then
data.raw.recipe['accumulator-' .. i].category = 'electronics'
end