From 9a493b79773618862f8536dcc7bec8733cd8d304 Mon Sep 17 00:00:00 2001 From: JozsefA Date: Sat, 20 Mar 2021 23:35:13 -0700 Subject: [PATCH] Sticker fixer. --- .../components/structureMovement/chassis/StickerTileEntity.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/chassis/StickerTileEntity.java b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/chassis/StickerTileEntity.java index 7a706797d..a59293331 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/chassis/StickerTileEntity.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/chassis/StickerTileEntity.java @@ -70,6 +70,8 @@ public class StickerTileEntity extends SmartTileEntity implements IInstanceRende if (isAttachedToBlock() && target == 0 && piston.getChaseTarget() == 1) DistExecutor.unsafeRunWhenOn(Dist.CLIENT, () -> () -> playSound(false)); piston.chase(target, .4f, Chaser.LINEAR); + + DistExecutor.unsafeRunWhenOn(Dist.CLIENT, () -> () -> CreateClient.kineticRenderer.get(world).update(this)); } public boolean isAttachedToBlock() {