Skip to content

Instantly share code, notes, and snippets.

@clininja
clininja / minecraft-mods-ferium.ps1
Last active August 11, 2023 01:29
How To: Load Minecraft Mods Using Modrinth, Ferium, and PowerShell
# 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