mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 05:46:22 +09:00
.
This commit is contained in:
@@ -139,15 +139,19 @@ local items = {
|
|||||||
type = 'item',
|
type = 'item',
|
||||||
color = 'pink'
|
color = 'pink'
|
||||||
},
|
},
|
||||||
|
['burner-inserter'] = {
|
||||||
|
type = 'item',
|
||||||
|
color = 'black'
|
||||||
|
},
|
||||||
['inserter'] = {
|
['inserter'] = {
|
||||||
type = 'item',
|
type = 'item',
|
||||||
color = 'yellow'
|
color = 'yellow'
|
||||||
},
|
},
|
||||||
|
-- BASE ITEM 35
|
||||||
['long-handed-inserter'] = {
|
['long-handed-inserter'] = {
|
||||||
type = 'item',
|
type = 'item',
|
||||||
color = 'red'
|
color = 'red'
|
||||||
},
|
},
|
||||||
-- BASE ITEM 35
|
|
||||||
['fast-inserter'] = {
|
['fast-inserter'] = {
|
||||||
type = 'item',
|
type = 'item',
|
||||||
color = 'blue'
|
color = 'blue'
|
||||||
|
|||||||
@@ -726,7 +726,7 @@ if data.raw['container'] and data.raw['container']['steel-chest'] and data.raw['
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
-- GM-VP C 37 BASE ITEM
|
-- GM-VP C 38 BASE ITEM
|
||||||
-- GM-VP C 9 SPACE_AGE ITEM
|
-- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user