Factorio: fix energylink type back to int (#4768)

This commit is contained in:
Fabian Dill
2025-03-28 00:28:10 +01:00
committed by GitHub
parent 5e5383b399
commit 193faa00ce
2 changed files with 6 additions and 5 deletions

View File

@@ -102,7 +102,7 @@ class Factorio(World):
item_name_groups = {
"Progressive": set(progressive_tech_table.keys()),
}
required_client_version = (0, 5, 1)
required_client_version = (0, 6, 0)
if Utils.version_tuple < required_client_version:
raise Exception(f"Update Archipelago to use this world ({game}).")
ordered_science_packs: typing.List[str] = MaxSciencePack.get_ordered_science_packs()