mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
Update main.lua
This commit is contained in:
@@ -52,9 +52,9 @@ local function EI(source, tier)
|
|||||||
item.icons = {{icon = graphics_location .. source .. '-i.png', icon_mipmaps = 4, icon_size = 64}}
|
item.icons = {{icon = graphics_location .. source .. '-i.png', icon_mipmaps = 4, icon_size = 64}}
|
||||||
|
|
||||||
if (source == 'accumulator') then
|
if (source == 'accumulator') then
|
||||||
item.order = 'd[' .. source .. ']-a' .. alpha_order[tier - 1] .. '[' .. source .. '-mk' .. tier .. ']'
|
item.order = 'd[' .. source .. ']-a' .. tier .. '[' .. source .. '-mk' .. tier .. ']'
|
||||||
else
|
else
|
||||||
item.order = 'e[' .. source .. ']-a' .. alpha_order[tier - 1] .. '[' .. source .. '-mk' .. tier .. ']'
|
item.order = 'e[' .. source .. ']-a' .. tier .. '[' .. source .. '-mk' .. tier .. ']'
|
||||||
end
|
end
|
||||||
|
|
||||||
data:extend({item})
|
data:extend({item})
|
||||||
|
|||||||
Reference in New Issue
Block a user