Opps. Its 7 not 9
This commit is contained in:
parent
370a357666
commit
d181addde9
@ -14,7 +14,7 @@ public class HorseWatcher extends AgeableWatcher {
|
||||
// Zombie
|
||||
// Skeleton
|
||||
setValue(19, (byte) 0);
|
||||
setValue(20, new Random().nextInt(9));
|
||||
setValue(20, new Random().nextInt(7));
|
||||
setValue(21, "");
|
||||
setValue(22, 0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user