Fixes facade stilts sometimes being rendered using the facade texture's tint.

This commit is contained in:
Sebastian Hartte 2016-11-07 00:17:24 +01:00
parent 6df311c11a
commit 32a0496bc2
1 changed files with 3 additions and 0 deletions

View File

@ -174,6 +174,9 @@ public class FacadeBuilder
builder.setDrawFaces( EnumSet.allOf( EnumFacing.class ) );
// Reset to no color multiplicator
builder.setColorRGB( 0xFFFFFF );
// We only render the stilt if we don't intersect with any part directly, and if there's no part on our side
if( renderStilt && busBounds == null && layer == BlockRenderLayer.CUTOUT )
{