This commit is contained in:
2026-05-08 02:54:43 +09:00
parent 23d8983111
commit 42b5feaa4d
+7 -2
View File
@@ -333,8 +333,12 @@ for _, v in pairs(data.raw.recipe) do
end end
-- GM-VP H 18 SPACE_AGE MENU_SIMULATION -- GM-VP H 18 SPACE_AGE MENU_SIMULATION
for _, v in pairs({'platform_science', 'platform_moving', 'platform_messy_nuclear', 'vulcanus_lava_forge', 'vulcanus_crossing', 'vulcanus_punishmnent', 'vulcanus_sulfur_drop', 'gleba_agri_towers', 'gleba_pentapod_ponds', 'gleba_egg_escape', 'gleba_farm_attack', 'gleba_grotto', 'fulgora_city_crossing', 'fulgora_recycling_hell', 'fulgora_nightfall', 'fulgora_race', 'aquilo_send_help', 'aquilo_starter'}) do if data.raw['utility-constants'] and data.raw['utility-constants']['default'] and data.raw['utility-constants']['default']['main_menu_simulations'] then
data.raw['utility-constants']['default']['main_menu_simulations'][v] = nil for _, v in pairs({'platform_science', 'platform_moving', 'platform_messy_nuclear', 'vulcanus_lava_forge', 'vulcanus_crossing', 'vulcanus_punishmnent', 'vulcanus_sulfur_drop', 'gleba_agri_towers', 'gleba_pentapod_ponds', 'gleba_egg_escape', 'gleba_farm_attack', 'gleba_grotto', 'fulgora_city_crossing', 'fulgora_recycling_hell', 'fulgora_nightfall', 'fulgora_race', 'aquilo_send_help', 'aquilo_starter'}) do
if data.raw['utility-constants']['default']['main_menu_simulations'][v] then
data.raw['utility-constants']['default']['main_menu_simulations'][v] = nil
end
end
end end
-- TODO: add category to machine instead -- TODO: add category to machine instead
@@ -430,6 +434,7 @@ for _, v in pairs({'bioflux', 'jelly', 'jellynut', 'yumako', 'yumako-mash'}) do
data.raw['capsule'][v].hidden = true data.raw['capsule'][v].hidden = true
data.raw['capsule'][v].hidden_in_factoriopedia = true data.raw['capsule'][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 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 = true
data.raw['tree'][v].hidden_in_factoriopedia = true data.raw['tree'][v].hidden_in_factoriopedia = true