Pre-built binaries for Windows x86-64, Windows ARM64 and Mac OS x64.
Binaries come packaged with some .NET libraries and installation of .NET is not required to run this program.
Changes
- Fixed search range not being divided up properly among the number of threads
- Reduced default number of threads to the number of logical cores, with a maximum 4
Usage
USAGE
WitchHutSearch.exe <huts> --seed <value> [options]
PARAMETERS
* huts Number of huts.
OPTIONS
* -s|--seed Seed to search on.
-b|--blocks Number of blocks to search in each direction. Default: "128000".
-t|--threads Number of threads to search with. Default: 4.
-o|--out Output file for writing locations to.
Example: WitchHutSearch.exe 3 -s 123456 -b 1000000 -o output.txt
This will search for triple witch huts within a million block radius on the seed 123456
and write the results to output.txt
.