This commit is contained in:
StevenRS11
2013-06-15 04:30:46 -04:00
committed by SenseiKiwi
parent 9c33393d89
commit d75de7c2e0

View File

@@ -80,8 +80,8 @@ public class pocketGenerator extends ChunkProviderGenerate implements IChunkProv
} }
} }
int y =0; int y =0;
int x = var2*16 + rand.nextInt(32)-8; int x = var2*16 + rand.nextInt(16);
int z = var3*16 + rand.nextInt(32)-8; int z = var3*16 + rand.nextInt(16);
int yTest; int yTest;
do do
{ {