diff options
| author | mat <github@matdoes.dev> | 2022-06-08 18:37:29 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-08 18:37:29 -0500 |
| commit | fb1d419a3d4207a293a1ad6001253192f1b4d12f (patch) | |
| tree | f3d450c29d9c130c5e8c907a20d2617884d5e73c | |
| parent | 05af65d16c06b6c2fd71908df6a68c5a8c57ba18 (diff) | |
| download | azalea-drasl-fb1d419a3d4207a293a1ad6001253192f1b4d12f.tar.xz | |
1.19
| -rw-r--r-- | README.md | 2 | ||||
| -rwxr-xr-x | azalea-protocol/src/packets/mod.rs | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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. diff --git a/azalea-protocol/src/packets/mod.rs b/azalea-protocol/src/packets/mod.rs index a06dc940..1cc79b79 100755 --- a/azalea-protocol/src/packets/mod.rs +++ b/azalea-protocol/src/packets/mod.rs @@ -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 { |
