BlockEvent.PLACE has the wrong BlockState parameter on Fabric.
Lemonszz opened this issue ยท 1 comments
On a Fabric client, the state passed into BlockEvent.PLACE
is the block that is currently in the position instead of the block that will be placed.
Forge is unaffected.
Tested with Architectury API 8.1.79 for MC 1.19.4
I didn't look into it too much, but I believe it was caused by this bug fix..