Subnautica: increment version

This commit is contained in:
Fabian Dill
2023-02-26 09:48:41 +01:00
parent 50425985c4
commit 05e36cab1c
2 changed files with 16 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ class SubnauticaWorld(World):
location_name_to_id = all_locations
option_definitions = Options.options
data_version = 8
data_version = 9
required_client_version = (0, 3, 8)
creatures_to_scan: List[str]