mirror of
https://github.com/shansen/EggCatcher.git
synced 2025-03-02 00:21:14 +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"),
|
BAT(EntityType.BAT, 65, "Bat"),
|
||||||
WITCH(EntityType.WITCH, 66, "Witch"),
|
WITCH(EntityType.WITCH, 66, "Witch"),
|
||||||
HORSE(EntityType.HORSE, 100, "Horse"),
|
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