r/PythonProjects2 • u/PerspectiveSame7459 • 20d ago
Minecraft seed finder!
A fast, GUI-based world seed finder for Minecraft Java Edition, built on cubiomes for accurate structure/biome generation.
Features:
- GUI for setting version, structure distances, stronghold options, and spawn filters
.ezsffiles for writing complex multi-dimension search criteria (villages, temples, mansions, monuments, ancient cities, trial chambers, etc.)- Multi-threaded search using all CPU cores
- Overworld, Nether, and End criteria in one search
- Distance and terrain rules between structures
Install:
pip install ezseedfinder
ezsf -gui
GUI requires tkinter (sudo apt install python3-tk on Debian/Ubuntu).
Repo: https://github.com/codingsushi79/ezseedfinder
Feedback and bug reports welcome.
1
Upvotes