5051525354555657585960
model = this.model2; } if (adjecentConnections[0] != null) { model.renderPart("Top"); } if (adjecentConnections[1] != null) { model.renderPart("Bottom");
5556575859606162636465
model.renderPart("Top"); } if (adjecentConnections[1] != null) { model.renderPart("Bottom"); } if (adjecentConnections[2] != null) { model.renderPart("Front");
6061626364656667686970
model.renderPart("Bottom"); } if (adjecentConnections[2] != null) { model.renderPart("Front"); } if (adjecentConnections[3] != null) { model.renderPart("Back");
6566676869707172737475
model.renderPart("Front"); } if (adjecentConnections[3] != null) { model.renderPart("Back"); } if (adjecentConnections[4] != null) { model.renderPart("Right");
7071727374757677787980
model.renderPart("Back"); } if (adjecentConnections[4] != null) { model.renderPart("Right"); } if (adjecentConnections[5] != null) { model.renderPart("Left");
7576777879808182838485
model.renderPart("Right"); } if (adjecentConnections[5] != null) { model.renderPart("Left"); } model.renderPart("Middle"); GL11.glPopMatrix(); }
7879808182838485868788
if (adjecentConnections[5] != null) { model.renderPart("Left"); } model.renderPart("Middle"); GL11.glPopMatrix(); } @Override public void renderTileEntityAt(TileEntity tileEntity, double var2, double var4, double var6, float var8)