TwelveIterationMods / ExCompressum

Minecraft Mod. Ex Nihilo Addon. Attempts to reduce grind by adding pre-automation tools like compressed hammers.
https://mods.twelveiterations.com/mc/ex-compressum/
Other
27 stars 25 forks source link

If Compressed Mobs chance is set to 0 they will still spawn #275

Closed Insane96 closed 5 years ago

Insane96 commented 5 years ago

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 <=