mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-05-12 21:08:43 +09:00
.
This commit is contained in:
@@ -48,15 +48,3 @@ if mods['space-age'] then
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
--[[
|
||||
for _, v in pairs(items['item']) do
|
||||
if v.enabled and (v.max >= v.min) then
|
||||
v.category = 'item'
|
||||
|
||||
for j=v.min, v.max, 1 do
|
||||
main.EEEC(v, j)
|
||||
end
|
||||
end
|
||||
end
|
||||
]]
|
||||
|
||||
Reference in New Issue
Block a user