Monday, March 12, 2012

ModLoader 1.2.3



What is ModLoader ? ModLoader is working like a Mod manager for Minecraft. Risugamis, the Minecraft developer had released his latest version of ModLoader for Minecraft 1.2.3 . You will have to install the ModLoader before installing many of the Minecraft Mods.

How to Install ModLoader Beta for Minecraft 1.2.3 in Windows

  1. Go to start menu (lower left corner) type in %appdata% and enter
  2. Go to .minecraft/bin
  3. Open up “minecraft.jar” using WinRAR or 7Zip
  4. Copy and Paster or Drag and Drop files into the opened minecraft.jar
  5. Delete META-INF folder in minecraft.jar
  6. Run Minecraft 1.1 and Enjoy a new ModLoader !

How to Install ModLoader Beta for Minecraft 1.2.3 in Mac

  1. Go to Application and open terminal.app
  2. Type in the following line by line (after each line press ENTER)
    • cd ~
    • mkdir mctmp
    • cd mctmp
    • jar xf ~/Library/Application\ Support/minecraft/bin/minecraft.jar
  3. Go back outside the terminal, you will see mctmp folder was created (by second line command “mkdir mctmp”).
  4. Copy all the files in there and back to terminal
  5. Type in these commands again line-by-line
    • rm META-INF/MOJANG_C.*
    • jar uf ~/Library/Application\ Support/minecraft/bin/minecraft.jar ./
    • cd ..
    • rm -rf mctmp
  6. You’re done

No comments:

Post a Comment