PM5-specific changes for 1.19.80

This commit is contained in:
Dylan K. Taylor
2023-04-26 23:30:56 +01:00
parent 0dca85af44
commit a8dec1adb1
10 changed files with 152 additions and 89 deletions

View File

@ -49,11 +49,11 @@ use function time;
class BedrockWorldData extends BaseNbtWorldData{
public const CURRENT_STORAGE_VERSION = 10;
public const CURRENT_STORAGE_NETWORK_VERSION = 575;
public const CURRENT_STORAGE_NETWORK_VERSION = 582;
public const CURRENT_CLIENT_VERSION_TARGET = [
1, //major
19, //minor
70, //patch
80, //patch
0, //revision
0 //is beta
];