Accept worlds from 1.19.40 and up

This commit is contained in:
Dylan K. Taylor 2022-12-19 14:55:24 +00:00
parent b27c47335c
commit be1087c071
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -47,8 +47,8 @@ use function time;
class BedrockWorldData extends BaseNbtWorldData{
public const CURRENT_STORAGE_VERSION = 9;
public const CURRENT_STORAGE_NETWORK_VERSION = 527; // 1.19.0
public const CURRENT_STORAGE_VERSION = 10;
public const CURRENT_STORAGE_NETWORK_VERSION = 560;
public const GENERATOR_LIMITED = 0;
public const GENERATOR_INFINITE = 1;