mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-31 04:11:39 +09:00
Update
This commit is contained in:
@@ -454,7 +454,7 @@ local function EI(source)
|
|||||||
local item = table.deepcopy(data.raw.item[source.ref_name])
|
local item = table.deepcopy(data.raw.item[source.ref_name])
|
||||||
|
|
||||||
item.name = source.name
|
item.name = source.name
|
||||||
item.place_result = source.ref_name
|
item.place_result = source.name
|
||||||
-- 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}}
|
||||||
item.order = item.order .. 'B'
|
item.order = item.order .. 'B'
|
||||||
data:extend({item})
|
data:extend({item})
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "PHI-RS",
|
"name": "PHI-RS",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"factorio_version": "1.1",
|
"factorio_version": "1.1",
|
||||||
"date": "2023-05-08",
|
"date": "2023-05-08",
|
||||||
"title": "Phidias Recipe Scaling",
|
"title": "Phidias Recipe Scaling",
|
||||||
|
|||||||
Reference in New Issue
Block a user