This commit is contained in:
StevenRS11
2013-06-15 04:19:08 -04:00
parent 7bdce8d2be
commit 7ebcfb6c20
4 changed files with 6 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ public class pocketGenerator extends ChunkProviderGenerate implements IChunkProv
if(this.worldObj.getBlockId(x, y-1, z)!=mod_pocketDim.blockDimWall.blockID)
{
y= yCoordHelper.getFirstUncovered(this.worldObj,x , y+4+rand.nextInt(4), z);
y= y+rand.nextInt(4)+2;
}
if(y>245)