1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-10-23 01:47:38 +00:00

Fix computer and monitor syncing.

This commit is contained in:
Jacob Farley
2020-09-04 12:35:55 -05:00
parent 14e98e2fcb
commit 244fd95034
8 changed files with 31 additions and 21 deletions

View File

@@ -61,7 +61,6 @@ public class TileEntityMonitorRenderer extends BlockEntityRenderer<TileMonitor>
public void render( @Nonnull TileMonitor monitor, float partialTicks, @Nonnull MatrixStack transform, @Nonnull VertexConsumerProvider renderer, int lightmapCoord, int overlayLight )
{
// Render from the origin monitor
// TODO Figure out why this is null.
ClientMonitor originTerminal = monitor.getClientMonitor();
if( originTerminal == null ) return;