| Age | Commit message (Collapse) | Author |
|
* add default components
* remove debug prints
* clippy
* use default components
* fix tests
|
|
fixes grim flags
|
|
|
|
* 1.21.7-rc1
* 1.21.7
* update Cargo.lock too
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* use packet handlers code for login custom_query
* initial broken implementation for ecs-only login
* fixes
* run Update schedule 60 times per second and delete code related to run_schedule_sender
* fix tests
* fix online-mode
* reply to query packets in a separate system and make it easier for plugins to disable individual replies
* remove unused imports
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 25w02a
* move item_components codegen to a different module
* remove outdated test
* 25w03a
* start updating to 24w09b
* 1.21.5-pre2
* fix broken packets
* 1.21.5-rc2
* merge main
* delete unused acket_handling
* 1.21.5
|
|
* start fixing code related to fluid physics
* implement force_solid for blocks
* afk pool test
|
|
|
|
|
|
|
|
make GameProfile clones cheaper
|
|
|
|
|
|
* start organizing packet_handling more by moving packet handlers into their own functions
* finish writing all the handler functions for packets
* use macro for generating match statement for packet handler functions
* fix set_entity_data
* update config state to also use handler functions
* organize az-client file structure by moving things into plugins directory
* fix merge issues
|
|
|
|
|