-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
None
Very minor. But CraftShulker does not override toString() so its toString is "CraftGolem". Expected "CraftShulker".
Should be as simple as adding in
@Override
public String toString() {
return "CraftShulker";
}