minity icon indicating copy to clipboard operation
minity copied to clipboard

Symbolic links don't work on windows

Open zocky opened this issue 4 years ago • 1 comments

Potentially, the npm package called lnk could be used to fix this.

zocky avatar Oct 25 '21 02:10 zocky

Workaround:

In CMD/Powershell use:

mklink /d "G:\Minecraft\MultiMC\instances\1.17.1\.minecraft\saves\Minecarts\datapacks\minecarts_nowadays" "C:\Users\PsychoX\Desktop\minecarts-nowadays\build"
  • First path is path to your save data-packs followed by name of your data-pack. Folder with such path shouldn't already exist.
  • Second path is path to build folder.
  • It may require admin rights to create the link.
  • I used absolute paths and custom Minecraft installation path (MultiMC launcher), but should work with default one too, and maybe even could be like %appdata%\.minecraft\saves\SAVE_NAME_HERE\datapacks\DATA_PACK_NAME.

AgainPsychoX avatar Dec 09 '21 19:12 AgainPsychoX