This commit is contained in:
2024-06-18 18:55:16 +09:00
parent 8135dd6bdf
commit e6213c0018
3 changed files with 17 additions and 10 deletions

View File

@@ -1,14 +1,4 @@
local alpha_order = {'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm'}
local graphics_location = '__PHI-MI__/graphics/'
local ups_chests = {
'steel-chest',
'logistic-chest-passive-provider',
'logistic-chest-active-provider',
'logistic-chest-storage',
'logistic-chest-buffer',
'logistic-chest-requester'
}
for i=1, #ups_chests, 1 do
local item = table.deepcopy(data.raw['item'][ups_chests[i]])