This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # How To: Load Minecraft Mods Using Modrinth, Ferium, and PowerShell | |
| # 1) Download and install Fabric https://fabricmc.net/use/installer/ | |
| # 2) Download portable executable ferium.exe https://github.com/gorilla-devs/ferium/releases | |
| # 3) Move ferium.exe somewhere useful. E.g., %appdata%\.minecraft\_utilities | |
| # 4) Open PowerShell and navigate to where ferium.exe is located. | |
| # 5) Create a profile and follow the prompts. | |
| # .\ferium.exe profile create | |
| # 6) Adjust the list of mods to suit your needs. https://modrinth.com/mods | |
| # 7) Download and run this script from where ferium.exe is located. E.g., %appdata%\.minecraft\_utilities |