Skip to content

Collection of resources for Minecraft Seedcracking

Notifications You must be signed in to change notification settings

SeedFinding/fnseedc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collection of resources for Minecraft Seedcracking Scene

Write-ups

☆☆☆☆☆ articles are written by known minecraft seedcrackers (EarthComputer, Neil etc)
and are in reference to Minecraft

Videos


PDF / Articles

WorldGen Specifics

Because of the mojank code quality , there are hardly any relevant articles available for WorldGen, the current best way is to read Minecraft code (considered not read friendly) , if not then the libraries :→ specifically : KaptainWutax’s libraries, neil’s libraries and cubiomes (In general , code that can mimic world generatiom)

Modular Arithmetic

The NERD documents are long and are only recommended if you want to start from the basics,
especially the William Stein notes are by far better to start with.
Pick any one of the top 4 modular arithmetic notes if confused.
Then for the follow up read the modular equivalences article.

Hensel Lifting

ℹ️
=== Use cases → (Discrete log problem : find number of calls between two seeds) AND (Mod Inversion : Find inverses speedily) ===

Relevant Papers

🔥
[Credits : Matthew Bolan and Neil on Monkeys Discord]

These are all the papers (except 1) that was referenced ; which is useful and which isn’t is upto the reader. These are only mentioned here as quick references if something is needed asap


Tools

Seed Crackers

Libraries

Neil(hube12’s) Libraries

Old or deprecated tools aren’t listed but a full tool listing can be found all-tools.adoc(TBD)


Books

  • Integers, Polynomials, and Rings : A Course in Algebra by Ronald S. Irving

  • A course in computational algebraic number theory by Henri Cohen

  • Lattice Basis Reduction: An Introduction to the LLL Algorithm and Its Applications by Murray R Bremner

  • Donald Knuth, The Art of Computer Programming, Volume 2, Section 3.2.1


Discords


Salts

ℹ️
=== No copyright infringement intended. ===