Artifact between blocks

So I’m rendering blocks next to each other, and I’m getting a strange artifact between the blocks. It started happening when I started using a texture atlas.

Things I’ve already tried to fix it: using GL_CLAMP, GL_CLAMP_TO_EDGE, and GL_NEAREST for my texture parameters.

Anyone know what’s causing this and how to fix it? Or, any guesses?