Skip to content

Commit

Permalink
Fix AT path
Browse files Browse the repository at this point in the history
  • Loading branch information
Deftu committed Jan 6, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 6627e9e commit afd3f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ val accessTransformerName = "patcher1${mcData.version.minor}_at.cfg"
if (mcData.isForge) {
loom {
forge {
accessTransformer(rootProject.file("src/main/resources/$accessTransformerName"))
accessTransformer(rootProject.file("src/main/resources/META-INF/$accessTransformerName"))
}
}
}

0 comments on commit afd3f8e

Please sign in to comment.