mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-31 21:37:39 +01:00
Added squid as a valid mob type.
By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
parent
b880bd518f
commit
d7456c8007
@ -14,7 +14,8 @@ public enum MobType {
|
||||
SHEEP("Sheep"),
|
||||
SKELETON("Skeleton"),
|
||||
SPIDER("Spider"),
|
||||
ZOMBIE("Zombie");
|
||||
ZOMBIE("Zombie"),
|
||||
SQUID("Squid");
|
||||
|
||||
private String name;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user