mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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
|
||||
}})
|
||||
|
||||
Reference in New Issue
Block a user