mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-03-28 12:24:39 +09:00
.
This commit is contained in:
@@ -105,6 +105,7 @@ for _, v in pairs(items) do
|
||||
|
||||
if v.enabled and (v.mod and mods[v.mod]) and (v.max >= v.min) then
|
||||
v.category = 'equipment'
|
||||
v.ref_name = v.ref_name or v.name .. '-equipment'
|
||||
|
||||
for j=v.min, v.max, 1 do
|
||||
main.EEQ(v, j)
|
||||
|
||||
Reference in New Issue
Block a user