refresh fix

This commit is contained in:
NTCat 2024-05-13 23:32:37 -07:00
parent bd3adc0228
commit f2435a4f86
6 changed files with 26 additions and 1 deletions

View File

@ -2,3 +2,4 @@
Pushd "%~dp0"
packwiz refresh
popd
exit

View File

@ -848,6 +848,10 @@ hash = "103979a8e59e396f99fb8646c4f8a690c2d743ca3744a2eb8f663b3102b7498c"
file = "config/xaeroworldmap.txt"
hash = "6028733f967d0d0f6a80dd236d3dcc7d2446912c719ab9a7d3f83d8624d9b92d"
[[files]]
file = "launch.bat"
hash = "ac92721d5805d71857e0fcd709cf066e269ec3204884012d3ad76c292b82e951"
[[files]]
file = "mods/AI-Improvements-1.20-0.5.2.jar"
hash = "575a4a8e00f982c064d54bb3e73e5cda2d14414de054a471a3daf3f58bdf560a"
@ -1267,3 +1271,7 @@ hash = "d055465c58b8832dbfba0123b74d3e7b666cc259e6e6b8054fe63af4d9209bae"
[[files]]
file = "mods/waveycapes-forge-1.4.6-mc1.20.1.jar"
hash = "e0fcd729de80b743c3b2a9fafd32fe075932422eb1477e15a1e2cc738f2f7dfb"
[[files]]
file = "run.bat"
hash = "4dbdc7dc841f763148a2734f14782adbaccd912be82743fe7b38516ec1c76388"

8
server/launch.bat Normal file
View File

@ -0,0 +1,8 @@
@echo off
REM Forge requires a configured set of both JVM and program arguments.
REM Add custom JVM arguments to the user_jvm_args.txt
REM Add custom program arguments {such as nogui} to this file in the next line before the %* or
REM pass them to this script directly
java -jar packwiz-installer-bootstrap.jar -g -s server https://cloud.ntcatx.com/NTCat/cobblemonNEV/raw/branch/test/server/pack.toml %*
start run.bat
pause

View File

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

View File

@ -2,3 +2,4 @@
Pushd "%~dp0"
packwiz refresh
popd
exit

7
server/run.bat Normal file
View File

@ -0,0 +1,7 @@
@echo off
REM Forge requires a configured set of both JVM and program arguments.
REM Add custom JVM arguments to the user_jvm_args.txt
REM Add custom program arguments {such as nogui} to this file in the next line before the %* or
REM pass them to this script directly
java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.20.1-47.2.17/win_args.txt nogui %*
pause