Added Iron Golems and Ocelots to MobType.

This commit is contained in:
Wizjany 2012-03-09 19:06:38 -05:00
parent 94619e3fe4
commit 956b3dd02f

View File

@ -32,8 +32,10 @@ public enum MobType {
ENDERMAN("Enderman"),
GHAST("Ghast"),
GIANT("Giant"),
VILLAGER_GOLEM("VillagerGolem"),
MAGMA_CUBE("LavaSlime"),
MOOSHROOM("MushroomCow"),
OCELOT("Ozelot"),
PIG("Pig"),
PIG_ZOMBIE("PigZombie"),
SHEEP("Sheep"),