From 645803a3f135a4775d1eb922aaf48c6a57132558 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 30 Jun 2025 21:09:21 +0200 Subject: [PATCH] 1.21.7 --- 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 faec34e6..2afb1fa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ resolver = "2" # --- Workspace Settings --- [workspace.package] -version = "0.13.0+mc1.21.7-rc1" +version = "0.13.0+mc1.21.7" edition = "2024" license = "MIT" repository = "https://github.com/azalea-rs/azalea" diff --git a/README.md b/README.md index 9b51c0ef..4aa4a12e 100644 --- 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.7-rc1`._ +_Currently supported Minecraft version: `1.21.7`._ > [!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 1768db33..2ad3a69f 100644 --- 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 = 1073742081; -pub const VERSION_NAME: &str = "1.21.7-rc1"; +pub const PROTOCOL_VERSION: i32 = 772; +pub const VERSION_NAME: &str = "1.21.7"; #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] pub enum ConnectionProtocol {