mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
Update
This commit is contained in:
@@ -73,13 +73,7 @@ local function EI(source, tier)
|
||||
item.stack_size = 50
|
||||
item.default_request_amount = 50
|
||||
item.icons = {{icon = graphics_location .. source.name .. '-i.png', icon_mipmaps = 4, icon_size = 64}}
|
||||
|
||||
if (source.type == 'accumulator') then
|
||||
item.order = 'd[' .. source.type .. ']-a' .. tier .. '[' .. source.name .. '-mk' .. tier .. ']'
|
||||
else
|
||||
item.order = 'e[' .. source.type .. ']-a' .. tier .. '[' .. source.name .. '-mk' .. tier .. ']'
|
||||
end
|
||||
|
||||
item.order = item.order .. tier
|
||||
data:extend({item})
|
||||
end
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "PHI-EN",
|
||||
"version": "1.1.7",
|
||||
"version": "1.1.8",
|
||||
"factorio_version": "1.1",
|
||||
"date": "2023-04-19",
|
||||
"date": "2023-04-20",
|
||||
"title": "Phidias Energy",
|
||||
"author": "PHIDIAS0303",
|
||||
"contributers": "",
|
||||
|
||||
Reference in New Issue
Block a user