08-11-2015, 07:02 AM
Just be aware you have to rewrite half of cChunkGenerator to support batches. But if you get out of process generating, I had at least two or three projects which I dropped due the maintenance impact of having multiple implementations of the generators. Personally, I thought a DSL was the best way to go, but xoft didn't want to learn a lisp
.
Also, the file storage code is basically tied to Cuberite. cFastNBT could probably be extracted, but cWSSAnvil depends on half the server.

Also, the file storage code is basically tied to Cuberite. cFastNBT could probably be extracted, but cWSSAnvil depends on half the server.