-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
Cruise signs not working #620
Comments
I have the same problem. |
I believe this was probably fixed in #618. Can you try running this dev build on 1.20.4 to verify the issue is gone? |
I just set up a 1.20.4 server and used the dev build you gave. The signs are working better than before (release sign doesn't make me edit when I click on the sign) however the cruise signs are still not working. If the sign is set to "Cruise: ON" before piloting the craft it immediately switches to "Cruise: OFF" which changed from before where it wanted me to click on it to change it to off. Edit: I am also using EssentialsX and SlimeFun4 plugins as well which I know used to not have conflicts years ago but may have a conflict now. I'll try running it without either of those plugins. |
After reviewing the code line 63 in the "CruiseSign.java" file checks if it is directional. It seems the signs must be placed on the side of a block to be a directional instance and not on top of a block. Thank you for checking this bug and providing the 1.20.4 dev build. Side note: while messing around with this I found that helm signs cannot be destroyed in this version unless the block it is attached to is broken. Not sure if this was already known but is just a very minor thing I noticed. |
Ah yes, I should have mentioned that.
Huh, that probably makes sense. I'll file another issue to track that behavior. |
Describe the bug
Cruise signs are not working in 8.0.0 Beta 2.
For some reason if signs are initialized as "Cruise: ON" and they are clicked a message is displayed saying cruise has been turned off and the sign changes to off but then the sign will not switch from "Cruise: OFF" to "Cruise: ON" again.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When a craft is being piloted and a cruise sign is clicked it will enable cruise in the direction of the sign.
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: