Skip to content

Commit

Permalink
Update maincode_installer_esp.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
ngdplnk committed Jun 14, 2023
1 parent 03dd175 commit dd42a1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions var/windows/installer/maincode_installer_esp.bat
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ if /I "%version%" EQU "1.19.1" set version=1.19.1& set link=https://piston-data.
if /I "%version%" EQU "1.19.2" set version=1.19.2& set link=https://piston-data.mojang.com/v1/objects/f69c284232d7c7580bd89a5a4931c3581eae1378/server.jar& goto :install
if /I "%version%" EQU "1.19.3" set version=1.19.3& set link=https://piston-data.mojang.com/v1/objects/c9df48efed58511cdd0213c56b9013a7b5c9ac1f/server.jar& goto :install
if /I "%version%" EQU "1.19.4" set version=1.19.4& set link=https://piston-data.mojang.com/v1/objects/958928a560c9167687bea0cefeb7375da1e552a8/client.jar& goto :install
if /I "%version%" EQU "1.20" set version=1.20& set link=https://piston-data.mojang.com/v1/objects/15c777e2cfe0556eef19aab534b186c0c6f277e1/server.jar& goto :install
if /I "%version%" EQU "1.20.1" set version=1.20.1& set link=https://piston-data.mojang.com/v1/objects/84194a2f286ef7c14ed7ce0090dba59902951553/server.jar& goto :install
goto :version

:install
Expand Down Expand Up @@ -275,6 +277,8 @@ echo - 1.19.1
echo - 1.19.2
echo - 1.19.3
echo - 1.19.4
echo - 1.20
echo - 1.20.1
echo(
pause
goto :init
Expand Down

0 comments on commit dd42a1d

Please sign in to comment.