Swap to checking if sign is waxed with 1.20 update
Jikoo opened this issue ยท 0 comments
Currently we use Sign#isEditable
, which in previous versions pretty much always returns false outside of the SignChangeEvent but does return the correct state in 1.20. When we do swap to the 1.20 API, we should swap to the more accurate Sign#isWaxed
.