Skip to content

Instantly share code, notes, and snippets.

@jaeschrich
Created July 31, 2013 00:47
Show Gist options
  • Save jaeschrich/6118393 to your computer and use it in GitHub Desktop.
Save jaeschrich/6118393 to your computer and use it in GitHub Desktop.
On windows, drag Minecraft mod archive files (.jar, .zip, etc) onto this script to install them. Requires Minecraft forge and Minecraft 1.6.2.
@echo off
REM If needed, change this path
REM Place this file on your desktop to "just work"
copy "%1" "..\AppData\Roaming\.minecraft\mods"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment