513514515516517518519520521522523
return false; } else { if (face >= 0 && this.innerSeams) { int[] normal = NORMALS[face]; if (!neighbor.shouldSideBeRendered(blockAccess, i + normal[0], j + normal[1], k + normal[2], face)) { return false; } } switch (this.connectType) {