1 posts
Posted 15 March 2012 - 03:45 PM
I have a base very far from the origin (-52700, 1500) and turtles wouldn't work. I looked into the problem a bit and found that you can draw a square along the +/-32767 (signed 16-bit?) coordinate line and outside of this square turtles do not function.
61 posts
Posted 18 March 2012 - 07:17 AM
Maybe something to do with chunks? Use a program like MCEdit and change where the spawn is on the map.
123 posts
Posted 23 March 2012 - 08:55 PM
More likely the programmming uses signed 16 bit numbers :(/>/>.
16 posts
Posted 25 March 2012 - 05:16 PM
I though that lua uses 64 bit floating point numbers (48 bit for real, 16 for floating point) arent it ?
2447 posts
Posted 25 March 2012 - 05:27 PM
This is nothing to do with Lua though. This is Java side.