Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with pollBlockHits() #35

Open
Ellipse0934 opened this issue Jun 11, 2018 · 1 comment
Open

Bug with pollBlockHits() #35

Ellipse0934 opened this issue Jun 11, 2018 · 1 comment

Comments

@Ellipse0934
Copy link

When using pollBlockHits() on the mod there are unnecessary events broadcasted. If I hit a block once then there are two events: one of hitting the block and the other is (x, y, z, 7, 0) where x,y,z are the entity's coordinates (my coordinates). Also the correct way pollBlockHits should work is using left-click not right click.

@arpruss
Copy link
Owner

arpruss commented Jun 11, 2018

RJM emulates the Raspberry PI behavior, which uses right-click with the sword. There is an option to change this, though. (See the symmetry.py code.)

I may look into the extra events.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants