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'] = {
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'
},
}
}