This commit is contained in:
2025-03-18 23:13:10 +09:00
parent 6f1a038fdc
commit 42c2bb6681
2 changed files with 2 additions and 2 deletions

View File

@@ -490,9 +490,9 @@ local items = {
['simple-coal-liquefaction'] = true, ['simple-coal-liquefaction'] = true,
['scrap-recycling'] = true, ['scrap-recycling'] = true,
['foundation'] = true, ['foundation'] = true,
['foundation-o'] = true,
['steam-condensation'] = true, ['steam-condensation'] = true,
['ice-melting'] = true, ['ice-melting'] = true,
['space-platform-starter-pack'] = true,
}, },
['item'] = { ['item'] = {
['artificial-yumako-soil'] = true, ['artificial-yumako-soil'] = true,

View File

@@ -697,7 +697,7 @@ if settings.startup['PHI-VP'].value then
data.raw.item[v .. '-asteroid-chunk'].hidden_in_factoriopedia = true data.raw.item[v .. '-asteroid-chunk'].hidden_in_factoriopedia = true
end end
data.raw.technology['rocket-silo'].effects = {{type = 'unlock-recipe', recipe = 'rocket-silo'}, {type = 'unlock-recipe', recipe = 'rocket-part'}, {type = 'unlock-recipe', recipe = 'cargo-landing-pad'}} data.raw.technology['rocket-silo'].effects = {{type = 'unlock-recipe', recipe = 'rocket-silo'}, {type = 'unlock-recipe', recipe = 'rocket-part'}, {type = 'unlock-recipe', recipe = 'cargo-landing-pad'}, {type = 'unlock-recipe', recipe = 'cargo-bay'}}
data.raw['rocket-silo']['rocket-silo'].launch_to_space_platforms = false data.raw['rocket-silo']['rocket-silo'].launch_to_space_platforms = false
data.raw['rocket-silo']['rocket-silo'].rocket_parts_required = 100 data.raw['rocket-silo']['rocket-silo'].rocket_parts_required = 100
data.raw['rocket-silo']['rocket-silo'].to_be_inserted_to_rocket_inventory_size = 1 data.raw['rocket-silo']['rocket-silo'].to_be_inserted_to_rocket_inventory_size = 1