PatrykCholewa / MinecraftModInstaller

Powershell script that installs fabric and copies mods from zip to minecraft mods directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just run ps1 file. It'll guide you.

Remember:

Powershell scripts are disabled on Windows by default. To run a powershell script you have to change execution policy.

Ex.

Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope Process
 .\minecraftModInstaller.ps1

About

Powershell script that installs fabric and copies mods from zip to minecraft mods directory

License:MIT License


Languages

Language:PowerShell 100.0%