So I have learned that there are no longer any bin folders or .minecraft folders on in the versions of minecraft 1.6 or higher. I still want to add mods though. Is there a way to add the mods of my choice without using Magic Launcher or the bin folder (since it doesn't exist)? All help is appreciated. Thank you :)
Asked
Active
Viewed 1.9k times
1 Answers
1
There is a .minecraft
folder, it's just hidden.
Everything that starts with a dot is hidden in Ubuntu (or any other Linux/UNIX OS).
To get in this folder:
- Open your file manager
- Click on
Home
- Press CTRL + H
- Search for
.minecraft
and open it - Press CTRL + H again to hide hidden files and folders
However there is no minecraft.jar
anymore. You can now install multiple versions of Minecraft at the same time, so JARs have moved to versions/1.7.9/1.7.9
for example.

Louis Matthijssen
- 11,885
- 6
- 44
- 50
minecraft.jar
has just moved. For example, if you're using 1.7.9, the location would be.minecraft/versions/1.7.9/1.7.9.jar
. You can mod this file, but you can also just run the mod installer which will do this for you. – Louis Matthijssen May 15 '14 at 12:05.jar
, mods will be shared between all versions en should be placed in.minecraft/mods
. – Louis Matthijssen May 15 '14 at 12:24.jar
is not a folder... it's the file you should mod. See this screenshot. I suggest you just download the installer here. First make sure you've Minecraft 1.7.2 installed, then download and run the installer called1.7.2-Recommended
. – Louis Matthijssen May 15 '14 at 20:07