Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When encoding `ItemStack`s in `TrackedData` the `ItemStack` itself is not optional as it was previously implemented. For further context, when encoding an `ItemStack` it will only encode as one byte if the `ItemStack` is empty. # Objective - Fixes valence-rs#537 # Solution - Remove the optional wrapping around the `ItemStack` value when encoding it in the `TrackedData`.
- Loading branch information