Added disguise leash hitch
This commit is contained in:
parent
aae8903644
commit
534fd07cda
@ -199,6 +199,9 @@ public class LibsDisguises extends JavaPlugin {
|
||||
case FIREBALL:
|
||||
name = "LargeFireball";
|
||||
break;
|
||||
case LEASH_HITCH:
|
||||
name = "Leash";
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user