From b50ac4588f90d2519b435f24de50219803e007f6 Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Wed, 19 Jun 2024 12:04:00 -0400 Subject: [PATCH] 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]]