From a592b249ba3223812646cfec748b6bcbb752892c Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Tue, 18 Jun 2024 19:30:39 -0400 Subject: [PATCH 1/3] Mention how to find the root folder --- Directory-Structure.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Directory-Structure.md b/Directory-Structure.md index 9787b14..7402706 100644 --- a/Directory-Structure.md +++ b/Directory-Structure.md @@ -1,6 +1,13 @@ Not all files/directories might be available, depending on your setup -## Linux +The easiest way to see the root folder is to click `Folders` > `View Instance Folder`. Then, go up one level. + +MultiMC stores its 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 ``` From f2ab3b41c8db5959a2ed7d711e9a528e665c9919 Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Wed, 19 Jun 2024 11:57:08 -0400 Subject: [PATCH 2/3] Suggested changes --- Directory-Structure.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Directory-Structure.md b/Directory-Structure.md index 7402706..65d1b61 100644 --- a/Directory-Structure.md +++ b/Directory-Structure.md @@ -1,11 +1,13 @@ Not all files/directories might be available, depending on your setup -The easiest way to see the root folder is to click `Folders` > `View Instance Folder`. Then, go up one level. +### Finding the root folder -MultiMC stores its files in the same location as the MultiMC application. +The easiest way to see the root folder is to click `Folders` > `View Instance Folder`. Then go to the parent folder. -- 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` +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 From b50ac4588f90d2519b435f24de50219803e007f6 Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Wed, 19 Jun 2024 12:04:00 -0400 Subject: [PATCH 3/3] Consistently use 'folder' rather than 'directory' --- Custom-Icons.md | 2 +- Directory-Structure.md => Folder-Structure.md | 8 ++++---- _Sidebar.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) rename Directory-Structure.md => Folder-Structure.md (96%) 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 96% rename from Directory-Structure.md rename to Folder-Structure.md index 65d1b61..a760f50 100644 --- a/Directory-Structure.md +++ b/Folder-Structure.md @@ -1,4 +1,4 @@ -Not all files/directories might be available, depending on your setup +Not all files/folders might be available, depending on your setup ### Finding the root folder @@ -108,7 +108,7 @@ MultiMC stores files in the same location as the MultiMC application. # 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. | @@ -121,8 +121,8 @@ MultiMC stores files in the same location as the MultiMC application. | 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]]