mirror of
https://github.com/shansen/EggCatcher.git
synced 2024-11-22 10:05:18 +01:00
Add parrot support
This commit is contained in:
parent
bbef805c28
commit
304cf29b42
@ -63,7 +63,8 @@ public enum EggType {
|
||||
GUARDIAN(EntityType.GUARDIAN, 68, "Guardian"),
|
||||
RABBIT(EntityType.RABBIT, 101, "Rabbit"),
|
||||
POLAR_BEAR(EntityType.POLAR_BEAR, 102, "PolarBear"),
|
||||
SHULKER(EntityType.SHULKER, 69, "Shulker");
|
||||
SHULKER(EntityType.SHULKER, 69, "Shulker"),
|
||||
PARROT(EntityType.PARROT, 105, "Parrot");
|
||||
|
||||
private final EntityType entityType;
|
||||
private final Integer creatureId;
|
||||
|
Loading…
Reference in New Issue
Block a user