Minecraft – Connecting the two installs of minecraft

linuxminecraft-java-editionwindows 7

I have a dual-boot PC, one has windows and one has Linux. They both have minecraft, and I've like them to share the same savegame/server data.

Is this possible, and if so how do I set it up?

Best Answer

You can use pendrive to hold savedata, you can use Dropbox, or make a symlink to the windows partition on Linux.

For example:

ln -s /mnt/windows/Users/Pureferret/.minecraft/saves ~/.minecraft/saves