Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix encoding villager level in
TrackedData
(valence-rs#543)
Fix encoding villager level in `TrackedData`. The level should be encoded as a `VarInt` when it was being encoded as an `i32`. # Objective - Fixes valence-rs#453 # Solution - The level should be encoded as a `VarInt` when it was being encoded as an `i32`.