set_wielded_item: option to disable item change animation#17020
set_wielded_item: option to disable item change animation#17020Zughy wants to merge 7 commits intoluanti-org:masterfrom
set_wielded_item: option to disable item change animation#17020Conversation
SmallJoker
left a comment
There was a problem hiding this comment.
Simple change - I like it.
|
The flag is set when the However, it's important to use If you update all compass instances in the inventory using
This means that in Did I understand correctly how your implementation works and the specifics of its use in the item replacement code? |
|
@CandyFiend correct |
Closes #9377
I've used Copilot to understand the client / server architecture. I've opted for adding a new packet instead of reusing e.g.
TOCLIENT_INVENTORY. Hopefully it's cleaner and it can be used for future features - but it's my first time fiddling with something (for me) this big.No crashes with old clients; just, the animation is played either way
To do
This PR is Ready for Review.
How to test