Skip to content

Commit 5d7851e

Browse files
committed
1.21.11-pre2
1 parent cf31681 commit 5d7851e

File tree

5 files changed

+26
-26
lines changed

5 files changed

+26
-26
lines changed

Cargo.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resolver = "3"
2222
# --- Workspace Settings ---
2323

2424
[workspace.package]
25-
version = "0.14.0+mc1.21.11-pre1"
25+
version = "0.14.0+mc1.21.11-pre2"
2626
edition = "2024"
2727
license = "MIT"
2828
repository = "https://github.com/azalea-rs/azalea"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A collection of Rust crates for making Minecraft bots, clients, and tools.
1010

1111
<!-- The line below is automatically read and updated by the migrate script, so don't change it manually. -->
1212

13-
_Currently supported Minecraft version: `1.21.11-pre1`._
13+
_Currently supported Minecraft version: `1.21.11-pre2`._
1414

1515
> [!WARNING]
1616
> Many parts of Azalea are still unfinished and will receive breaking changes in the future. Most breaking changes will be listed in the [changelog](CHANGELOG.md).

azalea-language/src/en_us.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5842,7 +5842,7 @@
58425842
"options.controls": "Controls...",
58435843
"options.credits_and_attribution": "Credits & Attribution...",
58445844
"options.cutoutLeaves": "See-Through Leaves",
5845-
"options.cutoutLeaves.tooltip": "Allows to see through gaps in leaves. Disabling may improve performance.",
5845+
"options.cutoutLeaves.tooltip": "Allows you to see through gaps in leaves. Disabling improves performance.",
58465846
"options.damageTiltStrength": "Damage Tilt",
58475847
"options.damageTiltStrength.tooltip": "The amount of camera shake caused by being hurt.",
58485848
"options.darkMojangStudiosBackgroundColor": "Monochrome Logo",

azalea-protocol/src/packets/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ use azalea_buf::{AzaleaReadVar, AzaleaWrite, AzaleaWriteVar, BufReadError};
1111

1212
use crate::read::ReadPacketError;
1313

14-
pub const PROTOCOL_VERSION: i32 = 1073742103;
15-
pub const VERSION_NAME: &str = "1.21.11-pre1";
14+
pub const PROTOCOL_VERSION: i32 = 1073742104;
15+
pub const VERSION_NAME: &str = "1.21.11-pre2";
1616

1717
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
1818
pub enum ConnectionProtocol {

0 commit comments

Comments
 (0)