mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-06 18:50:51 +01:00
SPIGOT-4818: Missing GLOBE banner pattern
By: md_5 <git@md-5.net>
This commit is contained in:
parent
4c0157d6de
commit
cfe800dd65
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ public enum PatternType {
|
|||
BRICKS("bri"),
|
||||
SKULL("sku"),
|
||||
FLOWER("flo"),
|
||||
MOJANG("moj");
|
||||
MOJANG("moj"),
|
||||
GLOBE("glb");
|
||||
|
||||
private final String identifier;
|
||||
private static final Map<String, PatternType> byString = new HashMap<String, PatternType>();
|
||||
|
|
Loading…
Reference in a new issue