mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 05:46:22 +09:00
.
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
|
||||
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
|
||||
|
||||
if data.raw.recipe['solar-panel-' .. i] then
|
||||
data.raw.recipe['solar-panel-' .. i].category = 'electronics'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user