mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 02:55:22 +09:00
.
This commit is contained in:
@@ -41,7 +41,7 @@ if (settings.startup['PHI-MI'].value and settings.startup['PHI-MI-GENERIC'].valu
|
||||
local s = {}
|
||||
|
||||
for _, v in pairs(data.raw['technology']) do
|
||||
if (v.max_level and v.max_level == 'infinite') and (v.hidden and v.hidden == false) then
|
||||
if (v.max_level and v.max_level == 'infinite') and v.hidden ~= true then
|
||||
table.insert(s, {
|
||||
type = 'virtual-signal',
|
||||
name = 'signal-' .. v.name,
|
||||
|
||||
Reference in New Issue
Block a user