From d3f474aecba2bd1bea1279c5b286bdf717bfb389 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 25 Mar 2025 16:14:07 +0000 Subject: [PATCH] 1.21.5 --- Cargo.toml | 2 +- README.md | 2 +- azalea-protocol/src/packets/mod.rs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7f1e42bb..b5d085c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ resolver = "2" # --- Workspace Settings --- [workspace.package] -version = "0.11.0+mc1.21.5-rc2" +version = "0.11.0+mc1.21.5" edition = "2024" license = "MIT" repository = "https://github.com/azalea-rs/azalea" diff --git a/README.md b/README.md index 63c842b3..1eb2f6fc 100755 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A collection of Rust crates for making Minecraft bots, clients, and tools. -_Currently supported Minecraft version: `1.21.5-rc2`._ +_Currently supported Minecraft version: `1.21.5`._ > [!WARNING] > Azalea is still unfinished, though most crates are in a useable state diff --git a/azalea-protocol/src/packets/mod.rs b/azalea-protocol/src/packets/mod.rs index 02913d3c..ade5c915 100755 --- a/azalea-protocol/src/packets/mod.rs +++ b/azalea-protocol/src/packets/mod.rs @@ -11,8 +11,8 @@ use azalea_buf::{AzaleaReadVar, AzaleaWrite, AzaleaWriteVar, BufReadError}; use crate::read::ReadPacketError; -pub const PROTOCOL_VERSION: i32 = 1073742067; -pub const VERSION_NAME: &str = "1.21.5-rc2"; +pub const PROTOCOL_VERSION: i32 = 770; +pub const VERSION_NAME: &str = "1.21.5"; #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] pub enum ConnectionProtocol {