Added disguise leash hitch

This commit is contained in:
Andrew 2013-11-08 09:29:32 +13:00
parent aae8903644
commit 534fd07cda
2 changed files with 5 additions and 0 deletions

View File

@ -199,6 +199,9 @@ public class LibsDisguises extends JavaPlugin {
case FIREBALL:
name = "LargeFireball";
break;
case LEASH_HITCH:
name = "Leash";
break;
default:
break;
}

View File

@ -56,6 +56,8 @@ public enum DisguiseType {
ITEM_FRAME(EntityType.ITEM_FRAME, 71),
LEASH_HITCH(EntityType.LEASH_HITCH, 77),
MAGMA_CUBE(EntityType.MAGMA_CUBE),
MINECART(EntityType.MINECART, 10, 0),