mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-05 09:09:40 +01:00
Elder guardian gets to set the byte value
This commit is contained in:
parent
a253db5ae2
commit
02745fc88c
@ -99,6 +99,10 @@ public abstract class Disguise {
|
||||
else if (getType() == DisguiseType.ZOMBIE_VILLAGER) {
|
||||
getWatcher().setValue(13, (byte) 1);
|
||||
}
|
||||
|
||||
else if (getType() == DisguiseType.ELDER_GUARDIAN) {
|
||||
getWatcher().setValue(14, 0 | 4);
|
||||
}
|
||||
// Else if its a horse. Set the horse watcher type
|
||||
else if (getWatcher() instanceof HorseWatcher) {
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user