Initial work for custom disguises
This commit is contained in:
@@ -14,6 +14,8 @@ public class DisguiseTypesTest {
|
||||
for (EntityType entityType : EntityType.values()) {
|
||||
if (entityType == EntityType.LIGHTNING) {
|
||||
continue;
|
||||
} else if (entityType == EntityType.UNKNOWN) {
|
||||
continue;
|
||||
}
|
||||
|
||||
DisguiseType disguiseType = DisguiseType.getType(entityType);
|
||||
|
Reference in New Issue
Block a user