This commit is contained in:
2025-01-27 23:59:22 +09:00
parent 5a244b2f2e
commit ba8802ec78
2 changed files with 3 additions and 2 deletions

View File

@@ -370,8 +370,8 @@ local items = {
['overgrowth-yumako-soil'] = 'overgrowth-soil',
['overgrowth-jellynut-soil'] = 'overgrowth-soil',
]]
['copper-cable'] = 'electronics',
['electronic-circuit'] = 'electronics',
['copper-cable'] = 'automation',
['electronic-circuit'] = 'automation',
['advanced-circuit'] = 'advanced-circuit',
['sulfur'] = 'sulfur-processing',
['explosives'] = 'explosives',

View File

@@ -353,6 +353,7 @@ if settings.startup['PHI-MI'].value then
time = data.raw.technology[v].unit.time
},
icon = data.raw.technology[v].icon,
icon_size = 64,
max_level = 'infinite',
upgrade = true
}})