#Is there a way to detect the simulation distance set on a world?
1 messages · Page 1 of 1 (latest)
get the chunk center and start adding 16 blocks each time until it flags the chunk not currently loaded error
Yeah .isLoaded() was added or something like that which lets you detect if a chunk is loaded, sim distance exists in bands so just run 5-6 checks every time the world is loaded and then you will know the sim distance.