mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-19 10:19:59 +09:00
.
This commit is contained in:
@@ -49,8 +49,9 @@ if data.raw['constant-combinator'] and data.raw['constant-combinator']['constant
|
|||||||
table.insert(s, {
|
table.insert(s, {
|
||||||
type = 'virtual-signal',
|
type = 'virtual-signal',
|
||||||
name = 'signal-' .. v.name,
|
name = 'signal-' .. v.name,
|
||||||
icon = (v.icon and v.icon) or (v.icons and v.icons[1].icon),
|
icons = (v.icons and v.icons) or nil,
|
||||||
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,
|
icon = (v.icon and v.icon) or nil,
|
||||||
|
icon_size = (v.icon_size and v.icon_size) or nil,
|
||||||
subgroup = 'pictographs',
|
subgroup = 'pictographs',
|
||||||
order = 'z[technology]-[' .. v.name .. ']',
|
order = 'z[technology]-[' .. v.name .. ']',
|
||||||
localised_name = {'?', {'technology-name.' .. raw_name}, {'entity-name.' .. raw_name}}
|
localised_name = {'?', {'technology-name.' .. raw_name}, {'entity-name.' .. raw_name}}
|
||||||
|
|||||||
Reference in New Issue
Block a user