- go to terminal and type:
- cp ~/Library/Application\ Support/minecraft/bin/minecraft.jar ~/Library/Application\ Support/minecraft/bin/minecraft_backup1.jar
- this creates a backup of your .jar file
- mkdir ~/temp
- this makes a folder in your home folder called temp
- cd ~/temp
- this moves you into this folder
- jar xf ~/Library/Application\ Support/minecraft/bin/minecraft.jar
- this unzips the .jar file into the temp folder
- download:
- Modloader -> download file here
- ModloaderMp -> download file here
- Minecraft Forge API -> download file here
- Trains and Zeppelin Mod -> download file here
- unzip these zip files (double click on them)
- copy, in the order downloaded, all the contents of these zip files to the ~/temp/ folder on your home drive
- a dialogue box will appear saying something along the lines of:
- do you want to overwrite this file
- tick the "apply to all" box and click "replace"
- finally, go back to "Terminal" and type:
- jar uf ~/Library/Application\ Support/minecraft/bin/minecraft.jar ./
- this zips the temp folder up into the .jar file in the right location
I had a bit of trouble before, but I've found I did things a little different then suggested. Heres some things I did different:
- I loaded the game up after just installing the Modloader, ModloaderMp and Minecraft Forge API without the Trains mod installed.
- I then went through the process again, and added the Trains and Zeppelin Mod
- I didn't delete the META-INF folder in the .jar file
- I couldn't find the trainconfig.cfg file.
- turns out it is automatically made when minecraft is started.
- doesn't look like this file works on Mac OS X 10.6.8?!
- None of the Keys work!!!!!!
Hope it helps.
One note I'd like to make is:
- Why is this such a long winded process. The way I would like to add Mods is to:
- double click a file which loads and says it's installed!