Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ignore client nbt for hotbar click (#665)
Client NBT can be different from whats on the server (e.g when you have armor on you and you move it, the client will add the Damage value). For ``ClickMode::ShiftClicking``/``ClickMode::Click`` this is already handled https://github.com/valence-rs/valence/blob/76fb18f185913a9279862a3084787b2afeb514f2/crates/valence_inventory/src/validate.rs#L198. Now its also handled for `ClickMode::Hotbar`
- Loading branch information