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:
@@ -20,14 +20,14 @@ local items = {
|
||||
type = 'boiler',
|
||||
name = 'boiler',
|
||||
min = 2,
|
||||
max = 8
|
||||
max = 5
|
||||
},
|
||||
['steam-engine'] = {
|
||||
enabled = true,
|
||||
type = 'accumulator',
|
||||
name = 'accumulator',
|
||||
type = 'generator',
|
||||
name = 'steam-engine',
|
||||
min = 2,
|
||||
max = 8
|
||||
max = 5
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ local function EI(source, tier)
|
||||
item.subgroup = 'energy'
|
||||
item.stack_size = 50
|
||||
item.default_request_amount = 50
|
||||
item.icons = {{icon = graphics_location .. source.name .. '-i.png', icon_mipmaps = 4, icon_size = 64}}
|
||||
-- item.icons = {{icon = graphics_location .. source.name .. '-i.png', icon_mipmaps = 4, icon_size = 64}}
|
||||
item.order = item.order .. tier
|
||||
data:extend({item})
|
||||
end
|
||||
|
||||
@@ -217,7 +217,7 @@ local function EI(source, tier)
|
||||
item.subgroup = 'equipment'
|
||||
item.stack_size = 20
|
||||
item.default_request_amount = 5
|
||||
item.icons = {{icon = graphics_location .. source.graphics_name .. '-i.png', icon_mipmaps = 4, icon_size = 64}}
|
||||
-- item.icons = {{icon = graphics_location .. source.graphics_name .. '-i.png', icon_mipmaps = 4, icon_size = 64}}
|
||||
item.order = item.order .. tier
|
||||
data:extend({item})
|
||||
end
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "PHI-EQ",
|
||||
"version": "1.1.13",
|
||||
"version": "1.1.14",
|
||||
"factorio_version": "1.1",
|
||||
"date": "2023-05-08",
|
||||
"date": "2023-05-09",
|
||||
"title": "Phidias Equipment",
|
||||
"author": "PHIDIAS0303",
|
||||
"contributers": "",
|
||||
|
||||
Reference in New Issue
Block a user