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

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),