mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 02:55:22 +09:00
.
This commit is contained in:
@@ -341,6 +341,8 @@ if settings.startup['PHI-MI'].value or (settings.startup['PHI-GM'].value and set
|
||||
|
||||
for rn, rv in pairs(storage.phi_cl.combinator.research_queue) do
|
||||
circuit_oc.set_slot(n, {value = {type = 'virtual', name = 'signal-' .. rn, quality = 'normal'}, min = rv})
|
||||
|
||||
n = n + 1
|
||||
end
|
||||
|
||||
for i = n, 17 do
|
||||
|
||||
@@ -50,7 +50,7 @@ if (settings.startup['PHI-MI'].value and settings.startup['PHI-MI-GENERIC'].valu
|
||||
icon = (v.icon and v.icon) or (v.icons and v.icons[1].icon),
|
||||
icon_size = ((v.icons and v.icons[1].icon_size and v.icons[1].icon_size) or (v.icon_size and v.icon_size)) or 64,
|
||||
subgroup = 'pictographs',
|
||||
order = 'z[tech]-[' .. raw_name .. ']',
|
||||
order = 'z[technology]-[' .. raw_name .. ']',
|
||||
localised_name = {'?', {'technology-name.' .. raw_name}, {'entity-name.' .. raw_name}}
|
||||
})
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user