add: allow installing OptiFine 1.14.4 and Forge in same game version

This commit is contained in:
huanghongxun
2020-05-03 19:21:54 +08:00
parent b53a3ebcc2
commit 7c510f9fb8
26 changed files with 176 additions and 27 deletions

View File

@@ -1,3 +1,9 @@
buildscript {
dependencies {
classpath 'org.tukaani:xz:1.8'
}
}
plugins {
id 'com.github.johnrengelman.shadow' version '4.0.0'
id 'application'
@@ -77,7 +83,7 @@ def repack(File file) {
jar {
manifest {
attributes 'Created-By': 'Copyright(c) 2013-2018 huangyuhui.',
attributes 'Created-By': 'Copyright(c) 2013-2020 huangyuhui.',
'Main-Class': mainClassName,
'Multi-Release': 'true',
'Implementation-Version': version