Tried to add guardians

This commit is contained in:
Monkey0x9 2015-01-19 21:09:40 +01:00
parent 805126a866
commit b4099dc0b2

View File

@ -46,7 +46,8 @@ public enum EggType {
BAT(EntityType.BAT, 65, "Bat"),
WITCH(EntityType.WITCH, 66, "Witch"),
HORSE(EntityType.HORSE, 100, "Horse"),
RABBIT(EntityType.RABBIT, 101, "Rabbit");
RABBIT(EntityType.RABBIT, 101, "Rabbit"),
GUARDIAN(EntityType.GUARDIAN, 68, "Guardian");