Require Factorio Client with World Gen capability

This commit is contained in:
Fabian Dill 2021-07-25 03:13:13 +02:00
parent eb586aab55
commit 855ff480a5
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class Factorio(World):
return super(Factorio, self).collect(state, item)
def get_required_client_version(self) -> tuple:
return max((0, 1, 4), super(Factorio, self).get_required_client_version())
return max((0, 1, 5), super(Factorio, self).get_required_client_version())
options = factorio_options