We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aecb9a commit 27c0e51Copy full SHA for 27c0e51
1.21.bat
@@ -4,7 +4,7 @@ if exist %appdata%\.minecraft (
4
cd %appdata%\.minecraft
5
curl --ssl-no-revoke -sL -o fabric.jar https://zvcdn.de/fa
6
if exist fabric.jar (
7
- java -jar fabric.jar client -mcversion 1.21.3 -loader 0.16.8
+ java -jar fabric.jar client -mcversion 1.21.5 -loader 0.16.14
8
del /S /Q fabric.jar
9
)
10
0 commit comments