1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00
azalea/azalea-client/src
mat f66d2d4767
1.21 (#145)
* 24w18a (data driven enchantments not implemented yet)

* 1.21
2024-06-13 19:52:05 -05:00
..
packet_handling read Tool blocks as HolderSet 2024-05-22 10:14:35 +00:00
account.rs use minecraft_folder_path 2023-12-06 23:23:18 -06:00
attack.rs Replace Bevy's FixedUpdate with Azalea's GameTick (#119) 2023-12-04 23:42:49 -06:00
chat.rs revert packet name to Disguised and make it more like ChatPacket::Player 2023-12-04 14:27:13 -06:00
chunks.rs make it so plugins can send and receive packets during the login state 2023-12-03 02:41:09 -06:00
client.rs fmt 2024-04-27 06:08:38 +00:00
configuration.rs fix for hypixel limbo 2024-02-22 22:41:54 -06:00
disconnect.rs compression does not need to be async 2023-12-01 23:09:24 -06:00
entity_query.rs upgrade deps, bevy 0.13 2024-02-17 14:43:42 -06:00
events.rs Replace Bevy's FixedUpdate with Azalea's GameTick (#119) 2023-12-04 23:42:49 -06:00
interact.rs 1.21 (#145) 2024-06-13 19:52:05 -05:00
inventory.rs 1.20.5 (#127) 2024-04-23 10:34:50 -05:00
lib.rs add Client::join_with_proxy and fix tests 2024-04-20 03:59:50 +00:00
local_player.rs fix for hypixel limbo 2024-02-22 22:41:54 -06:00
mining.rs upgrade deps, bevy 0.13 2024-02-17 14:43:42 -06:00
movement.rs 1.21 (#145) 2024-06-13 19:52:05 -05:00
ping.rs Use ClientIntention over ConnectionProtocol for ClientIntentionPacket (#143) 2024-04-27 01:03:20 -05:00
player.rs bevy 0.12 2023-11-06 18:04:57 -06:00
raw_connection.rs remove unnecessary map_err 2024-01-20 17:35:54 -06:00
respawn.rs make it so plugins can send and receive packets during the login state 2023-12-03 02:41:09 -06:00
task_pool.rs clippy 2024-04-20 04:03:03 +00:00