aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/plugins/mining.rs
AgeCommit message (Expand)Author
2026-02-07replace hard-coded block break speed checksmat
2026-01-19add simulation-based pathfinder execution enginemat
2026-01-13Rename Instance to World (#304)mat
2025-12-27Move Client struct to azalea crate (#297)mat
2025-12-15sort derives with cargo sort-derivesmat
2025-12-14fix mining delay being applied incorrectlymat
2025-12-12move update_fluid_on_eyes from Update to GameTickmat
2025-12-12Refactor azalea-registry (#294)mat
2025-12-09Enchantments (#286)mat
2025-10-30Add support for mob effects (#269)ShayBox
2025-10-12upgrade deps and clean up lots of doc commentsmat
2025-10-04make 'force' always explicit when miningmat
2025-10-04upgrade deps and rename SystemSets to follow bevy's new naming conventionmat
2025-09-29rename SendPacketEvent to SendGamePacketEvent and PingEvent to GamePingEventmat
2025-09-28upgrade bevy to 0.17.0-rc.2mat
2025-09-21fix pickable entity querymat
2025-09-21fix packet order for ServerboundSetCarriedItemmat
2025-09-20more accurate mining and impl PartialEq for packetsmat
2025-08-14Sneaking (#237)mat
2025-08-14fix: mining fails in Creative Mode (#236)Tommy
2025-06-25remove some unused system orderingmat
2025-06-16implement EntityHitResultmat
2025-06-11implement reverting block state predictions on ackmat
2025-06-11take BlockPos instead of &BlockPos in all function argumentsmat
2025-06-09jump if in water while executing pathfinder pathmat
2025-06-02fix wrong sequence number being sentmat
2025-06-03rename the Block trait to BlockTrait to disambiguate with azalea_registry::Blockmat
2025-06-03sort entities_by by distance and improve some docsmat
2025-06-02actually send Event::ReceiveChunkmat
2025-06-02fix issues related to pathfinder miningmat
2025-06-02several pathfinder fixesmat
2025-05-10add StartUseItemEvent and improve code related to interactionsmat
2025-05-07upgrade rust version and fix clippy warningsmat
2025-05-06fix various issues with miningmat
2025-04-25update to bevy 0.16mat
2025-04-04don't require mut for functions in Client and add some more convenience funct...mat
2025-03-19make SendPacketEvent a bevy triggermat
2025-02-22Refactor azalea-client (#205)mat