Disable ATs from unapplied folder

This commit is contained in:
Shane Freeder 2022-12-07 23:25:00 +00:00
parent e21c1b41a7
commit 7414739946
No known key found for this signature in database
GPG Key ID: A3F61EA5A085289C
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ allprojects {
tasks.collectAtsFromPatches {
// Uncomment while updating for a new Minecraft version
extraPatchDir.set(layout.projectDirectory.dir("patches/unapplied/server"))
//extraPatchDir.set(layout.projectDirectory.dir("patches/unapplied/server"))
}
tasks.register("printMinecraftVersion") {