mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 19:49:35 +01:00
Added new entities to CreatureType ENUM.
By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
parent
3b756e3464
commit
ee9246ebae
1 changed files with 4 additions and 1 deletions
|
@ -19,7 +19,10 @@ public enum CreatureType {
|
|||
SPIDER("Spider"),
|
||||
SQUID("Squid"),
|
||||
ZOMBIE("Zombie"),
|
||||
WOLF("Wolf");
|
||||
WOLF("Wolf"),
|
||||
CAVE_SPIDER("CaveSpider"),
|
||||
ENDERMAN("Enderman"),
|
||||
SILVERFISH("Silverfish");
|
||||
|
||||
private String name;
|
||||
|
||||
|
|
Loading…
Reference in a new issue