From 927f129c6e55d00df1cf035f6e07a588698ff007 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 6 Dec 2023 14:41:19 +0000 Subject: [PATCH] Fixed borked world loading --- src/world/format/io/data/BedrockWorldData.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/world/format/io/data/BedrockWorldData.php b/src/world/format/io/data/BedrockWorldData.php index d92576f21..cb5468a52 100644 --- a/src/world/format/io/data/BedrockWorldData.php +++ b/src/world/format/io/data/BedrockWorldData.php @@ -51,12 +51,12 @@ use function time; class BedrockWorldData extends BaseNbtWorldData{ public const CURRENT_STORAGE_VERSION = 10; - public const CURRENT_STORAGE_NETWORK_VERSION = 622; + public const CURRENT_STORAGE_NETWORK_VERSION = 630; public const CURRENT_CLIENT_VERSION_TARGET = [ 1, //major 20, //minor - 40, //patch - 1, //revision + 50, //patch + 3, //revision 0 //is beta ];