Update to Minecraft 1.16.1

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2020-06-25 10:00:00 +10:00
parent 3fd0ae0a81
commit eed3a67ee8
36 changed files with 1299 additions and 151 deletions

View File

@@ -46,7 +46,8 @@ public enum PatternType {
SKULL("sku"),
FLOWER("flo"),
MOJANG("moj"),
GLOBE("glb");
GLOBE("glb"),
PIGLIN("pig");
private final String identifier;
private static final Map<String, PatternType> byString = new HashMap<String, PatternType>();