Add CreatureType.GIANT

This commit is contained in:
Erik Broes 2011-03-24 22:50:36 +01:00
parent 5141b7fe10
commit adfeb9c819

View File

@ -9,6 +9,7 @@ public enum CreatureType {
COW("Cow"),
CREEPER("Creeper"),
GHAST("Ghast"),
GIANT("Giant"),
PIG("Pig"),
PIG_ZOMBIE("PigZombie"),
SHEEP("Sheep"),