diff --git a/src/main/java/com/seibel/lod/core/builders/lodBuilding/LodBuilder.java b/src/main/java/com/seibel/lod/core/builders/lodBuilding/LodBuilder.java index b11ec475c..5e29d5573 100644 --- a/src/main/java/com/seibel/lod/core/builders/lodBuilding/LodBuilder.java +++ b/src/main/java/com/seibel/lod/core/builders/lodBuilding/LodBuilder.java @@ -358,9 +358,7 @@ import com.seibel.lod.core.wrapperInterfaces.world.IWorldWrapper; // of the snow, flower, etc. that may be above this block int aboveColorInt = 0; if (config.client().worldGenerator().getBlocksToAvoid().nonFull || config.client().worldGenerator().getBlocksToAvoid().noCollision) - { - aboveColorInt = getColorForBlock(chunk, x, y, z); - } + aboveColorInt = getColorForBlock(chunk, x, y + 1, z); //if (colorInt == 0 && yAbs > 0) // if this block is invisible, check the block below it