This commit is contained in:
2026-05-08 23:04:54 +09:00
parent 84024faf21
commit be339c9077
2 changed files with 28 additions and 21 deletions
+5 -7
View File
@@ -431,8 +431,11 @@ if data.raw.planet then
end
end
-- GM-VP H 6 SPACE_AGE ITEM
-- GM-VP H 16 SPACE_AGE MAP_GENERATION
-- GM-VP H 1 QUALITY ENTITY
-- GM-VP H 12 SPACE_AGE ENTITY
-- GM-VP H 7 SPACE_AGE ITEM
-- GM-VP H 20 SPACE_AGE MAP_GENERATION
-- GM-VP H 3 SPACE_AGE TILE
-- GM-VP H 4 SPACE_AGE TOOL
if items['hidden'] then
for k, v in pairs(items['hidden']) do
@@ -472,11 +475,6 @@ for _, v in pairs(data.raw['tile']) do
end
end
for _, v in pairs({'empty-space', 'space-platform-foundation', 'foundation'}) do
data.raw.tile[v].hidden = true
data.raw.tile[v].hidden_in_factoriopedia = true
end
for _, v in pairs({'ashland-lichen-tree', 'ashland-lichen-tree-flaming', 'slipstack', 'funneltrunk', 'hairyclubnub', 'teflilly', 'lickmaw', 'stingfrond', 'boompuff', 'sunnycomb', 'cuttlepop', 'water-cane'}) do
data.raw['tree'][v].hidden = true
data.raw['tree'][v].hidden_in_factoriopedia = true