update to 1.20.1

This commit is contained in:
Merith-TK 2023-07-11 10:46:07 -07:00
parent 04ec1ffc36
commit 7f76072f32
29 changed files with 150 additions and 120 deletions

View file

@ -95,5 +95,5 @@ run-server:
@cd .minecraft && pw refresh && cd ..
@-mkdir .run
@echo "eula=true" > .run/eula.txt
@cd .run && java -jar ../.minecraft/packwiz-installer-bootstrap.jar ../.minecraft/pack.toml -s server && cd ..
#@cd .run && java -jar ../.minecraft/packwiz-installer-bootstrap.jar ../.minecraft/pack.toml -s server && cd ..
@cd .run && java -Xmx2G -Xms2G -jar server.jar nogui && cd ..