Add CreatureType.GIANT
This commit is contained in:
parent
5141b7fe10
commit
adfeb9c819
@ -9,6 +9,7 @@ public enum CreatureType {
|
|||||||
COW("Cow"),
|
COW("Cow"),
|
||||||
CREEPER("Creeper"),
|
CREEPER("Creeper"),
|
||||||
GHAST("Ghast"),
|
GHAST("Ghast"),
|
||||||
|
GIANT("Giant"),
|
||||||
PIG("Pig"),
|
PIG("Pig"),
|
||||||
PIG_ZOMBIE("PigZombie"),
|
PIG_ZOMBIE("PigZombie"),
|
||||||
SHEEP("Sheep"),
|
SHEEP("Sheep"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user