From 14f86046a0a88a69560f4604c17b57ea4ccd06c5 Mon Sep 17 00:00:00 2001 From: Mary <33456283+FourIsTheNumber@users.noreply.github.com> Date: Fri, 25 Oct 2024 17:22:37 -0400 Subject: Render fixes (#3409) Co-authored-by: Martin Robertz --- .../machines/multi/MTEIndustrialLaserEngraver.java | 2 +- .../multi/compressor/MTEBlackHoleCompressor.java | 19 ++++++++++++++----- .../common/tileentities/render/TileEntityLaser.java | 7 +++++++ 3 files changed, 22 insertions(+), 6 deletions(-) (limited to 'src/main/java/gregtech/common/tileentities') diff --git a/src/main/java/gregtech/common/tileentities/machines/multi/MTEIndustrialLaserEngraver.java b/src/main/java/gregtech/common/tileentities/machines/multi/MTEIndustrialLaserEngraver.java index e8785bc7f4..49fdd29257 100644 --- a/src/main/java/gregtech/common/tileentities/machines/multi/MTEIndustrialLaserEngraver.java +++ b/src/main/java/gregtech/common/tileentities/machines/multi/MTEIndustrialLaserEngraver.java @@ -217,7 +217,7 @@ public class MTEIndustrialLaserEngraver extends MTEExtendedPowerMultiBlockBase d != ForgeDirection.UP && d != ForgeDirection.DOWN; + } + @Override public void onBlockDestroyed() { destroyRenderBlock(); @@ -715,8 +722,9 @@ public class MTEBlackHoleCompressor extends MTEExtendedPowerMultiBlockBase