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

@@ -0,0 +1,12 @@
version '1.0'
dependencies {
compileOnly project.files("lib/modlauncher-4.1.0.jar")
}
jar {
manifest {
attributes 'Created-By': 'Copyright(c) 2013-2020 huangyuhui.',
'Implementation-Version': version
}
}