How to get the map size?
Posted: Fri Jul 29, 2016 12:23 am
I'm trying to determine the bounds of the map, or at least the size that's been generated to some extent, cumulatively for all forces, so as to randomly place an entity somewhere within the existing rendered part of the map. Looking through the API, there seems to be no simple way to do this, other than checking multiple chunks on the main surface to see which exist. Any ideas?