Conversation
There was a problem hiding this comment.
Pull request overview
This PR implements a new slide move library (lib:slide_move/) that moves entities forward while handling block collisions. The implementation is similar to the existing lib:reflection_bullet/ library but designed for sliding movement along obstacles rather than reflection.
Changes:
- Added main API function for slide move with argument validation and cleanup
- Implemented collision detection and movement geometry logic using macro functions
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| TheSkyBlessing/data/lib/functions/slide_move/.mcfunction | Main API entry point with argument validation, default value handling, and storage cleanup |
| TheSkyBlessing/data/lib/functions/slide_move/core/geometry.m.mcfunction | Core movement logic with axis-based collision detection and entity teleportation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.