This commit is contained in:
AlgorithmX2
2014-05-10 17:19:26 -05:00
8 changed files with 36 additions and 34 deletions
+1 -1
View File
@@ -334,7 +334,7 @@ public class BusRenderHelper implements IPartRenderHelper
if ( !renderThis() )
return;
renderer.renderStandardBlock( renderer.blockAccess.getBlock( x, y, z ), x, y, z );
renderer.renderStandardBlock( blk, x, y, z );
}
@Override