|
|
|
|
|
by palinnilap
32 days ago
|
|
Minecraft world downloading is an interesting problem, because attempting to solve it by brute force (Loading all chunks in x radius) increases the problem space, because most likely not all of those chunks have been loaded before. So brute forcing it increases the amount of data you must download. |
|