1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

update pixlyzer dir

This commit is contained in:
Ubuntu 2022-11-09 17:20:00 +00:00
parent 4ea61dcf29
commit ee9a0e7a49
3 changed files with 4 additions and 4 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: `22w44a`.*
*Currently supported Minecraft version: `22w45a`.*
## ⚠️ Azalea is still very unfinished, though most crates are in a somewhat useable state

View file

@ -9,7 +9,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 = 1073741930;
pub const PROTOCOL_VERSION: u32 = 1073741931;
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
pub enum ConnectionProtocol {
@ -55,4 +55,4 @@ impl McBufWritable for ConnectionProtocol {
fn write_into(&self, buf: &mut impl Write) -> Result<(), std::io::Error> {
(*self as i32).var_write_into(buf)
}
}
}

View file

@ -180,4 +180,4 @@ def clear_version_cache():
os.system(
f'cd {get_dir_location("downloads/Burger")} && git pull')
os.system(
f'cd {get_dir_location("downloads/minecraft-data-generator-server")} && git pull')
f'cd {get_dir_location("downloads/pixlyzer")} && git pull')