This commit is contained in:
2025-03-19 14:22:54 +09:00
parent 16173d657b
commit 738e39c21f

View File

@@ -1434,8 +1434,8 @@ if settings.startup['PHI-CT'].value then
data.raw['underground-belt']['underground-belt-A'].next_upgrade = 'fast-underground-belt'
data.raw['underground-belt']['fast-underground-belt-A'].next_upgrade = 'express-underground-belt'
table.insert(data.raw.technology['logistics'].effects, {type = 'unlock-recipe', recipe = 'underground-belt-A'})
table.insert(data.raw.technology['logistics-2'].effects, {type = 'unlock-recipe', recipe = 'underground-belt-A'})
table.insert(data.raw.technology['logistics-3'].effects, {type = 'unlock-recipe', recipe = 'underground-belt-A'})
table.insert(data.raw.technology['logistics-2'].effects, {type = 'unlock-recipe', recipe = 'fast-underground-belt-A'})
table.insert(data.raw.technology['logistics-3'].effects, {type = 'unlock-recipe', recipe = 'express-underground-belt-A'})
for _, t in pairs({'arithmetic-combinator', 'decider-combinator', 'programmable-speaker', 'selector-combinator'}) do
data.raw[t][t].energy_source.usage_priority = 'primary-input'