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'
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user