mirror of
https://github.com/shansen/EggCatcher.git
synced 2024-11-22 18:16:15 +01:00
Fixed spawn eggs for witches and bats
This commit is contained in:
parent
0856becfb9
commit
b55ea13262
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user