mjtb49 / ChunkRandomReversal

A collection of algorithms to reverse using partial information various hashes used by Minecraft to seed its ChunkRandom PRNG.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo's main purpose is the ChunkRandomReverser class, which has methods for reversing the various hashes in Minecraft's ChunkRandom class. There is documentation in the form of javadocs on the interesting methods and some example usages in the test cases. It is just a simple java library - you are meant to import it in other java seedfinding code.

About

A collection of algorithms to reverse using partial information various hashes used by Minecraft to seed its ChunkRandom PRNG.


Languages

Language:Java 100.0%