Added another todo.
This commit is contained in:
parent
257d1f5110
commit
c3ca060ef0
@ -182,6 +182,7 @@ public class ChunkGenerator
|
|||||||
|
|
||||||
protected static boolean chunkIsInsideBorder(int x, int z, World w, Border b)
|
protected static boolean chunkIsInsideBorder(int x, int z, World w, Border b)
|
||||||
{
|
{
|
||||||
|
// TODO: make the generation area a few blocks bigger then the actual size of border.
|
||||||
Location chunkLocation = new Location(w, (double)(x << 4), (double)100, (double)(z << 4));
|
Location chunkLocation = new Location(w, (double)(x << 4), (double)100, (double)(z << 4));
|
||||||
return b.checkBorder(chunkLocation) == null;
|
return b.checkBorder(chunkLocation) == null;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user