We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b4121 commit 3aab54fCopy full SHA for 3aab54f
1 file changed
fabric/build.gradle
@@ -17,7 +17,7 @@ apply from: rootProject.file('repositories.gradle')
17
apply from: 'dependencies.gradle'
18
19
loom {
20
- def aw = project(":common").file("src/main/resources/${mod_id}.accesswidener")
+ def aw = project(":common").file("src/main/resources/${mod_id}.classtweaker")
21
if (aw.exists()) {
22
accessWidenerPath.set(aw)
23
}
0 commit comments