Skip to content

Commit 1427b62

Browse files
committed
build: accesswidener -> classtweaker
1 parent 50212c0 commit 1427b62

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

fabric-example/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ apply from: rootProject.file('repositories.gradle')
1212
apply from: 'dependencies.gradle'
1313

1414
loom {
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
}
@@ -29,4 +29,4 @@ loom {
2929
runDir("runs/client")
3030
}
3131
}
32-
}
32+
}

fabric/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apply from: rootProject.file('repositories.gradle')
1818
apply from: 'dependencies.gradle'
1919

2020
loom {
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+
}

0 commit comments

Comments
 (0)