Added new entities to CreatureType ENUM.
This commit is contained in:
parent
fb32a37ed4
commit
8647e78379
@ -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…
x
Reference in New Issue
Block a user