Remove base world gen, not needed since a world will be supplied in my usecase
All checks were successful
Build JStom / build (push) Successful in 1m57s

This commit is contained in:
2026-01-26 00:32:33 +00:00
parent 9bbdb92cdc
commit d06d9bf9d9

View File

@@ -29,9 +29,6 @@ public class Main {
// Create the instance // Create the instance
InstanceContainer instanceContainer = instanceManager.createInstanceContainer(); InstanceContainer instanceContainer = instanceManager.createInstanceContainer();
// Set the ChunkGenerator // Set the ChunkGenerator
instanceContainer.setGenerator(unit ->
unit.modifier().fillHeight(0, 40, Block.GRASS_BLOCK)
);
instanceContainer.setChunkSupplier(LightingChunk::new); instanceContainer.setChunkSupplier(LightingChunk::new);
// Add an event callback to specify the spawning instance (and the spawn position) // Add an event callback to specify the spawning instance (and the spawn position)