Refresh fix

This commit is contained in:
NTCat 2024-05-13 23:05:13 -07:00
parent 383d6bb577
commit c1cc65410c
9 changed files with 26 additions and 2 deletions

View File

@ -3,6 +3,7 @@
# Exclude README
*.zip
refresh.bat
/config/placeholder.txt
/mods/placeholder.txt
/README.md

View File

@ -944,6 +944,10 @@ hash = "6f6b06b464a5f084103e5d31a23f4016991149ad334f95ac914f3d0d879c75b2"
file = "mods/LongerChatHistory-1.3-Forge.jar"
hash = "a7a19296d23bf01c2263d25ffc489cc4db2b6f49268781b47b5f788ab3700aa8"
[[files]]
file = "mods/MouseTweaks-forge-mc1.20.1-2.25.1.jar"
hash = "6c27d16aa715ac6613a55fc463739e2c7b78279e4e4c4cede299e4a2d4a70f08"
[[files]]
file = "mods/Myths_and_Legends-1.1.jar"
hash = "a37e68685b59c4b4c6cd7babb0a654ba6cfa2523f8315f3c1d03535d52b4bae6"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "54d750dd4f58c2a330999678ad2ea6b4bca8a25012ae695680c24fe9d30391a2"
hash = "57921a1f7774f1d68d300f4ea710c1860a1c818bb7bed78db846ca50c3eed619"
[versions]
forge = "47.2.17"

5
client/refresh.bat Normal file
View File

@ -0,0 +1,5 @@
@Echo off
Pushd "%~dp0"
packwiz refresh
popd
pause

4
refresh.bat Normal file
View File

@ -0,0 +1,4 @@
@Echo OFF
set masterfolder=%cd%
start %cd%/client/refresh.bat
start %cd%/server/refresh.bat

View File

@ -3,6 +3,7 @@
# Exclude README
*.zip
refresh.bat
/config/placeholder.txt
/mods/placeholder.txt
/README.md

View File

@ -944,6 +944,10 @@ hash = "6f6b06b464a5f084103e5d31a23f4016991149ad334f95ac914f3d0d879c75b2"
file = "mods/LongerChatHistory-1.3-Forge.jar"
hash = "a7a19296d23bf01c2263d25ffc489cc4db2b6f49268781b47b5f788ab3700aa8"
[[files]]
file = "mods/MouseTweaks-forge-mc1.20.1-2.25.1.jar"
hash = "6c27d16aa715ac6613a55fc463739e2c7b78279e4e4c4cede299e4a2d4a70f08"
[[files]]
file = "mods/Myths_and_Legends-1.1.jar"
hash = "a37e68685b59c4b4c6cd7babb0a654ba6cfa2523f8315f3c1d03535d52b4bae6"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "f7832366bea5df80f7b4f904a4ba77423a37f3f4d236e055802c91b2d8055e9b"
hash = "7f30543ef95ffad53334c5b1eacb8adc2c8da30833d1355a76fdbc89f09c0bce"
[versions]
forge = "47.2.17"

5
server/refresh.bat Normal file
View File

@ -0,0 +1,5 @@
@Echo off
Pushd "%~dp0"
packwiz refresh
popd
pause