Hey guys im thinking of a new game, We use our BL_IDs as blockland seeds and see which ones the best.
READYSETGO
EDIT: I didnt put this in off topic or as a new topic in games since its minecraft related.
How about our authentication keys instead?

They will most likely produce some interesting and varied results.
\Because of Obfuscation changes, as well as general coding changes. Basically, every big release, the code is changed. They have code that, when compiling the game, all commands and such are renamed sequentially. Basically, the first command that appears in A. Then AA, and so on. But it's differently ordered each time like... Well, I can't explain this right, but basically everything is named differently as well as their own coding changes which break it.
Say there is the AI code for Creepers in the A file, in version 1.2. After an update - to say....version 1.3, the code is split up again into multiple files randomly, and now the code for Creepers is in the X file. This causes mods to break, since now they have to find the code again, modify that file, and release.