mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 19:49:35 +01:00
SPIGOT-1582: Add SkullType.DRAGON
By: md_5 <git@md-5.net>
This commit is contained in:
parent
5a9e245681
commit
27c9b5816e
1 changed files with 2 additions and 1 deletions
|
@ -8,5 +8,6 @@ public enum SkullType {
|
|||
WITHER,
|
||||
ZOMBIE,
|
||||
PLAYER,
|
||||
CREEPER;
|
||||
CREEPER,
|
||||
DRAGON;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue