aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-11-22Fix debug warning (#186)Shayne Hartford
2024-11-20Add SwarmBuilder::add_account_with_opts (#185)Shayne Hartford
2024-11-15Add more derives to the pathfinder goals for flexibility (#183)Shayne Hartford
2024-11-12Switch to u32 to match other entity ids in Azalea (#182)Shayne Hartford
* Switch to u32 to match other entity ids in Azalea * Forgot about the other entity id * Revert "Forgot about the other entity id" That wasn't meant for this branch, squash merge this out lol.
2024-11-12Make some internal system handles public for use with before/after (#180)Shayne Hartford
2024-11-03feat(registry): Derive Serialize and Deserialize on registry types (#179)Gaspard Culis
2024-10-26group imports with rustfmtmat
2024-10-26fix ClientboundPlayerInfoUpdatePacket and replace GameProfile with ↵mat
LoginFinished in an example
2024-10-23add 1.21.1 to branches list in readmemat
2024-10-231.21.2 (#171)mat
* partially implement 24w35a * start updating to 24w39a + itemcomponent codegen * fix codegen and broken packets to finish updating to 24w39a :D * update to 1.21.2 except for blocks * update ServerboundPlayerInputPacket impl
2024-10-22Release 0.10.3+mc1.21.1mat
azalea@0.10.3+mc1.21.1 azalea-auth@0.10.3+mc1.21.1 azalea-block@0.10.3+mc1.21.1 azalea-block-macros@0.10.3+mc1.21.1 azalea-brigadier@0.10.3+mc1.21.1 azalea-buf@0.10.3+mc1.21.1 azalea-buf-macros@0.10.3+mc1.21.1 azalea-chat@0.10.3+mc1.21.1 azalea-client@0.10.3+mc1.21.1 azalea-core@0.10.3+mc1.21.1 azalea-crypto@0.10.3+mc1.21.1 azalea-entity@0.10.3+mc1.21.1 azalea-inventory@0.10.3+mc1.21.1 azalea-inventory-macros@0.10.3+mc1.21.1 azalea-language@0.10.3+mc1.21.1 azalea-physics@0.10.3+mc1.21.1 azalea-protocol@0.10.3+mc1.21.1 azalea-protocol-macros@0.10.3+mc1.21.1 azalea-registry@0.10.3+mc1.21.1 azalea-registry-macros@0.10.3+mc1.21.1 azalea-world@0.10.3+mc1.21.1 Generated by cargo-workspaces
2024-10-22Add missing yaw and patch fields to ServerboundUseItemPacket (#178)Shayne Hartford
(cherry picked from commit ed7b306aff5ed1d1ce9659d41f76f3f3a6884dd6)
2024-10-21Rename InventoryComponent to Inventory to match other components (#177)Shayne Hartford
(cherry picked from commit 266058a8d441169b46ef819595eee62337ab324c)
2024-10-21Impl FromStr for BlockPos & Vec (#174)Shayne Hartford
* Impl FromStr for BlockPos & Vec (cherry picked from commit 288db1ca303c801c189f950fa99d5ae8369235c4) * Add comments
2024-10-21Derive Deserialize & Serialize for BlockPos & Vec3 (#175)Shayne Hartford
(cherry picked from commit f0d15d08320cbca1f3383e60cdd97efc488c3b34)
2024-09-15update simdnbtmat
2024-08-19remove debug printlnsmat
2024-08-15fix incorrect comment in with_microsoft_access_token docsmat
2024-08-15modify some docsmat
2024-08-15fix sometimes being able to mine blocks through wallsmat
2024-08-15fix ClientboundLevelParticlesPacket errors and pathfinder /particle errorsmat
2024-08-11Auth Customization Options (#159)Aditya Kumar
* Added Support for Custom Auth using `client_id` and `scope` * fix: `Account::microsoft` and added lifetime to `Account::microsoft_with_custom_client_id` * Added function `with_microsoft_access_token_and_custom_client_id` * Removed Custom Scope. * I got carried away, and made scope also customizable, later realized no customization is needed. * Better Documentation and Minor fixes * Added Custom Scope * Added RpsTicket format for custom `client_id` * Moved to non-static str * fix example Co-authored-by: mat <27899617+mat-1@users.noreply.github.com> * fix doc grammer * changed function signature * fmt * fixed example * removed dead code * Removed `d=` insertion in `client_id` * removed unnecessary `mut` --------- Co-authored-by: mat <27899617+mat-1@users.noreply.github.com>
2024-08-11update readme to say 1.21.1mat
2024-08-11fmtmat
2024-08-06cursor_remaining was stabilizedmat
2024-07-21Added Left Click Mine (1.21) (#168)Aditya Kumar
* Added Auto Mine * Unnecessary Block Reach Check * Added `LeftClickMine`
2024-07-22remove unwraps in events.rsmat
2024-07-22fix panic in update_modifiers_for_held_itemmat
found from https://github.com/azalea-rs/azalea/commit/27cecdb8bf4d0239f6f54e63d3158f129ec0e270
2024-07-20Made `Hunger` and `DataComponentPatch` public (#167)Aditya Kumar
* Made `Hunger` component public * Made `DataComponentPatch` public
2024-07-19Determine rust channel by parsing rustc output if env vars do not exist (#163)Patrick
* Determine rust channel by parsing rustc output The RUSTUP_TOOLCHAIN environment variable might not always be present. This is the case for e.g. NixOS where rust is routinely not installed via rustup, thus not setting this env var, causing build failures. Instead, build.rs will now run `rustc -V` and check if the output contains the word "nightly". * Check env vars first, fall back to rustc in $PATH * Try to check RUSTUP_TOOLCHAIN first
2024-07-12fix: Chunk Storage Error (#158)Aditya Kumar
2024-07-12Add missing configuration and game connection wrappers (#161)Shayne Hartford
2024-07-05upgrade to simdnbt 0.6 (#160)mat
2024-06-16Fix command packets (#155)EnderKill98
* Fix copy&paste mistake from chat command signed packet to chat command packet * Bugfix --------- Co-authored-by: EnderKill98 <no@mail.tld>
2024-06-14slightly reword Branches section in readmemat
2024-06-14add link to 1.20.6 branch in readmemat
2024-06-131.21 (#145)mat
* 24w18a (data driven enchantments not implemented yet) * 1.21
2024-06-13Release 0.10.2mat
azalea-block@0.10.2 azalea-block-macros@0.10.2 azalea-brigadier@0.10.2 azalea-buf@0.10.2 azalea-chat@0.10.2 azalea-client@0.10.2 azalea-core@0.10.2 azalea-entity@0.10.2 azalea-inventory@0.10.2 azalea-physics@0.10.2 azalea-protocol@0.10.2 azalea-registry@0.10.2 azalea-world@0.10.2 Generated by cargo-workspaces
2024-06-14fix generated block field names so tests pass againmat
2024-06-11fix incorrect varlong readermat
2024-05-23remove all references to clean_property_namemat
2024-05-23change property names to be unique and to match the minecraft idsmat
2024-05-23resolve clippy warningmat
2024-05-22make getting shapes faster (#149)urisinger
* supposed to make getting shapes faster * why was this reversed * forgot to run codegen * don't panic when getting the shape for invalid block ids --------- Co-authored-by: mat <git@matdoes.dev>
2024-05-22fix another edge case in FormattedText::from_nbt_tag that happens with ↵mat
viaversion
2024-05-22read Tool blocks as HolderSetmat
fixes an error with viaversion servers
2024-05-14Update simdnbt dep (#148)veronoicc
* Update simdnbt dep * Fix not compiling (rust analyzer is still yapping, i trust you cargo check) * Update simdnbt to 0.5.2 * finally everything works :prayge:
2024-05-14update simdnbtmat
2024-05-09Add a brigadier example for use inside a bevy App (#146)EightFactorial
2024-05-03link 1.20.4 branch in readmemat