mirror of
https://github.com/shansen/EggCatcher.git
synced 2024-12-01 22:43:27 +01:00
Tried to add guardians
This commit is contained in:
parent
805126a866
commit
b4099dc0b2
@ -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");
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user