mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Convenient runtime changing of death link status requires 0.2.1
This commit is contained in:
@@ -171,7 +171,7 @@ class Factorio(World):
|
||||
return super(Factorio, self).collect_item(state, item, remove)
|
||||
|
||||
def get_required_client_version(self) -> tuple:
|
||||
return max((0, 1, 6), super(Factorio, self).get_required_client_version())
|
||||
return max((0, 2, 1), super(Factorio, self).get_required_client_version())
|
||||
|
||||
options = factorio_options
|
||||
|
||||
|
Reference in New Issue
Block a user