Full data source and WorldGen refactoring
This commit is contained in:
+2
-2
@@ -38,10 +38,10 @@ public class TestWorldGenerator implements IDhApiWorldGenerator
|
||||
//======================//
|
||||
|
||||
@Override
|
||||
public byte getMinDataDetailLevel() { return LodUtil.BLOCK_DETAIL_LEVEL; }
|
||||
public byte getSmallestDataDetailLevel() { return LodUtil.BLOCK_DETAIL_LEVEL; }
|
||||
|
||||
@Override
|
||||
public byte getMaxDataDetailLevel() { return LodUtil.BLOCK_DETAIL_LEVEL; }
|
||||
public byte getLargestDataDetailLevel() { return LodUtil.BLOCK_DETAIL_LEVEL; }
|
||||
|
||||
@Override
|
||||
public byte getMinGenerationGranularity() { return LodUtil.CHUNK_DETAIL_LEVEL; }
|
||||
|
||||
Reference in New Issue
Block a user