udoprog / c10t

A minecraft cartography tool
Other
225 stars 50 forks source link

Center on specific coordinate #184

Closed theNailz closed 13 years ago

theNailz commented 13 years ago

Is it possible to center on a specific coordinate (ex. X:130, Z:143) by providing this coordinate to the --center option (--center 130,143), in stead of calculating the chunk they are in (X: floor(130 / 16), Z: floor(143 / 16) => X: 8, Z: 8), and passing this to the --center (--center 8x8) option.

This would make a very useful feature, by including a radius, to graph certain "points of interest" over time.

udoprog commented 13 years ago

Feature exists, but a build is not available with it yet : (.

Otherwise it's --center ,