Skip to content

Commit

Permalink
1.20.5-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-1 committed Apr 18, 2024
1 parent 8bf0c0c commit fb06830
Show file tree
Hide file tree
Showing 6 changed files with 3,567 additions and 3,566 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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. -->

_Currently supported Minecraft version: `1.20.5-pre3`._
_Currently supported Minecraft version: `1.20.5-rc1`._

> [!WARNING]
> Azalea is still very unfinished, though most crates are in a somewhat useable state
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ use azalea_protocol_macros::ClientboundLoginPacket;
#[derive(Clone, Debug, McBuf, ClientboundLoginPacket)]
pub struct ClientboundGameProfilePacket {
pub game_profile: GameProfile,
pub strict_error_handling: bool,
}
2 changes: 1 addition & 1 deletion azalea-protocol/src/packets/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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: i32 = 1073742011;
pub const PROTOCOL_VERSION: i32 = 1073742013;

#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
pub enum ConnectionProtocol {
Expand Down
Loading

0 comments on commit fb06830

Please sign in to comment.