Forgot to remove this when i was downgrading to 1.16

This commit is contained in:
coolGi2007
2022-02-04 00:58:57 +00:00
parent b55096a3e0
commit 0894a01342
@@ -169,7 +169,7 @@ public class BlockColorWrapper implements IBlockColorWrapper
{
tempColor = TextureAtlasSpriteWrapper.getPixelRGBA(texture, frameIndex, u, v);
if (texture.isTransparent(frameIndex, u, v)) // TODO[1.16.5]: Check if this should be inverted
if (texture.isTransparent(frameIndex, u, v))
continue;
if (lookForTint)