Geolosys

Geolosys

5M Downloads

New propick feature is off by 1 chunk if negative chunk

oitsjustjose opened this issue ยท 0 comments

commented

Use this for determining what chunk you're in:

chunkX = ((int) Math.floor(posX) & 15)
chunkZ = ((int) Math.floor(posZ) & 15)