-
Bug
-
Resolution: Won't Fix
-
Minor
-
None
-
None
If you attempt to set stairs or ladder direction via setFacingDirection(), spigot will set them opposite of what getFacing() returns.
Attached is a simple plugin that on every right click calls setFacingDirection() for all Directional blocks with the face that is returned by getFacing() and than updates the block. Expected result is no change in direction, but if you right click stairs or ladder, their direction changes.