Compare commits

..

No commits in common. "157209602097bb42c8f5f42eb43ec18b4e8e5830" and "f0ffb3ad215fe3a54c13e1180cb988137c35fe88" have entirely different histories.

View File

@ -18,10 +18,6 @@ import java.util.stream.Collectors;
import java.util.stream.Stream;
public class ComponentUtil {
public static TextComponent pleaseWait() {
return Component.text("Bitte warte einen Augenblick...", NamedTextColor.GRAY);
}
public static TextComponent appendWithNewline(Component a, Component b) {
return Component.text().append(a.appendNewline().append(b)).build();
}