File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ apply from: rootProject.file('repositories.gradle')
1212apply from : ' dependencies.gradle'
1313
1414loom {
15- def aw = project(" :common" ). file(" src/main/resources/${ mod_id} .accesswidener " )
15+ def aw = project(" :common" ). file(" src/main/resources/${ mod_id} .classtweaker " )
1616 if (aw. exists()) {
1717 accessWidenerPath. set(aw)
1818 }
2929 runDir(" runs/client" )
3030 }
3131 }
32- }
32+ }
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ apply from: rootProject.file('repositories.gradle')
1818apply from : ' dependencies.gradle'
1919
2020loom {
21- def aw = project(" :common" ). file(" src/main/resources/${ mod_id} .accesswidener " )
21+ def aw = project(" :common" ). file(" src/main/resources/${ mod_id} .classtweaker " )
2222 if (aw. exists()) {
2323 accessWidenerPath. set(aw)
2424 }
@@ -70,4 +70,4 @@ modrinth {
7070 dependencies {
7171 required. project " fabric-api"
7272 }
73- }
73+ }
You can’t perform that action at this time.
0 commit comments