increment MC client version and network_data_package version
This commit is contained in:
		
							parent
							
								
									e37ca97bde
								
							
						
					
					
						commit
						1e90470862
					
				| 
						 | 
				
			
			@ -29,7 +29,7 @@ assert len(lookup_any_location_name_to_id) == len(lookup_any_location_id_to_name
 | 
			
		|||
 | 
			
		||||
network_data_package = {"lookup_any_location_id_to_name": lookup_any_location_id_to_name,
 | 
			
		||||
                        "lookup_any_item_id_to_name": lookup_any_item_id_to_name,
 | 
			
		||||
                        "version": 6}
 | 
			
		||||
                        "version": 7}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@enum.unique
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -7,7 +7,7 @@ from BaseClasses import Region, Entrance
 | 
			
		|||
from .Options import minecraft_options
 | 
			
		||||
from ..AutoWorld import World
 | 
			
		||||
 | 
			
		||||
client_version = (0, 3)
 | 
			
		||||
client_version = (0, 4)
 | 
			
		||||
 | 
			
		||||
class MinecraftWorld(World):
 | 
			
		||||
    game: str = "Minecraft"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue