If you're reading this, you probably want an explanation on why this mod is no longer being developed. This will be separated into 3 parts.
- Why?
- What's next?
- What can I do with Faster Random now?
| @echo off | |
| echo "The Open-Sauce Fabric Mod Installer! (assuming windows)" | |
| echo "Please close Minecraft AND the Launcher before running this..." | |
| pause | |
| echo "Assuming you just closed the launcher, lets continue!" | |
| echo "Running the installer w/ java, downloading automatically..." | |
| java -jar fabric-installer.jar client -dir "%AppData%\.minecraft" | |
| echo "creating mods directory, and preparing for mod setup" | |
| mkdir "%AppData%\.minecraft\mods" | |
| echo "copying files..." |