- Joined
- Apr 15, 2016
- Messages
- 379
- Thread Author
- #1
The following seems to work:
But this will do nothing at all, won't even attempt to move the camera. (Should supposedly use player sense and adjust yaw/pitch itself)
There doesn't seem to be any error in logs.
Am I doing something wrong or is it actually broken?
Code:
Camera.concurrentlyTurnTo(furnace, Random.nextDouble(0.300,0.600));
But this will do nothing at all, won't even attempt to move the camera. (Should supposedly use player sense and adjust yaw/pitch itself)
Code:
Camera.concurrentlyTurnTo(furnace);
There doesn't seem to be any error in logs.
Am I doing something wrong or is it actually broken?
Last edited: