`BlockPickInteractionAware` does not work on 1.21.4
SquidDev opened this issue · 1 comments
As part of the update to 1.21.4, the pick-block interactions were moved from the client to the server. #4197 removed the calls to EntityPickInteractionAware.getPickedStack
and BlockPickInteractionAware.getPickedStack
, but only removed the EntityPickInteractionAware
interface. BlockPickInteractionAware
still exists, but is not called anywhere.
I assume the interface should just be removed here, and this was an oversight?