Skip to content

Commit 53455f2

Browse files
committed
Support newest world format
1 parent 034719e commit 53455f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/world/format/io/data/BedrockWorldData.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
class BedrockWorldData extends BaseNbtWorldData{
5252

5353
public const CURRENT_STORAGE_VERSION = 10;
54-
public const CURRENT_STORAGE_NETWORK_VERSION = 776;
54+
public const CURRENT_STORAGE_NETWORK_VERSION = 786;
5555
public const CURRENT_CLIENT_VERSION_TARGET = [
5656
1, //major
5757
21, //minor
58-
60, //patch
59-
33, //revision
58+
70, //patch
59+
3, //revision
6060
0 //is beta
6161
];
6262

0 commit comments

Comments
 (0)