mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 03:35:51 -07:00
Added slime as a possible creature type.
By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user