for (xPos = 0; doGen && xPos < 10; ++xPos)
{
yPos = blockX + this.hellRNG.nextInt(16) + 8;
zPos = this.hellRNG.nextInt(128);
i2 = blockZ + this.hellRNG.nextInt(16) + 8;
(new WorldGenGlowStone2()).generate(this.worldObj, this.hellRNG, yPos, zPos, i2);
}
WorldGenMinable worldgenminable = new WorldGenMinable(Blocks.quartz_ore, 13, Blocks.netherrack);
int j2;