facebookresearch / facebookresearch/fairo
Flash bounding box interpreted incorrectly in minecraft client
- Dominant language
- Jupyter Notebook
- Stars
- 929
- Forks
- 123
- PR merge metrics
- No merged PRs in 30d
Description
## Type of Issue
Select the type of issue:
- [X] Bug report (to report a bug)
- [ ] Feature request (to request an additional feature)
- [ ] Tracker (I am just using this as a tracker)
- [ ] Refactor request
- [ ] Documentation Ask
## Description
When the craftassist agent sends a /point chat to the minecraft client, the area that is pointed is not the same size as the bounding box that is passed in.
## Current Behavior
Flashing voxel area is smaller than the object being pointed at (and the coordinates passed in in chat).
## Expected Behavior
All voxels in the bounding box should flash.
## Steps to reproduce
Use the `point_at` function in the craftassist agent and compare the expected to actual voxels flashed.
## Links to any relevant pastes or documents
For the following screenshot, this was the chat text sent (to both the minecraft client and the dashboard): `/point -1 64 14 6 71 14`
Contributor guide
Assessment
This issue has not been assessed yet.