Skip to content

Instantly share code, notes, and snippets.

@pburkholder
Created November 16, 2012 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pburkholder/4090639 to your computer and use it in GitHub Desktop.
Save pburkholder/4090639 to your computer and use it in GitHub Desktop.
How to install mods on our Macbooks for 1.4.2
1) Quit minecraft
2) Download the mod. It should automatically unzip to the folder Downloads/(mod_name)/.
3) Open a finder window to Downloads/(mod_name)
4) Open another finder window to ~/Library/Application Support/minecraft/bin
In this window, left-click on 'minecraft-1.4.2.dir' and select 'Duplicate'. That will create 'minecraft-1.4.2.dir copy'
5) Copy all the files from Downloads/(mod_name)/ into minecraft-1.4.2.dir
6) Run minecraft
If minecraft doesn't work, then you'll need to delete 'minecraft-1.4.2.dir' and rename the copy back to 'minecraft-1.4.2'
TO DEINSTALL A MOD:
There should be a file called ~/Library/Application Support/minecraft/bin_nomods (or something like that)
Rename 'minecraft/bin' to 'minecraft/bin_mods'
Rename 'minecraft/bin_nomods' to 'minecraft/bin'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment