Disable ATs from unapplied folder

This commit is contained in:
Shane Freeder 2022-12-07 23:25:00 +00:00
parent 3a5be0bbe7
commit 0e45eeb9d2

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") {