This commit is contained in:
2023-05-09 01:01:49 +09:00
parent a9e86b626e
commit dc2df1bc08
2 changed files with 2 additions and 2 deletions

View File

@@ -454,7 +454,7 @@ local function EI(source)
local item = table.deepcopy(data.raw.item[source.ref_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.order = item.order .. 'B'
data:extend({item})

View File

@@ -1,6 +1,6 @@
{
"name": "PHI-RS",
"version": "1.0.3",
"version": "1.0.4",
"factorio_version": "1.1",
"date": "2023-05-08",
"title": "Phidias Recipe Scaling",