Modloader Minecraft 1.6/1.5.2/1.5.1

| May 14, 2013 | 0 Comments

The important mod you must have and install it in your Minecraft is Modloader. When installing a mods to minecraft you have to deal with main system’s files or command lines. That’s all the hard part and can make you run away. But with this mod you can install any mods you want, just copy and parte the mod specipic all you’re done.

Modloader is kind of like a mod manager, that stops conflicts with mods that alter rendering, recipes, add entities, gui, smeltables or fuel. If you’re a modder, feel free to decompile this and learn how to make mods work with it. Inherit BaseMod and override any methods as necessary. The mod’s main class file should be prefixed with ‘mod_’. Read the Javadoc for information on methods available.

Modloader Minecraft

Modloader Installation

For Windows

  1. Open up %appdata%, if you don’t know how to do this, start>run, then type in %appdata%
  2. Browse to .minecraft/bin
  3. Open up minecraft.jar with WinRAR or 7zip.
  4. Drag and drop the necessary files into the jar.
  5. Delete the META-INF folder in the jar.
  6. Run Minecraft, enjoy!

For Mac

  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!

Modloader Download Link

For MC 1.5.2 : http://adf.ly/1849S

For MC 1.5.1 : http://adf.ly/OIUEM
For MC 1.5 : http://www.mediafire.com/?ca2a8dmxdocg0m7
For MC1.4.7: Download (Adf.ly)
For MC1.4.6: Download Mediafire
For MC1.4.5: Download (Mediafire)

Credits to Risugami for makes this Modloader.

Tags: , , , , , , , , , , ,

Category: Minecraft Mods

Leave a Reply