Require Factorio Client with World Gen capability
This commit is contained in:
parent
eb586aab55
commit
855ff480a5
|
@ -118,7 +118,7 @@ class Factorio(World):
|
||||||
return super(Factorio, self).collect(state, item)
|
return super(Factorio, self).collect(state, item)
|
||||||
|
|
||||||
def get_required_client_version(self) -> tuple:
|
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
|
options = factorio_options
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue