Paper
Paper copied to clipboard
Copper clear on lightning strike calls EntityChangeBlockEvent
Hello,
As I mentionned in #8125, I wanted to detect when a copper block is being cleared by a lightning strike. Owen advised me to use EntityChangeBlockEvent instead of EntityBlockFormEvent, so I did.
I tested the patch on my local server and everything works as expected.