mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-17 23:01:01 +01:00
Add CreatureType.GIANT
By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
parent
c51e8f2f54
commit
b4e1f91936
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ public enum CreatureType {
|
|||
COW("Cow"),
|
||||
CREEPER("Creeper"),
|
||||
GHAST("Ghast"),
|
||||
GIANT("Giant"),
|
||||
PIG("Pig"),
|
||||
PIG_ZOMBIE("PigZombie"),
|
||||
SHEEP("Sheep"),
|
||||
|
|
Loading…
Reference in a new issue