Change Minecraft save location?
I have a PC dual booted with Linux and Windows and Minecraft is installed on both. Now sometimes I play Minecraft in Linux and sometimes in Windows. I want to know if I could change the location where worlds are saved to a hard drive that is shared by both operating systems, so that I can use the same world on both operating systems.
Best Answer
Create a folder called saves somewhere in your shared drive. (eg. D:\Xyz\saves). Move your worlds(if you have any saved) to this folder.
Then in Windows, create a symlimk to the folder:
Open elevated cmd.
Navigate to .minecraft folder:
cd %appdata%\.minecraftDelete the saves folder from here.
In cmd, type:
mklink /D saves <path to saves folder>eg. If your saves folder is D:\Xyz\saves, type:mklimk /D saves D:\Xyz\saves
Now reboot to Linux. In Linux,
Go to the shared drive which has saves folder.
Right click on saves folder and make link.
Rename the link to saves.
Go to .minecraft folder in your home directory and delete the saves folder from there.
Move the saves link here.
Now both operating systems will share the saved worlds.
Note: Shared drive must be NTFS for mklink to work.
Pictures about "Change Minecraft save location?"



Quick Answer about "Change Minecraft save location?"
How do I move a Minecraft save to another drive?
Follow these steps to move Minecraft to another hard drive by copying its folder.How do I change my working directory in Minecraft?
Changing Working DirectoryCan you move .minecraft folder?
move/copy the . minecraft folder to another location. create a batch file that sets the APPDATA environment variable (for that session) to the folder you want minecraft to run in and then execute the minecraft.exe. run the batch when you wish to play.Where are Minecraft saves saved?
In the Java Edition, the Minecraft Worlds are saved in the . minecraft\\saves folder. When you open this folder, you will find that each Minecraft World has its own separate folder.How to Change Minecraft's Location \u0026 Directory (2022)
More answers regarding change Minecraft save location?
Answer 2
Yes there is. Go to your user account and find roaming. go into it. in there is .minecraft (unless you changed if u changed fine what you changed it to) then open it and there will be a file called "Saves". Copy that onto a hard drive. then when you go to Linux open that hard drive and drag the saves into your save location which is in your minecraft launcher than edit profile and near the top.
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Nothing Ahead, David McBee, David McBee, Markus Spiske
