why did i do this
This commit is contained in:
parent
52b7e2b80e
commit
5076a9f6e2
@ -63,7 +63,7 @@ public class MixinLivingEntity {
|
|||||||
max = 0.8;
|
max = 0.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
totalExperience *= new Random().nextDouble(min, max);
|
totalExperience *= min + player.getRandom().nextDouble() * (max - min);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (totalExperience >= Integer.MAX_VALUE) {
|
if (totalExperience >= Integer.MAX_VALUE) {
|
||||||
|
Loading…
Reference in New Issue
Block a user