fix: getChunk
This commit is contained in:
@@ -107,7 +107,8 @@ public class CubicWorld implements World {
|
||||
|
||||
@Override
|
||||
public ChunkSection getChunk(int x, int y, int z) {
|
||||
return null;
|
||||
Region region = getRegion(x / 16, z / 16);
|
||||
return region.getChunkAt(x % 16, y % 16, z % 16);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user