Fixed spawn eggs for witches and bats

This commit is contained in:
Shansen 2013-01-04 21:50:55 +01:00
parent 0856becfb9
commit b55ea13262

View File

@ -43,8 +43,8 @@ public enum EggType {
WOLF (EntityType.WOLF, 95, "Wolf"),
VILLAGER (EntityType.VILLAGER, 120, "Villager"),
OCELOT (EntityType.OCELOT, 98, "Ocelot"),
BAT (EntityType.BAT, 0, "Bat"),
WITCH (EntityType.WITCH, 0, "Witch");
BAT (EntityType.BAT, 65, "Bat"),
WITCH (EntityType.WITCH, 66, "Witch");
private final EntityType entityType;