This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
freddie711's profile picture

[1.31] Turtles don't work outside of a certain radius from origin

Started by freddie711, 15 March 2012 - 02:45 PM
freddie711 #1
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.
ironsmith123 #2
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.
bbqroast #3
Posted 23 March 2012 - 08:55 PM
More likely the programmming uses signed 16 bit numbers :(/>/>.
grinchfox #4
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 ?
Cloudy #5
Posted 25 March 2012 - 05:27 PM
This is nothing to do with Lua though. This is Java side.