BedrockWorldData: Update version constants to 1.21.2 (#6399)

Co-authored-by: Dylan T <14214667+dktapps@users.noreply.github.com>
This commit is contained in:
Aleksey 2024-07-16 08:51:06 +03:00 committed by GitHub
parent a96f1a5083
commit df4ada81e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,12 +51,12 @@ use function time;
class BedrockWorldData extends BaseNbtWorldData{
public const CURRENT_STORAGE_VERSION = 10;
public const CURRENT_STORAGE_NETWORK_VERSION = 685;
public const CURRENT_STORAGE_NETWORK_VERSION = 686;
public const CURRENT_CLIENT_VERSION_TARGET = [
1, //major
21, //minor
0, //patch
3, //revision
2, //patch
2, //revision
0 //is beta
];