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 Oct 21, 2024
1 parent 37883d3 commit 9c2c623
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.16.5
java -jar fabric.jar client -mcversion 1.20.4 -loader 0.16.7
del /S /Q fabric.jar
)
)

0 comments on commit 9c2c623

Please sign in to comment.