Earthcomputer / EnchantmentCracker

Cracking the XP seed in Minecraft and choosing your enchantments
MIT License
1.04k stars 91 forks source link

Improvements for 32-bit java #237

Closed Hexicube closed 3 years ago

Hexicube commented 3 years ago

Currently contains a tweak to IntArray to pre-alloc, a reduced per-thread size, and a startup warning.

Also has a leftover findEnchantment.setProgress(-1) entry, can't remember why I added that in since it was a while back, likely an edge-case to prevent pressing it twice.

Not ready for merge yet as the message itself needs put into translation files and I only know English, hence draft.

Note: The PR should probably be squashed when done, it included the merge PR from my fork.