Merge pull request #140 from lynxplay/bugfix/include-flightrecorder-config
This commit is contained in:
commit
1ac512a5b3
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ open class AllTasks(
|
|||
val copyResources by tasks.registering<CopyResources> {
|
||||
inputJar.set(applyMergedAt.flatMap { it.outputJar })
|
||||
vanillaJar.set(extractFromBundler.flatMap { it.serverJar })
|
||||
includes.set(listOf("/data/**", "/assets/**", "version.json", "yggdrasil_session_pubkey.der", "pack.mcmeta"))
|
||||
includes.set(listOf("/data/**", "/assets/**", "version.json", "yggdrasil_session_pubkey.der", "pack.mcmeta", "flightrecorder-config.jfc"))
|
||||
|
||||
outputJar.set(cache.resolve(FINAL_REMAPPED_JAR))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue