mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-07-21 19:32:52 +00:00
Merge branch 'mc-1.16.x' into mc-1.18.x
This commit is contained in:
commit
d2f94f2653
@ -211,8 +211,7 @@ jar {
|
|||||||
"Implementation-Title" : "CC: Tweaked",
|
"Implementation-Title" : "CC: Tweaked",
|
||||||
"Implementation-Version" : "${mod_version}",
|
"Implementation-Version" : "${mod_version}",
|
||||||
"Implementation-Vendor" : "SquidDev",
|
"Implementation-Vendor" : "SquidDev",
|
||||||
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")
|
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"),
|
||||||
,
|
|
||||||
"MixinConfigs" : "computercraft.mixins.json",
|
"MixinConfigs" : "computercraft.mixins.json",
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
@ -418,6 +417,7 @@ def testServer = tasks.register("testServer", JavaExec.class) {
|
|||||||
exec.copyTo(it)
|
exec.copyTo(it)
|
||||||
setClasspath(exec.getClasspath())
|
setClasspath(exec.getClasspath())
|
||||||
mainClass = exec.mainClass
|
mainClass = exec.mainClass
|
||||||
|
javaLauncher = exec.javaLauncher
|
||||||
setArgs(exec.getArgs())
|
setArgs(exec.getArgs())
|
||||||
|
|
||||||
// Jacoco and modlauncher don't play well together as the classes loaded in-game don't
|
// Jacoco and modlauncher don't play well together as the classes loaded in-game don't
|
||||||
|
Loading…
x
Reference in New Issue
Block a user