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

Block in front of Sign has nothing to do with the Gate! #3

Open
Sturmeh opened this issue Nov 7, 2010 · 1 comment
Open

Block in front of Sign has nothing to do with the Gate! #3

Sturmeh opened this issue Nov 7, 2010 · 1 comment

Comments

@Sturmeh
Copy link
Owner

Sturmeh commented Nov 7, 2010

Hai Dinnerbone! :D

@Dinnerbone
Copy link
Collaborator

Seems to be down to a Minecraft bug.

My test case:
Place a glass block in front of a sign which controls a portal.
Click the glass block and onBlockDestroy triggers for the box.
Destroy the glass block and once its status is set to 3 (destroyed) we also get an additional event for the sign, with an additional status of 3. The type of that object thrown is a sign, and the positioning is the same as the sign. The game considers the sign to be destroyed for that split second.

Not sure how to handle this. We can't check to see if the sign is still there because even if we destroy the sign it's still there for the remainder of that event, with a status of 3.

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