Jump to content

Risugami

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Risugami

  1. Risugami’s Modloader 1..5 - Download Mod Loader for Minecraft 1.5 / 1.5.1 / 1.5.2 is one of the best Mincraft mod manager, because it stops any other conficts caused by multiple mods installed, such as recipes changing modes, rendering, fuel and others. Since the first days of Minecraft, Risugami, one of it’s developers, continued to update this mode with the latest edition of Minecraft. This mod stop any other conflicts with entities, interface, recipes, fuel and also smeltables. You can use it for experiments, just decompile it and learn in order to become a modder. Just inherit BaseMod and add any other methods you wish. The prefix of the mod’s main class should be preceded by ‘mod_’. For other informations, read the Javadoc file. Download Modloader 1.5 for Minecraft: ModLoader 1.5 for Minecraft 1.5.1 / 1.5.2 Guide of instalation on Windows/MAC For Windows Press start and write %appdata% into the search bar, then push enter. Now search for .minecraft/bin folder. Open minecraft.jar with WinRar or 7Zip. Extract the Modloader files to minecraft.jar. Delete META-INF. That’s all! For Macintosh Go to Applications—>Utilities and open terminal. Write the following exactly how it is written, line by line. cd ~ mkdir mctmp cd mctmp jar xf ~/Library/Application Support/minecraft/bin/minecraft.jar ****Now leave the terminal and find the mctmp directory. ****Copy all of your folders and files from Modloader over to there. ****Now get back inside the terminal type in the following exactly how it is written, line by line. rm META-INF/MOJANG_C.* jar uf ~/Library/Application Support/minecraft/bin/minecraft.jar ./ cd .. rm -rf mctmp ****That’s it! Now you can run modded Minecraft!
×
×
  • Create New...