mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-25 01:25:03 +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,
|
WITHER,
|
||||||
ZOMBIE,
|
ZOMBIE,
|
||||||
PLAYER,
|
PLAYER,
|
||||||
CREEPER;
|
CREEPER,
|
||||||
|
DRAGON;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue