1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 23:44:38 +00:00

1.20.2-rc2

This commit is contained in:
mat 2023-09-20 16:41:29 -05:00
commit fedf7802ff
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ A collection of Rust crates for making Minecraft bots, clients, and tools.
</p>
<!-- The line below is automatically read and updated by the migrate script, so don't change it manually. -->
*Currently supported Minecraft version: `1.20.2-pre4`.*
*Currently supported Minecraft version: `1.20.2-rc2`.*
## ⚠️ Azalea is still very unfinished, though most crates are in a somewhat useable state

View file

@ -12,7 +12,7 @@ use std::io::{Cursor, Write};
// TODO: rename the packet files to just like clientbound_add_entity instead of
// clientbound_add_entity_packet
pub const PROTOCOL_VERSION: u32 = 1073741975;
pub const PROTOCOL_VERSION: u32 = 1073741977;
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
pub enum ConnectionProtocol {