If Compressed Mobs chance is set to 0 they will still spawn
Insane96 opened this issue ยท 0 comments
This is due to this line https://github.com/blay09/ExCompressum/blob/424b7926bcaad85a9223a01bb9d468e92530a7b3/src/main/java/net/blay09/mods/excompressum/handler/CompressedEnemyHandler.java#L44
Where the check should have been < instead of <=