chore: update bedrock to 26.20

This commit is contained in:
Alexander Medvedev
2026-05-06 18:01:17 +02:00
parent c9c05bb6ec
commit 852057aaf6
3 changed files with 2031 additions and 2020 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -24,8 +24,8 @@ pub type BlockStateId = u16;
pub const CURRENT_MC_VERSION: &str = "26.1";
pub const CURRENT_BEDROCK_MC_VERSION: &str = "1.26.10";
pub const CURRENT_BEDROCK_MC_PROTOCOL: u32 = 944;
pub const CURRENT_BEDROCK_MC_VERSION: &str = "1.26.20";
pub const CURRENT_BEDROCK_MC_PROTOCOL: u32 = 975;
#[macro_export]
macro_rules! global_path {