Create a chunk-based 3D voxel world.
Vertical height of the world in blocks
How many chunks to render around the player
Random seed for world generation
sg.createChunkWorld(128, 6, 12345); Copy
sg.createChunkWorld(128, 6, 12345);
Create a chunk-based 3D voxel world.