mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-28 13:45:52 +00:00
Accept worlds from 1.19.40 and up
This commit is contained in:
parent
b27c47335c
commit
be1087c071
@ -47,8 +47,8 @@ use function time;
|
|||||||
|
|
||||||
class BedrockWorldData extends BaseNbtWorldData{
|
class BedrockWorldData extends BaseNbtWorldData{
|
||||||
|
|
||||||
public const CURRENT_STORAGE_VERSION = 9;
|
public const CURRENT_STORAGE_VERSION = 10;
|
||||||
public const CURRENT_STORAGE_NETWORK_VERSION = 527; // 1.19.0
|
public const CURRENT_STORAGE_NETWORK_VERSION = 560;
|
||||||
|
|
||||||
public const GENERATOR_LIMITED = 0;
|
public const GENERATOR_LIMITED = 0;
|
||||||
public const GENERATOR_INFINITE = 1;
|
public const GENERATOR_INFINITE = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user