Added disguise leash hitch
This commit is contained in:
parent
aae8903644
commit
534fd07cda
@ -199,6 +199,9 @@ public class LibsDisguises extends JavaPlugin {
|
|||||||
case FIREBALL:
|
case FIREBALL:
|
||||||
name = "LargeFireball";
|
name = "LargeFireball";
|
||||||
break;
|
break;
|
||||||
|
case LEASH_HITCH:
|
||||||
|
name = "Leash";
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -56,6 +56,8 @@ public enum DisguiseType {
|
|||||||
|
|
||||||
ITEM_FRAME(EntityType.ITEM_FRAME, 71),
|
ITEM_FRAME(EntityType.ITEM_FRAME, 71),
|
||||||
|
|
||||||
|
LEASH_HITCH(EntityType.LEASH_HITCH, 77),
|
||||||
|
|
||||||
MAGMA_CUBE(EntityType.MAGMA_CUBE),
|
MAGMA_CUBE(EntityType.MAGMA_CUBE),
|
||||||
|
|
||||||
MINECART(EntityType.MINECART, 10, 0),
|
MINECART(EntityType.MINECART, 10, 0),
|
||||||
|
Loading…
Reference in New Issue
Block a user