Added squid as a valid mob type.
This commit is contained in:
parent
1f63ea78bb
commit
9a6bdd039d
@ -14,7 +14,8 @@ public enum MobType {
|
|||||||
SHEEP("Sheep"),
|
SHEEP("Sheep"),
|
||||||
SKELETON("Skeleton"),
|
SKELETON("Skeleton"),
|
||||||
SPIDER("Spider"),
|
SPIDER("Spider"),
|
||||||
ZOMBIE("Zombie");
|
ZOMBIE("Zombie"),
|
||||||
|
SQUID("Squid");
|
||||||
|
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user