diff --git a/.gitignore b/.gitignore index 73af17b..2ef7d43 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ # Exclude exported Modrinth modpacks -*.mrpack \ No newline at end of file +*.mrpack +/newmods \ No newline at end of file diff --git a/client/index.toml b/client/index.toml index c0e2eb8..e4a48c5 100644 --- a/client/index.toml +++ b/client/index.toml @@ -996,6 +996,10 @@ hash = "e12419e43e3babc810af289403c5cd96bd7f09809b389acc6bb2f122b4b2a426" file = "mods/architectury-9.2.14-forge.jar" hash = "218b471d0b8a1f6cda14cfc1beb9eeb0df54304500acc6c5613d9b88ec65d9af" +[[files]] +file = "mods/automobility-0.4.2+1.20.1-forge.jar" +hash = "4ea3933ee2a9ffed5b739bbbf8a8c974737fd59cb6517c61c54b3eae9465ff54" + [[files]] file = "mods/balm-forge-1.20.1-7.2.2.jar" hash = "6f4029cafb0b7f1bc4810af9237c8973dde05bdce30852625d72a40feaa1b71e" diff --git a/client/mods/automobility-0.4.2+1.20.1-forge.jar b/client/mods/automobility-0.4.2+1.20.1-forge.jar new file mode 100644 index 0000000..230934c Binary files /dev/null and b/client/mods/automobility-0.4.2+1.20.1-forge.jar differ diff --git a/client/pack.toml b/client/pack.toml index f64edd1..4f87029 100644 --- a/client/pack.toml +++ b/client/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "99d37bd6987e2946a5ae5d5004b25cd61f203d6f8f30329b5eb5fcb16cbbc9e5" +hash = "47ade5a5b68fec3a3b8d5c7391514b644c5f924cc9a9f3c0aa1d6a6d26e95c3e" [versions] forge = "47.2.17" diff --git a/refresh.bat b/refresh.bat index da0a5cd..418991a 100644 --- a/refresh.bat +++ b/refresh.bat @@ -1,4 +1,5 @@ @Echo OFF set masterfolder=%cd% start %cd%/client/refresh.bat -start %cd%/server/refresh.bat \ No newline at end of file +start %cd%/server/refresh.bat +exit \ No newline at end of file diff --git a/server/index.toml b/server/index.toml index 7c2e23e..ef6d4fd 100644 --- a/server/index.toml +++ b/server/index.toml @@ -996,6 +996,10 @@ hash = "e12419e43e3babc810af289403c5cd96bd7f09809b389acc6bb2f122b4b2a426" file = "mods/architectury-9.2.14-forge.jar" hash = "218b471d0b8a1f6cda14cfc1beb9eeb0df54304500acc6c5613d9b88ec65d9af" +[[files]] +file = "mods/automobility-0.4.2+1.20.1-forge.jar" +hash = "4ea3933ee2a9ffed5b739bbbf8a8c974737fd59cb6517c61c54b3eae9465ff54" + [[files]] file = "mods/balm-forge-1.20.1-7.2.2.jar" hash = "6f4029cafb0b7f1bc4810af9237c8973dde05bdce30852625d72a40feaa1b71e" diff --git a/server/mods/automobility-0.4.2+1.20.1-forge.jar b/server/mods/automobility-0.4.2+1.20.1-forge.jar new file mode 100644 index 0000000..230934c Binary files /dev/null and b/server/mods/automobility-0.4.2+1.20.1-forge.jar differ diff --git a/server/pack.toml b/server/pack.toml index b0e59f7..45563c1 100644 --- a/server/pack.toml +++ b/server/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "0f2895dd61cb66147c677790ac76f440b746e83fbb2bc4558c685821eda005cc" +hash = "a0e178cf31d3da5daef717fd6dbfcea0aa1300acb933e78887130ee7f2d02420" [versions] forge = "47.2.17" diff --git a/setnewmods.bat b/setnewmods.bat new file mode 100644 index 0000000..5d857dc --- /dev/null +++ b/setnewmods.bat @@ -0,0 +1,12 @@ +@Echo OFF +echo setting root.. +set masterfolder=%cd% +echo Copying to Client +xcopy /e /v /y "%cd%\newmods" "%cd%\client\mods" +echo Copying to Server +xcopy /e /v /y "%cd%\newmods" "%cd%\server\mods" +echo Deleting leftover mods +del "%cd%\newmods\*.*" /q +echo Starting refresh +start refresh.bat +exit \ No newline at end of file