EnchantmentCracker icon indicating copy to clipboard operation
EnchantmentCracker copied to clipboard

Feature suggestion: add an option to enter the description text

Open Silicon42 opened this issue 7 years ago • 1 comments
trafficstars

The description text is also something that uses the seed to generate and can easily be read if the player uses a resource pack that replaces the characters with English. This might help make it faster to figure out the seed.

Silicon42 avatar May 04 '18 06:05 Silicon42

Thank you for your suggestion, it's a good idea. It could also help in something like UHC where you may not have access to as many bookshelves.

The text is generated client-side from 12 bits of the XP seed sent from the server. A modded client can use these 20 bits directly to crack the entire seed in seconds. But with a vanilla client you don't have access to this data so you would have to make do with the galactic text it generates.

This would probably reduce the waiting time for cracking 32 bits, since we can split the process into cracking 12 bits first then only 20 bits later.

Earthcomputer avatar May 15 '18 15:05 Earthcomputer