Added 1.19 to main branch

This commit is contained in:
coolGi
2022-06-16 18:39:22 +09:30
parent 3838f06723
commit 0d18b38434
28 changed files with 501 additions and 94 deletions
+16
View File
@@ -0,0 +1,16 @@
@echo off
:buildVersion
call gradlew.bat -PmcVer=%~1 build
call gradlew.bat mergeJars -PmcVer=%~1
rm -R build/libs common/build/libs fabric/build/libs forge/build/libs
EXIT /B 0
SETLOCAL
CALL :buildVersion 1.19
CALL :buildVersion 1.18.2
CALL :buildVersion 1.18.1
CALL :buildVersion 1.17.1
CALL :buildVersion 1.16.5
EXIT /B %ERRORLEVEL%