Search results
To play Minecraft from a custom directory, you can use these simple steps. If you have anything important in your Minecraft folder, it is strongly recommended you make a backup before moving it! Method A Note: This doesn't work when using a launcher installed via the Microsoft App Store Go to the folder where you installed Minecraft. Shift right click in a blank space and press "Open Command ...
Sep 28, 2020 · A way to move your complete minecraft workdir is to start your minecraft with the command argument --workDir. The best way to have an easy (even portable) minecraft would is. create a textfile start minecraft.bat in your desired directory; insert this code; @echo off Minecraft.exe --workDir .\_profile\YOUR_NAME create the folder _profile\YOUR_NAME
The --workDir parameter allows you to specify the location of the .minecraft folder. To use this parameter, you can create a batch file that will open the Launcher and change the folder. You can just copy-paste the following snippet into notepad and save it as Launch.bat on the same folder as the Minecraft Launcher.
Aug 30, 2014 · And optionally, move your folder where it now is back there, and name it ".minecraft". But without the " marks. Linux Most linux users already know how to do this. But as in the above. Move or delete your .minecraft folder from ~/.minecraft as described above. Open a console (elevation isn't required on linux, as Minecraft resides in the user ...
Jun 12, 2023 · I tried doing the Portable Minecraft trick by making a .bat file specifying the directory, but launching the .bat does nothing. Keeping it in C:\ is now unacceptable as even though I've moved all my games to D:\ I run into problems with disk space especially when using Chrome. But somehow, Minecraft refuses to budge. Anyone know how to work ...
Feb 13, 2016 · The Minecraft launcher allows you to change the folder it places your saves in (among other things) via the profile settings. Create a "Minecraft" folder on a shared drive. Make sure you have read/write access to this folder from both Windows and Linux. Start the Minecraft Launcher and click on Installations
People also ask
How do I move a Minecraft install to a new folder?
How do I move Minecraft to a new location?
How do I delete a Minecraft folder?
Where is the launcher config located in Minecraft?
How do I move a complete workdir in Minecraft?
How do I delete Minecraft saves?
Move contents of current minecraft install to the place where you want it to be. Delete original folder From command line, do mklink /D "Original folder location" "New folder location" You could do just the saves directory if you follow the same steps but instead of moving all of minecraft, just do the saves folder.