Badel2 / slime_seed_finder

https://badel2.github.io/slime_seed_finder
GNU General Public License v3.0
49 stars 4 forks source link

The -i parameter is required #7

Closed NaNraptor closed 4 years ago

NaNraptor commented 5 years ago

Under Usage there is the following command listed:

slime_seed_finder -s 1234 -o 1234.txt

This will not work as the -i param is not specified, which seems to be required, a workaround is to just create an empty .txt file and do:

slime_seed_finder -s 1234 -o 1234.txt -i ./empty.txt

Badel2 commented 4 years ago

All those flags were getting out of control... The new command for generating slime chunks is:

slime_seed_finder generate --num-slime-chunks=20 --seed=1234 -o seedinfo1234.json

Much better, isn't it?