mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-30 20:01:40 +09:00
Update
This commit is contained in:
@@ -20,14 +20,14 @@ local items = {
|
|||||||
type = 'boiler',
|
type = 'boiler',
|
||||||
name = 'boiler',
|
name = 'boiler',
|
||||||
min = 2,
|
min = 2,
|
||||||
max = 8
|
max = 5
|
||||||
},
|
},
|
||||||
['steam-engine'] = {
|
['steam-engine'] = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
type = 'accumulator',
|
type = 'generator',
|
||||||
name = 'accumulator',
|
name = 'steam-engine',
|
||||||
min = 2,
|
min = 2,
|
||||||
max = 8
|
max = 5
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ local function EI(source, tier)
|
|||||||
item.subgroup = 'energy'
|
item.subgroup = 'energy'
|
||||||
item.stack_size = 50
|
item.stack_size = 50
|
||||||
item.default_request_amount = 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
|
item.order = item.order .. tier
|
||||||
data:extend({item})
|
data:extend({item})
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -217,7 +217,7 @@ local function EI(source, tier)
|
|||||||
item.subgroup = 'equipment'
|
item.subgroup = 'equipment'
|
||||||
item.stack_size = 20
|
item.stack_size = 20
|
||||||
item.default_request_amount = 5
|
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
|
item.order = item.order .. tier
|
||||||
data:extend({item})
|
data:extend({item})
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "PHI-EQ",
|
"name": "PHI-EQ",
|
||||||
"version": "1.1.13",
|
"version": "1.1.14",
|
||||||
"factorio_version": "1.1",
|
"factorio_version": "1.1",
|
||||||
"date": "2023-05-08",
|
"date": "2023-05-09",
|
||||||
"title": "Phidias Equipment",
|
"title": "Phidias Equipment",
|
||||||
"author": "PHIDIAS0303",
|
"author": "PHIDIAS0303",
|
||||||
"contributers": "",
|
"contributers": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user