mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-12 03:57:03 +00:00
Same fors lime
This commit is contained in:
parent
98677bade3
commit
c2ebe0d347
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ public class SlimeWatcher extends LivingWatcher {
|
|||
|
||||
public SlimeWatcher(Disguise disguise) {
|
||||
super(disguise);
|
||||
setValue(16, (byte) (new Random().nextInt(4) + 1));
|
||||
setSize(new Random().nextInt(4) + 1);
|
||||
}
|
||||
|
||||
public int getSize() {
|
||||
|
|
Loading…
Reference in a new issue