mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-14 12:50:13 +00:00
Add horse watcher
This commit is contained in:
parent
728766ef48
commit
c2530f4fe2
1 changed files with 14 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
||||||
|
package me.libraryaddict.disguise.DisguiseTypes.Watchers;
|
||||||
|
|
||||||
|
public class HorseWatcher extends AgeableWatcher {
|
||||||
|
|
||||||
|
public HorseWatcher(int entityId) {
|
||||||
|
super(entityId);
|
||||||
|
setValue(16, 0);
|
||||||
|
setValue(19, (byte) 0);
|
||||||
|
setValue(20, 0);
|
||||||
|
setValue(21, "");
|
||||||
|
setValue(22, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in a new issue