mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-30 03:51:40 +09:00
.
This commit is contained in:
@@ -1131,10 +1131,9 @@ if settings.startup['PHI-VP'].value then
|
|||||||
['aquilo_tile'] = true,
|
['aquilo_tile'] = true,
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, v in pairs(data.raw['tile']) do
|
for k, v in pairs(data.raw['tile']) do
|
||||||
if v.subgroup and tile_subgroup[v.subgroup] then
|
if v.subgroup and tile_subgroup[v.subgroup] then
|
||||||
v.hidden = true
|
data.raw['tile'][k] = nil
|
||||||
v.hidden_in_factoriopedia = true
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user