This commit is contained in:
2026-05-08 23:18:43 +09:00
parent dc0452855e
commit 7bdcee4931
2 changed files with 16 additions and 6 deletions
+1 -6
View File
@@ -433,7 +433,7 @@ end
-- GM-VP H 1 QUALITY ENTITY
-- GM-VP H 12 SPACE_AGE ENTITY
-- GM-VP H 15 SPACE_AGE ENTITY_GENERATION
-- GM-VP H 27 SPACE_AGE ENTITY_GENERATION
-- GM-VP H 7 SPACE_AGE ITEM
-- GM-VP H 21 SPACE_AGE MAP_GENERATION
-- GM-VP H 3 SPACE_AGE TILE
@@ -475,8 +475,3 @@ for _, v in pairs(data.raw['tile']) do
v.hidden_in_factoriopedia = true
end
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
end