Add CreatureType.GIANT

This commit is contained in:
Erik Broes
2011-03-24 22:50:36 +01:00
parent 5745a65870
commit 0a4f2e0c3a

View File

@@ -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"),