Hotfix PistonCalculator

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