mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 13:56:20 +09:00
.
This commit is contained in:
@@ -139,15 +139,19 @@ local items = {
|
||||
type = 'item',
|
||||
color = 'pink'
|
||||
},
|
||||
['burner-inserter'] = {
|
||||
type = 'item',
|
||||
color = 'black'
|
||||
},
|
||||
['inserter'] = {
|
||||
type = 'item',
|
||||
color = 'yellow'
|
||||
},
|
||||
-- BASE ITEM 35
|
||||
['long-handed-inserter'] = {
|
||||
type = 'item',
|
||||
color = 'red'
|
||||
},
|
||||
-- BASE ITEM 35
|
||||
['fast-inserter'] = {
|
||||
type = 'item',
|
||||
color = 'blue'
|
||||
|
||||
@@ -726,7 +726,7 @@ if data.raw['container'] and data.raw['container']['steel-chest'] and data.raw['
|
||||
end
|
||||
end
|
||||
|
||||
-- GM-VP C 37 BASE ITEM
|
||||
-- GM-VP C 38 BASE ITEM
|
||||
-- GM-VP C 9 SPACE_AGE ITEM
|
||||
if items['tooltip'] and data.raw.item then
|
||||
for k, v in pairs(items['tooltip']) do
|
||||
|
||||
Reference in New Issue
Block a user