mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 04:15:04 +00:00
Accept worlds from 1.19.40 and up
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user