1.20.1, lost dynamic lights, vivecraft

This commit is contained in:
Merith-TK 2023-06-23 07:51:34 -07:00
parent fed628a63d
commit 04ec1ffc36
68 changed files with 275 additions and 468 deletions

View file

@ -92,8 +92,8 @@ update-packwiz:
@echo "Packwiz has been Updated"
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 -Xmx2G -Xms2G -jar server.jar nogui && cd ..
@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 -Xmx2G -Xms2G -jar server.jar nogui && cd ..