For Fabric 1.16.1
Made for the filteredseed program
Runs the program from inside minecraft, parses the output for a seed and a verification code.
Note: This program runs an external executable in java, please make sure you know what's running before you run it. It's highly recommended that you build it yourself using the instructions in the link
Demo video here(mic volume is low, sorry)
./gradlew build
generates a jar
You will have to add export LD_LIBRARY_PATH=/path/to/filteredseed/libs
to the end of your ~/.profile in order for it to work
You can also run the make_static.sh and it should work as well without any .profile change.
Install WSL2 using the manual directions here, restart a couple times, set up WSL, build your exec using the instructions in the repo above and paste into mods/autofsg
A demo video is here but basically you want to use https://bashupload.com/ to upload to yourself from the replit shell.
Take the jar from build/libs/..
after building, paste in your mod folder alongside the fabric modules. Paste a copy of your seed
executable in .minecraft/mods/autofsg
.
Run minecraft, click AutoFSG, and wait.
I have copies of executable in the releases, not sure if im even allowed to do that but keep in mind they won't be the latest version.
Clone the repo, then follow the fabric setup instructions