diff --git a/PHI-CL/data/b/mig-c.lua b/PHI-CL/data/b/mig-c.lua index e1f4385..ed5aeb6 100644 --- a/PHI-CL/data/b/mig-c.lua +++ b/PHI-CL/data/b/mig-c.lua @@ -28,7 +28,7 @@ local items = { }, ['chemical-science-pack'] = { type = 'tool', - color = 'blue' + color = 'cyan' }, ['production-science-pack'] = { type = 'tool', @@ -80,6 +80,27 @@ local items = { type = 'module', color = 'yellow' }, + -- SPACE_AGE ITEM 0 + ['metallurgic-science-pack'] = { + type = 'tool', + color = 'yellow' + }, + ['agricultural-science-pack'] = { + type = 'tool', + color = 'green' + }, + ['electromagnetic-science-pack'] = { + type = 'tool', + color = 'pink' + }, + ['cyrogenic-science-pack'] = { + type = 'tool', + color = 'blue' + }, + ['promethium-science-pack'] = { + type = 'tool', + color = 'black' + }, -- BASE ENTITY, ITEM 0 ['transport-belt'] = { type = 'transport-belt', @@ -156,10 +177,6 @@ local items = { type = 'inserter', color = 'green' }, - ['stack-inserter'] = { - type = 'inserter', - color = 'white' - }, -- SPACE_AGE ENTITY, ITEM 0 ['turbo-transport-belt'] = { type = 'transport-belt', @@ -173,6 +190,10 @@ local items = { type = 'splitter', color = 'green' }, + ['stack-inserter'] = { + type = 'inserter', + color = 'white' + }, } } diff --git a/PHI-CL/data/b/mig.lua b/PHI-CL/data/b/mig.lua index e1f82a0..87304bd 100644 --- a/PHI-CL/data/b/mig.lua +++ b/PHI-CL/data/b/mig.lua @@ -697,9 +697,10 @@ if data.raw['container'] and data.raw['container']['steel-chest'] and data.raw[' end end --- GM-VP C 19 BASE ENTITY --- GM-VP C 38 BASE ITEM --- GM-VP C 3 SPACE_AGE ENTITY, ITEM +-- GM-VP C 18 BASE ENTITY +-- GM-VP C 37 BASE ITEM +-- GM-VP C 4 SPACE_AGE ENTITY +-- GM-VP C 9 SPACE_AGE ITEM if items['tooltip'] and data.raw.item then for k, v in pairs(items['tooltip']) do local custom_tooltip = {