oof, once more with feeling

This commit is contained in:
Bob 2020-12-22 23:09:08 +01:00
parent 51ece6be89
commit 25850278df

View File

@ -45,7 +45,7 @@ public class BossSpawnHandler {
if(MobConfig.enableRaids) {
if(world.getTotalWorldTime() % MobConfig.raidAttackDelay == 0) {
if(world.getTotalWorldTime() % MobConfig.raidDelay == 0) {
if(world.rand.nextInt(MobConfig.raidChance) == 0 && !world.playerEntities.isEmpty() && world.provider.isSurfaceWorld()) {