This commit is contained in:
Dylan K. Taylor
2023-07-12 13:39:39 +01:00
parent 4daacb2ab7
commit b7210755a7
14 changed files with 180 additions and 72 deletions

View File

@ -51,11 +51,11 @@ use function time;
class BedrockWorldData extends BaseNbtWorldData{
public const CURRENT_STORAGE_VERSION = 10;
public const CURRENT_STORAGE_NETWORK_VERSION = 589;
public const CURRENT_STORAGE_NETWORK_VERSION = 594;
public const CURRENT_CLIENT_VERSION_TARGET = [
1, //major
20, //minor
0, //patch
10, //patch
1, //revision
0 //is beta
];