How to Change Minecraft's Location & Directory (2023)

Описание к видео How to Change Minecraft's Location & Directory (2023)

mklink /D "%appdata%\.minecraft" "OutputLocation"

STORAGE INFO: The symbolic link only points to the new location, so if your files are stored on your E drive, then no space should be taken up on your C drive where you have the symbolic link as a pointer. The symbolic link WILL show space that the destination folder takes up under "properties" tab, HOWEVER the actual space on your drive is NOT taken up by the symbolic link, which you can see when looking at storage space of a drive under the "Devices and drives" section of File Explorer.

Bedrock: Unfortunately due to Microsoft Store hard locking the folder for Bedrock edition, it is near impossible to gain administrative privileges of the files. If you need to change the drive, Microsoft Store allows you to change the drive, but not the path, unfortunately.

Note that using this method inside of a world's folder may require whitelisting as per 1.20 release candidate 1, please refer here for more info if you run into trouble: https://help.minecraft.net/hc/en-us/a...

Useful article relating to symbolic links: https://www.2brightsparks.com/resourc...

Thanks to @albertescanes for the following:
PowerShell equivalent:
sl $HOME/AppData/Roaming
New-Item -Path '.minecraft' -ItemType SymbolicLink -Target desired destination path

0:00 - Intro
0:24 - Seperate Minecraft Installations
1:12 - Move Minecraft as a Whole

Комментарии

Информация по комментариям в разработке