Previously in packets.json, clientbound packets where called serverbound, vice versa.
For example the Login (Play) packet was in serverbound when it's actually sent by the server to the client
Testing
Joining the server works as before
Checklist
Things need to be done before this Pull Request can be merged.
[x] Code is well-formatted and adheres to project style guidelines: cargo fmt
[x] Code does not produce any clippy warnings cargo clippy
Description
Previously in
packets.json
,clientbound
packets where calledserverbound
, vice versa. For example theLogin (Play)
packet was inserverbound
when it's actually sent by the server to the clientTesting
Joining the server works as before
Checklist
Things need to be done before this Pull Request can be merged.
cargo fmt
cargo clippy