This commit is contained in:
2026-06-17 22:04:14 +09:00
parent 8259d8abf4
commit 566c531a60
2 changed files with 30 additions and 8 deletions
+26 -5
View File
@@ -28,7 +28,7 @@ local items = {
}, },
['chemical-science-pack'] = { ['chemical-science-pack'] = {
type = 'tool', type = 'tool',
color = 'blue' color = 'cyan'
}, },
['production-science-pack'] = { ['production-science-pack'] = {
type = 'tool', type = 'tool',
@@ -80,6 +80,27 @@ local items = {
type = 'module', type = 'module',
color = 'yellow' 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 -- BASE ENTITY, ITEM 0
['transport-belt'] = { ['transport-belt'] = {
type = 'transport-belt', type = 'transport-belt',
@@ -156,10 +177,6 @@ local items = {
type = 'inserter', type = 'inserter',
color = 'green' color = 'green'
}, },
['stack-inserter'] = {
type = 'inserter',
color = 'white'
},
-- SPACE_AGE ENTITY, ITEM 0 -- SPACE_AGE ENTITY, ITEM 0
['turbo-transport-belt'] = { ['turbo-transport-belt'] = {
type = 'transport-belt', type = 'transport-belt',
@@ -173,6 +190,10 @@ local items = {
type = 'splitter', type = 'splitter',
color = 'green' color = 'green'
}, },
['stack-inserter'] = {
type = 'inserter',
color = 'white'
},
} }
} }
+4 -3
View File
@@ -697,9 +697,10 @@ if data.raw['container'] and data.raw['container']['steel-chest'] and data.raw['
end end
end end
-- GM-VP C 19 BASE ENTITY -- GM-VP C 18 BASE ENTITY
-- GM-VP C 38 BASE ITEM -- GM-VP C 37 BASE ITEM
-- GM-VP C 3 SPACE_AGE ENTITY, ITEM -- GM-VP C 4 SPACE_AGE ENTITY
-- GM-VP C 9 SPACE_AGE ITEM
if items['tooltip'] and data.raw.item then if items['tooltip'] and data.raw.item then
for k, v in pairs(items['tooltip']) do for k, v in pairs(items['tooltip']) do
local custom_tooltip = { local custom_tooltip = {