Skip to content

Commit 97bf5b5

Browse files
black-sliverJouramie
authored andcommitted
Factorio: update min_client_version (ArchipelagoMW#2018)
Ensure that people don't use an old client that is known to be incompatible.
1 parent 9c96a81 commit 97bf5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worlds/factorio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class Factorio(World):
9696
"Progressive": set(progressive_tech_table.keys()),
9797
}
9898
data_version = 8
99-
required_client_version = (0, 4, 0)
99+
required_client_version = (0, 4, 2)
100100

101101
ordered_science_packs: typing.List[str] = MaxSciencePack.get_ordered_science_packs()
102102
tech_tree_layout_prerequisites: typing.Dict[FactorioScienceLocation, typing.Set[FactorioScienceLocation]]

0 commit comments

Comments
 (0)