Hotfix PistonCalculator

This commit is contained in:
2025-07-29 10:09:14 +02:00
parent 8516c8e536
commit bb2f7cf0c1
@@ -282,6 +282,7 @@ public class PistonCalculator implements Listener {
text.append("§ePush\n");
}
text.append("§f").append(movedBlocks.size()).append("§eB");
textDisplay.setText(text.toString());
textDisplay.setBillboard(Display.Billboard.CENTER);
textDisplay.setAlignment(TextDisplay.TextAlignment.CENTER);
textDisplay.setSeeThrough(true);