Factorio: make automation science pack rocket recipe consistent with the others

This commit is contained in:
Fabian Dill 2021-05-07 22:09:04 +02:00
parent 298f2f652a
commit e7d254aed7
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ rocket_recipes = {
Options.MaxSciencePack.option_logistic_science_pack: Options.MaxSciencePack.option_logistic_science_pack:
'{{"electronic-circuit", 10}, {"stone-brick", 10}, {"coal", 10}}', '{{"electronic-circuit", 10}, {"stone-brick", 10}, {"coal", 10}}',
Options.MaxSciencePack.option_automation_science_pack: Options.MaxSciencePack.option_automation_science_pack:
'{{"copper-cable", 1}, {"iron-plate", 1}, {"wood", 1}}' '{{"copper-cable", 10}, {"iron-plate", 10}, {"wood", 10}}'
} }
def generate_mod(world: MultiWorld, player: int, seedname: str): def generate_mod(world: MultiWorld, player: int, seedname: str):