A mod, 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.
Installation:
1.6.x and up
- 1) Run the latest launcher and download 1.6.1
- 2) Go to %appdata%/.minecraft/versions
- 3) Copy the directory named 1.6.1 and paste as 1.6.1ML (you may name however you please, but everything must match) so there are now two copies.
- 4) Enter new directory and rename the jar and json files to match the directory.
- 5) Open the json file in your prefered Notepad program and change:
"id": "1.6.1",
to
"id": "1.6.1ML",
- 6) Now with the jar you should do the steps below starting at number 3.
1.5.x and below
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
Macintosh:
- 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!
For 1.6.1
http://www.dl.9minecraft.net/index.php?act=dl&id=1372745405
http://www.dl2.9minecraft.net/index.php?act=dl&id=1372744997
http://www.dl3.9minecraft.net/index.php?act=dl&id=1372720511
http://www.dl4.9minecraft.net/index.php?act=dl&id=1372720232
http://www.dl5.9minecraft.net/index.php?act=dl&id=1372745941
For 1.5.2
http://www.dl4.9minecraft.net/index.php?act=dl&id=1367555856
http://www.dl5.9minecraft.net/index.php?act=dl&id=1367581409
http://www.dl3.9minecraft.net/index.php?act=dl&id=1367556209
http://www.dl2.9minecraft.net/index.php?act=dl&id=1367580680
For 1.5.1
For 1.5
For 1.4.6/1.4.7
For 1.4.5
For 1.2.5
Credits: Risugami