Skip to content

Commit

Permalink
Update Mod-Installer.bat
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 authored Aug 7, 2024
1 parent 129e304 commit 0bffd53
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Mod-Installer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ if exist "%appdata%\.minecraft\forge.bat" (
del /S /Q "%appdata%\.minecraft\forge.bat"
)

set l=1.20.4
set lfl=0.15.11
set l=1.21.0
set lfl=0.16.0
set fal=fabric-loader-%lfl%-%l%
set rpm=2.6.15
set lwv=v7.43
set rpm=2.6.18
set lwv=v7.44
set lbv=1.10.2

CLS
Expand Down Expand Up @@ -282,7 +282,8 @@ C:
cd %appdata%\.minecraft
cd %appdata%\.minecraft\mods
CLS
curl --ssl-no-revoke -L -o baritone.jar https://github.com/cabaletta/baritone/releases/download/v%lbv%/baritone-api-fabric-%lbv%.jar
:curl --ssl-no-revoke -L -o baritone.jar https://github.com/cabaletta/baritone/releases/download/v%lbv%/baritone-api-fabric-%lbv%.jar
echo Not supported on 1.21... (at least now)
GOTO mif

:rpm
Expand Down

0 comments on commit 0bffd53

Please sign in to comment.