We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c96a81 commit 97bf5b5Copy full SHA for 97bf5b5
worlds/factorio/__init__.py
@@ -96,7 +96,7 @@ class Factorio(World):
96
"Progressive": set(progressive_tech_table.keys()),
97
}
98
data_version = 8
99
- required_client_version = (0, 4, 0)
+ required_client_version = (0, 4, 2)
100
101
ordered_science_packs: typing.List[str] = MaxSciencePack.get_ordered_science_packs()
102
tech_tree_layout_prerequisites: typing.Dict[FactorioScienceLocation, typing.Set[FactorioScienceLocation]]
0 commit comments