minity
minity copied to clipboard
Symbolic links don't work on windows
Potentially, the npm package called lnk could be used to fix this.
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.