if(y < self.worldHeight - 1) {
        var top = copy[x][y+1];
        if(countsForCavern(top)) { iterateCaverns(ct, x, y+1); }
      }