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
f3f6d11547 Add logging to RotateBlockEvent
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.
2bdf8b6b48 Remove temporary debug logging in RotateBlockEvent & fixed drip leaf & iron trap door rotation
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.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Altitude/PlayerUtils#1
No description provided.