aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-031.21.4 (#189)mat
2024-11-30Add missing world border boolean to use item on packet in 1.21.2 (#192)Shayne Hartford
2024-11-30Impl FromStr for BlockPos & Vec (again) (#191)Shayne Hartford
2024-11-28switch some packet structs to unit structsmat
2024-11-28improve DataComponentPatch::has and has_kindmat
2024-11-28change DataComponentPatch::get to take in a generic (and add get_kind, has, a...mat
2024-11-27Refactor azalea-protocol (#190)mat
2024-11-27make item in EntityMetadataItems publicmat
2024-11-27replace once_cell with std:;sync::LazyLockmat
2024-11-23Update and merge the dependencies (#187)Shayne Hartford
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
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 LoginFinis...mat
2024-10-23add 1.21.1 to branches list in readmemat
2024-10-231.21.2 (#171)mat
2024-10-22Release 0.10.3+mc1.21.1mat
2024-10-22Add missing yaw and patch fields to ServerboundUseItemPacket (#178)Shayne Hartford
2024-10-21Rename InventoryComponent to Inventory to match other components (#177)Shayne Hartford
2024-10-21Impl FromStr for BlockPos & Vec (#174)Shayne Hartford
2024-10-21Derive Deserialize & Serialize for BlockPos & Vec3 (#175)Shayne Hartford
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
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
2024-07-22remove unwraps in events.rsmat
2024-07-22fix panic in update_modifiers_for_held_itemmat
2024-07-20Made `Hunger` and `DataComponentPatch` public (#167)Aditya Kumar
2024-07-19Determine rust channel by parsing rustc output if env vars do not exist (#163)Patrick
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
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
2024-06-13Release 0.10.2mat
2024-06-14fix generated block field names so tests pass againmat
2024-06-11fix incorrect varlong readermat