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'