Branch-specific 1.19.0 stuff

This commit is contained in:
Dylan K. Taylor
2022-06-07 20:14:00 +01:00
parent cf7d42b3ea
commit e956cfed1c
6 changed files with 45 additions and 31 deletions

View File

@@ -48,12 +48,7 @@ use function time;
class BedrockWorldData extends BaseNbtWorldData{
public const CURRENT_STORAGE_VERSION = 9;
/**
* WARNING: In the future, this should be only as high as the newest world format currently supported. We don't
* actually support worlds from 1.18.10 yet, but due to an old stupid bug, all worlds created by PM will report this
* version.
*/
public const CURRENT_STORAGE_NETWORK_VERSION = 503; // 1.18.10
public const CURRENT_STORAGE_NETWORK_VERSION = 527; // 1.19.0
public const GENERATOR_LIMITED = 0;
public const GENERATOR_INFINITE = 1;