KaptainWutax / SeedCracker

Fast, Automatic In-Game Seed Cracker for Minecraft.
MIT License
710 stars 98 forks source link

Hashed seed is instantly found as 65 #218

Open Bellooooo opened 3 years ago

Bellooooo commented 3 years ago

When i use this seed on a server, it finds the seed instantly but shows it as 65.I have no idea what plugins the server has but it either runs on paper or spigot,

srjkgdbsekrfgj commented 3 years ago

This is intended behaviour. Please read usage for a mod next time.

the 65 is the hashed world seed. The work the mod has to do is unhashing it. To do this you first need to collect some data bits, from being around certain landmarks like structures or emerald ore. use /seed data bits I think to check how many bits you have and how many you need.

After you have collected enough bits, simply go to the end and the mod will start working. I don't know how it works exactly, but using the data collected earlier and the positions of the obsidian pillars, the mod will be able to find the seed, and in about 5 minutes will put it into the chat.