| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
* start fixing code related to fluid physics
* implement force_solid for blocks
* afk pool test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
make GameProfile clones cheaper
|
|
|
|
|
|
|
|
also, change some vecs into boxed slices, and add RelativeEntityUpdate::new
|
|
* 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
|
|
|
|
|
|
|
|
entering config
closes #206
|
|
|
|
|
|
|
|
testbot command
|
|
|
|
|
|
* Fix errors on switching dimensions
* fix other tests
* clippy
* fix log feature in test_simulation
* fix chunks oops
|
|
|
|
Add serde derive to MinecraftEntityId
|
|
|
|
|
|
|