diff --git a/Custom-Icons.md b/Custom-Icons.md index ad79b2c..a6e210d 100644 --- a/Custom-Icons.md +++ b/Custom-Icons.md @@ -1,6 +1,6 @@ # Making a Custom Icon Set ## File Stucture -- (MultiMC Directory) +- (MultiMC Root Folder) - iconthemes - custom - scalable diff --git a/Directory-Structure.md b/Folder-Structure.md similarity index 89% rename from Directory-Structure.md rename to Folder-Structure.md index 9787b14..a760f50 100644 --- a/Directory-Structure.md +++ b/Folder-Structure.md @@ -1,6 +1,15 @@ -Not all files/directories might be available, depending on your setup +Not all files/folders might be available, depending on your setup -## Linux +### Finding the root folder + +The easiest way to see the root folder is to click `Folders` > `View Instance Folder`. Then go to the parent folder. + +MultiMC stores files in the same location as the MultiMC application. + +- On Windows this folder should be wherever you extracted the MultiMC zip file. +- On Linux and OS X the default install location is `~/.config/local/multimc` + +## Folder structure ``` @@ -99,7 +108,7 @@ Not all files/directories might be available, depending on your setup # Explanation -| File/Directory | Description | +| File/Folder | Description | | --- | --- | | accounts.json | All your accounts are saved here. No passwords are saved here, though the different tokens could be used to play Minecraft as you, so be careful | | assets/indexes/ | The files here contain information about the assets for different versions of the game, like which asset ID belongs to which asset. | @@ -112,8 +121,8 @@ Not all files/directories might be available, depending on your setup | instances/\/instance.cfg | This file keeps all the instance settings, such as memory options, as well as it's name etc. | | instances/\/version.json | 1.6+ ONLY: This file contains all the information needed to launch a vanilla instance, like libraries needed etc. | | instances/\/custom.json | 1.6+ ONLY, **DEPRECATED**: Like version.json, but for usage in modded scenarios. Can be used for completely overriding version.json, but it's recommended to use [patches](JSON Patches) instead | -| instances/\/minecraft/ | This is the "normal" Minecraft directory, which contains, saves/, mods/ etc. | -| instances/\/instMods/ | Pre-1.6 ONLY: The directory containing jarmods | +| instances/\/minecraft/ | This is the "normal" Minecraft folder, which contains, saves/, mods/ etc. | +| instances/\/instMods/ | Pre-1.6 ONLY: The folder containing jarmods | | jars/ | Since MultiMC isn't a Java program we use a few different Java applications for things like launching the game. Those are stored here. | | libraries/ | This contains all of Minecrafts dependencies, see below for more info | | metacache | This file contains information about most downloaded files and is used for keeping track of them and making sure they are always up-to-date | diff --git a/_Sidebar.md b/_Sidebar.md index 795a6d2..fe58fff 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -46,7 +46,7 @@ **Technical & In-depth** * [[JSON Patches]] -* [[Directory Structure]] +* [[Folder Structure]] * [[Custom Icons]] * [[Custom Build]]