0

I have looked all over the Internet for solutions but I have got nothing.

I want to install the minepainter mod but I need a META-INF folder and a minecraft.jar.

galacticninja
  • 47,794
  • 105
  • 317
  • 576
kendall raven
  • 17
  • 1
  • 1
  • 2

1 Answers1

9

In 1.5.2 and earlier:

minecraft.jar is located in %appdata%\.minecraft\bin, and can be opened using many archive readers (such as 7zip, Jzip, WinRAR, etc.) as Schism mentioned. META-INF should be contained within this .jar. However, if META-INF is not in the .jar, you shouldn't need to worry about it, as the addition of mods requires it to be removed anyways. If you have installed mods in the past, you should have removed it then. It can also be removed by third-party tools such as MCPatcher.

In 1.6 and later:

There is no minecraft.jar anymore since the launcher has moved to a version-based system. The equivalent to minecraft.jar is now something like:

%appdata%\.minecraft\versions\<x.y.z>\<x.y.z>.jar

... where x.y.z is the version of Minecraft you are running and trying to mod. Modding Minecraft now is the same as before, except you're changing that x.y.z.jar file instead of minecraft.jar: open that x.y.z.jar file, place the mod's files as usual, and delete the META-INF folder before saving x.y.z.jar.

SevenSidedDie
  • 33,487
  • 17
  • 107
  • 172
timelmer
  • 344
  • 2
  • 10