Closed chucklvip closed 7 years ago
It is necessary to switch ABSOLUTE coordinates or RELATIVE coordinates!
When I use player.setPos(0, 10, 0), the player does not reach the pos(0, 10, 0) in the game(F3 shows).
player.setPos(0, 10, 0)
The coordinates in the Raspberry PI API are relative to the spawn point.
It is necessary to switch ABSOLUTE coordinates or RELATIVE coordinates!
When I use
player.setPos(0, 10, 0)
, the player does not reach the pos(0, 10, 0) in the game(F3 shows).