aboutsummaryrefslogtreecommitdiff
path: root/azalea-inventory
AgeCommit message (Expand)Author
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
2025-08-04Default components (#232)mat
2025-06-16use workspace deps everywheremat
2025-06-16put all azalea-* deps in the workspace Cargo.tomlmat
2025-06-09replace Client::get_open_container and view_container_or_inventory with get_i...mat
2025-06-03copy player part of container_menu to inventory_menu on closemat
2025-06-04re-enable click prediction and fix related issuesmat
2025-06-03replace wait_one_tick with wait_ticks and some other api improvementsmat
2025-05-30more formatting fixesmat
2025-05-30fix clippy issues and improve formatting everywheremat
2025-04-25fix some data componentsmat
2025-04-13release 0.12.0+mc1.21.5mat
2025-04-12Revert "Release 0.12.0"mat
2025-04-12Release 0.12.0mat
2025-04-12fix ChickenVariant data componentmat
2025-04-13fix incorrect data componentsmat
2025-03-29update ServerboundContainerClick to use HashedStack from 1.21.5mat
2025-03-26fix components, show_in_tooltip was removedmat
2025-03-251.21.5 (#198)mat
2025-03-13fix wrong Potion data componentmat
2025-03-13fix wrong Consumable component implementation and add set_equipment testmat
2025-02-22update to rust edition 2024mat
2025-02-22fix is_trapdoor_useable_as_ladder and add testmat
2025-02-21fix CustomModelData and WrittenBookContent datacomponentsmat
2025-02-14remove stabilized trait_upcasting feature gatesmat
2025-02-02cleanup, fix warningsmat
2025-02-02update depsmat
2025-01-29fix wrong Profile data component implmat
2025-01-12fix bugs with decoding/encoding DataComponentPatchmat
2024-12-20Release independent packagesmat
2024-12-20Release 0.11.0+mc1.21.4mat
2024-12-11remove the generic_const_exprs feature since it's unused and to make the rust...mat
2024-12-05fix container_set_content, player_position, and recipe_book_remove packetsmat
2024-12-04Update Bevy and migrate to workspace dependencies and package attributes (#181)EightFactorial
2024-12-031.21.4 (#189)mat
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-23Update and merge the dependencies (#187)Shayne Hartford
2024-10-26group imports with rustfmtmat
2024-10-231.21.2 (#171)mat
2024-10-22Release 0.10.3+mc1.21.1mat
2024-08-11fmtmat
2024-07-20Made `Hunger` and `DataComponentPatch` public (#167)Aditya Kumar
2024-07-05upgrade to simdnbt 0.6 (#160)mat
2024-06-131.21 (#145)mat
2024-06-13Release 0.10.2mat
2024-05-22read Tool blocks as HolderSetmat