I'm pulling this into the proper area for action. The original issue was posted on the Optifine issue tracker at sp614x/optifine#1237 Please refer to it since it contains good information.
Basically the CC Monitor renders as an empty box under Optifine. The cause is from having the Monitor
TileEntity and TESR keep track of the last animation frame so it only renders once per frame. I don't know why this is necessary. Optifine renders in two passes. The first is for volumes to create shadows and the second is for the actual surface rendering. The second pass never occurs due to this line.
I'm pulling this into the proper area for action. The original issue was posted on the Optifine issue tracker at sp614x/optifine#1237 Please refer to it since it contains good information.
Basically the CC Monitor renders as an empty box under Optifine. The cause is from having the Monitor
TileEntity and TESR keep track of the last animation frame so it only renders once per frame. I don't know why this is necessary. Optifine renders in two passes. The first is for volumes to create shadows and the second is for the actual surface rendering. The second pass never occurs due to this line.