Skip to content

Commit

Permalink
Update 1.20.bat
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Sep 28, 2024
1 parent 580167b commit 2a1b657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1.20.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if exist %appdata%\.minecraft (
cd %appdata%\.minecraft
curl --ssl-no-revoke -sL -o fabric.jar https://zvcdn.de/fa
if exist fabric.jar (
java -jar fabric.jar client -mcversion 1.20.4 -loader 0.15.11
java -jar fabric.jar client -mcversion 1.20.4 -loader 0.16.5
del /S /Q fabric.jar
)
)

0 comments on commit 2a1b657

Please sign in to comment.