The Witness: Add required client version (#1212)

Co-authored-by: metzner <unconfigured@null.spigotmc.org>
This commit is contained in:
NewSoupVi 2022-11-06 21:26:56 +01:00 committed by GitHub
parent a9bf0008ba
commit 66d594e95b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ class WitnessWorld(World):
location_name_to_id = StaticWitnessLocations.ALL_LOCATIONS_TO_ID
item_name_groups = StaticWitnessItems.ITEM_NAME_GROUPS
required_client_version = (0, 3, 6)
def _get_slot_data(self):
return {
'seed': self.multiworld.random.randint(0, 1000000),