aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-08-15add PathfinderOpts and clean up some pathfinder codemat
2025-08-14update changelogmat
2025-08-14Sneaking (#237)mat
* start implementing sneaking * fix horizontal_collision being inverted and cleanup * clippy * change dimensions and eye height based on pose * proper support for automatically crouching in certain cases * fix anticheat issues * add line to changelog and update a comment
2025-08-14fix: mining fails in Creative Mode (#236)Tommy
2025-08-12send correct packets on teleportmat
2025-08-12upgrade deps and remove unused depsmat
2025-08-12Client::chat now takes Into<String> and doc fixesmat
2025-08-12add nearest_entity_by and improve some docsmat
2025-08-12fix incorrect dark_red colormat
2025-08-12improved whisper regex and autofill microsoft code on loginmat
2025-08-12fix wrong chat styling sometimes when 'extra' field is usedmat
2025-08-12remove wrong clamp_look_direction_on_teleport testmat
2025-08-12fix rotations flagging anticheatsmat
2025-08-11Improve System Chat Regex & Add System Whisper Regex (#233)Shayne Hartford
* Refactor the system message regex to use a static RwLock for customization * Add customizable whisper regex for system messages * Remove global regex locks * Oops invalid unnamed capture format
2025-08-10use Vec3f32 in entity metadata to fix parsing Vector3 valuesmat
2025-08-10revert PotDecorations structure updatemat
2025-08-10Send correct data component checksums (#234)mat
* start implementing data component crc32 hashes * start doing serde impls for checksums * make more components hashable * make all data components serializable * support recursive components * fix simdnbt dep * update changelog * clippy
2025-08-09clippymat
2025-08-05use same pi value as javamat
2025-08-04Default components (#232)mat
* add default components * remove debug prints * clippy * use default components * fix tests
2025-08-04fix wrong float rounding in get_friction_influenced_speedmat
2025-08-03Add FAQ to README (#231)EightFactorial
2025-08-02upgrade depsmat
2025-07-24update changelogmat
2025-07-24add Client::force_stop_pathfindingmat
2025-07-24update movement code for 1.21.5 changesmat
fixes grim flags
2025-07-241.21.8mat
2025-07-24remove incorrect optimization attempt in pathfindermat
2025-07-24add FastFixedBitSet and use it in the pathfindermat
2025-07-24delete unused module from azalea-chatmat
2025-07-24clippy: use is_multiple_ofmat
2025-07-21Add TicksAlive component (#229)Kumpelinus
* Add TicksAlive component * Rename TicksAlive to TicksConnected * Move component to plugins/tick_counter.rs and add doc comment
2025-06-301.21.7 (#227)mat
* 1.21.7-rc1 * 1.21.7 * update Cargo.lock too
2025-06-27fix ClientboundShowDialog in configmat
2025-06-27typosmat
2025-06-27outline_shapes patch for pumpkin extractor isn't necessary anymoremat
2025-06-26let chains are stabilizedmat
2025-06-25remove some unused system orderingmat
2025-06-25fix invalid look directions on teleportmat
2025-06-25improve packet_order test, add BlockUpdatePlugin, fix packet order for sprintingmat
2025-06-26start adding packet_order testmat
2025-06-18fix: parse int lists in TranslatableComponent `with` field (#225)Yhgd
2025-06-181.21.6 fixesmat
2025-06-171.21.6 (#215)mat
2025-06-17take Entity instead of MinecraftEntityId in Client::attackmat
2025-06-16cleanupmat
2025-06-16implement EntityHitResultmat
2025-06-15update changelogmat
2025-06-16fix unused import warnings when compiling some crates individuallymat
2025-06-15Release independent packagesmat
Generated by cargo-workspaces