Closed serenibyss closed 3 years ago
In order to fix this issue, all I had to do was change the final return from false to true, to tell MC that we handled the onBlockActivated() call, ensuring that no block will be placed.
onBlockActivated()
Closes #12
I made this change and it appears to work just the same, so it is now implemented.
In order to fix this issue, all I had to do was change the final return from false to true, to tell MC that we handled the
onBlockActivated()
call, ensuring that no block will be placed.Closes #12