mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-17 10:41:41 +01:00
Added squid as a valid mob type.
By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
parent
b880bd518f
commit
d7456c8007
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ public enum MobType {
|
|||
SHEEP("Sheep"),
|
||||
SKELETON("Skeleton"),
|
||||
SPIDER("Spider"),
|
||||
ZOMBIE("Zombie");
|
||||
ZOMBIE("Zombie"),
|
||||
SQUID("Squid");
|
||||
|
||||
private String name;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue