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"),
|
||||
SKELETON("Skeleton"),
|
||||
SPIDER("Spider"),
|
||||
ZOMBIE("Zombie");
|
||||
ZOMBIE("Zombie"),
|
||||
SQUID("Squid");
|
||||
|
||||
private String name;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user