question on the generation types
just a quick question since no one responded in the general, what is the "internal server" generation type and how does it compare to "features"
2 Replies
features is default, it generates the chunks, converts them to LODs, then throws away the normal chunk, multithreaded. internal server uses the normal way of generating a chunks, so singlethreaded and not throwing away the chunk. this makes it slower and take up more storage, but also results in more accurate chunks
ah ok