mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 20:11:35 +01:00
Sticker fixer.
This commit is contained in:
parent
6a0ad77fe7
commit
9a493b7977
1 changed files with 2 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue