mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
New banner patterns
This commit is contained in:
parent
e2a61d4365
commit
fcdd1b91a1
1 changed files with 3 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue