add: allow installing OptiFine 1.14.4 and Forge in same game version
This commit is contained in:
12
HMCLTransformerDiscoveryService/build.gradle
Normal file
12
HMCLTransformerDiscoveryService/build.gradle
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user