From 27f394552a61e7f2e6ad684529d285422c49c13a Mon Sep 17 00:00:00 2001 From: Obie Hinojosa Date: Sun, 20 Oct 2024 00:16:35 -0500 Subject: [PATCH] change mod directory from ./appdata/local/ to ./appdata/roaming/ --- installer-windows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer-windows.bat b/installer-windows.bat index 195c9a7..71c5d35 100644 --- a/installer-windows.bat +++ b/installer-windows.bat @@ -2,7 +2,7 @@ cd /D "%~dp0" -set modfolder="%USERPROFILE%\AppData\Local\.minecraft\mods" +set modfolder="%USERPROFILE%\AppData\Roaming\.minecraft\mods" echo "################" echo SCRIPT STARTING