Make some QOL fixes to Thresholds
This commit is contained in:
parent
c344b5c0b6
commit
43575fe2c7
12 changed files with 289 additions and 254 deletions
|
@ -67,7 +67,7 @@ public class MobEggEnchantment extends Enchantment
|
|||
CHANCE *= (level / 0.5);
|
||||
CHANCE += bias;
|
||||
|
||||
double rng = Math.random()*100000;
|
||||
double rng = Math.random()*10000;
|
||||
|
||||
if(OTEServerConfig.DEBUG.get())
|
||||
{
|
||||
|
|
Reference in a new issue