fix_rotate #1

Merged
stijn merged 3 commits from fix_rotate into master 2024-08-04 20:29:46 +00:00
Owner

Fixed rotate blocks

Fixed rotate blocks
stijn added 3 commits 2024-08-04 20:29:12 +00:00
Debug logs were added to the RotateBlockEvent class. These logs will help track the flow of various states and actions, such as the current material and action type, whether the block is a trap door or a drip leaf, among others. This enhancement will assist debugging by providing more visibility into the state of the application at runtime.
The update primarily eradicates numerous debug logging lines in the RotateBlockEvent class. This cleanup improves the readability of the code and enhances performance by reducing unnecessary logging operations. The "toggleDripLeaf" and "toggleTrapDoor" methods have also been updated to verify block data.
stijn merged commit 50f66b93c3 into master 2024-08-04 20:29:46 +00:00
stijn deleted branch fix_rotate 2024-08-04 20:29:46 +00:00
Sign in to join this conversation.