This commit is contained in:
2026-06-17 23:37:26 +09:00
parent 0ad3f3ac64
commit 06b605e2c0
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -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'
+1 -1
View File
@@ -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