When discovery mode runs, only the chunks in the area of a player's initial location will load. As the player moves, new chunks are not loaded (or at least, a large portion are not loaded). This may be the fault of DiscoverTerrainTask.aggressiveUnload().
When discovery mode runs, only the chunks in the area of a player's initial location will load. As the player moves, new chunks are not loaded (or at least, a large portion are not loaded). This may be the fault of
DiscoverTerrainTask.aggressiveUnload()
.