arpruss / raspberryjammod

Raspberry Jam Mod - a Mod Forge Minecraft mod implementing most of Raspberry Juice/Pi API
http://www.instructables.com/id/Python-coding-for-Minecraft/
Other
355 stars 95 forks source link

about location #23

Closed chucklvip closed 7 years ago

chucklvip commented 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).

arpruss commented 7 years ago

The coordinates in the Raspberry PI API are relative to the spawn point.