1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00
This commit is contained in:
mat 2025-06-30 21:09:21 +02:00
parent 6bb614d069
commit 645803a3f1
3 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@ resolver = "2"
# --- Workspace Settings --- # --- Workspace Settings ---
[workspace.package] [workspace.package]
version = "0.13.0+mc1.21.7-rc1" version = "0.13.0+mc1.21.7"
edition = "2024" edition = "2024"
license = "MIT" license = "MIT"
repository = "https://github.com/azalea-rs/azalea" repository = "https://github.com/azalea-rs/azalea"

View file

@ -10,7 +10,7 @@ A collection of Rust crates for making Minecraft bots, clients, and tools.
<!-- The line below is automatically read and updated by the migrate script, so don't change it manually. --> <!-- The line below is automatically read and updated by the migrate script, so don't change it manually. -->
_Currently supported Minecraft version: `1.21.7-rc1`._ _Currently supported Minecraft version: `1.21.7`._
> [!WARNING] > [!WARNING]
> Azalea is still unfinished, though most crates are in a useable state. > Azalea is still unfinished, though most crates are in a useable state.

View file

@ -11,8 +11,8 @@ use azalea_buf::{AzaleaReadVar, AzaleaWrite, AzaleaWriteVar, BufReadError};
use crate::read::ReadPacketError; use crate::read::ReadPacketError;
pub const PROTOCOL_VERSION: i32 = 1073742081; pub const PROTOCOL_VERSION: i32 = 772;
pub const VERSION_NAME: &str = "1.21.7-rc1"; pub const VERSION_NAME: &str = "1.21.7";
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
pub enum ConnectionProtocol { pub enum ConnectionProtocol {