faceLocation does not update while holding interact with rotatable block
Verification Builds: 1.21.40.25
Summary:
Normally, when you hold down the interact button, the `faceLocation` in the `playerInteractWithBlock` event will update as you move where you are looking. However, when you are holding a rotatable block, such as stairs or furnaces, the `faceLocation` does not update from the location where you first started looking.
Impact:
This does not currently impact any store content, but does impact the development of internal tools to assist in building, as well as future map development
Repro Steps:
- Listen for an interact event
- Log the `faceLocation`
- Hold interacting while holding rotatable block
Observed Results:
The `faceLocation` doesn't update until you stop interacting and then start again
Expected Results:
The `faceLocation` should update without having to stop interesting and start again
Screenshots/Videos attached: yes