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 2022-06-08 18:37:29 -05:00
parent 05af65d16c
commit fb1d419a3d
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ A Rust crate for creating Minecraft bots.
</p>
<!-- The line below is automatically read and updated by the migrate script, so don't change it manually. -->
*Currently supported Minecraft version: `1.19-pre3`.*
*Currently supported Minecraft version: `1.19`.*
I named this Azalea because it sounds like a cool word and this is a cool library. This project was heavily inspired by PrismarineJS.

View file

@ -12,7 +12,7 @@ use crate::{
use num_derive::FromPrimitive;
use num_traits::FromPrimitive;
pub const PROTOCOL_VERSION: u32 = 1073741911;
pub const PROTOCOL_VERSION: u32 = 759;
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, FromPrimitive)]
pub enum ConnectionProtocol {