mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 19:50:30 +00:00
Added disguise leash hitch
This commit is contained in:
parent
aae8903644
commit
534fd07cda
2 changed files with 5 additions and 0 deletions
|
@ -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 a new issue