mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 13:56:20 +09:00
.
This commit is contained in:
+26
-5
@@ -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'
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user