Added slime as a possible creature type.
This commit is contained in:
parent
bc8134c7a1
commit
eaddcfc675
@ -15,7 +15,8 @@ public enum CreatureType {
|
||||
SKELETON("Skeleton"),
|
||||
SPIDER("Spider"),
|
||||
ZOMBIE("Zombie"),
|
||||
SQUID("Squid");
|
||||
SQUID("Squid"),
|
||||
SLIME("Slime");
|
||||
|
||||
private String name;
|
||||
|
||||
|
@ -18,7 +18,8 @@ public enum MobType {
|
||||
SKELETON("Skeleton"),
|
||||
SPIDER("Spider"),
|
||||
ZOMBIE("Zombie"),
|
||||
SQUID("Squid");
|
||||
SQUID("Squid"),
|
||||
SLIME("Slime");
|
||||
|
||||
private String name;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user