1
How to install modloader on a mac
hello everytime i try to download a mod that needs modloader i download modloader and do everything perfectly put it wont let me play mc. it just crashes. please help thanks
1
1) Go to Applications>Utilities and open terminal.
2) Type in the following, line by line:cd ~
mkdir mctmp
cd mctmp
jar xf ~/Library/Application\ Support/minecraft/bin/minecraft.jar
3) Outside of terminal, copy all the files and folders into the mctmp directory.
4) Back inside terminal, type in the following:rm META-INF/MOJANG_C.*
jar uf ~/Library/Application\ Support/minecraft/bin/minecraft.jar ./
cd ..
rm -rf mctmp
5) Run Minecraft, enjoy!
What does the error report say when Minecraft crashes? It may not be ModLoader
