3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-01 23:50:11 +02:00

New banner patterns

Dieser Commit ist enthalten in:
Camotoy 2024-06-04 22:47:31 -04:00
Ursprung e2a61d4365
Commit fcdd1b91a1
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 7EEFB66FE798081F

Datei anzeigen

@ -72,7 +72,9 @@ public enum BannerPattern {
SKULL("sku"),
FLOWER("flo"),
MOJANG("moj"),
PIGLIN("pig");
PIGLIN("pig"),
FLOW("flw"),
GUSTER("gus");
private static final BannerPattern[] VALUES = values();