-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
The right-click event is never called with "on door" specified #1868
Comments
what you are trying do? |
I'm trying to detect a door rn. |
Same here and with 2.3.3 |
Might be related to #1873 maybe? |
This is still an issue and isn't fixed in 2.3.4 |
Still in 2.3.5 |
As a bad and temporary workaround you could probably do something like:
|
I cannot seem to reproduce on 1.13.2, can someone confirm this is only a 1.12 issue? |
It is 1.12 specific. On 1.13 we can properly ignore unspecified block states, but on 1.12 it is a bit harder. |
2.4 alphas have fixed most item comparison bugs. Iron doors do have proper aliases so this should be resolved. |
Description
"on right click on door" / "on right click on wood door" is not working.
(I tried testing "on right click on glass" and that worked)
Steps to Reproduce
Try to use "on right click on door:" and it is not responding.
I even tried with a simple message, but no answer.
I even tried:
on right click:
[TAB] if event-block is door:
Expected Behavior
I expected it to be working fine.
Errors / Screenshots
There is no error appearing in console.
Server Information
Additional Context
The text was updated successfully, but these errors were encountered: