Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit cf02096

Browse files
committed
clean
1 parent 6eade51 commit cf02096

5 files changed

Lines changed: 0 additions & 29 deletions

File tree

common/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
architectury {
22
common(rootProject.enabled_platforms.split(","))
33
}
4-
/*
5-
loom {
6-
accessWidenerPath = file("src/main/resources/examplemod.accesswidener")
7-
}
8-
*/
94

105
dependencies {
116
// We depend on fabric loader here to use the fabric @Environment annotations and get the mixin dependencies

common/src/main/resources/architectury.common.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

common/src/main/resources/ftbqkeys.accesswidener

Lines changed: 0 additions & 1 deletion
This file was deleted.

fabric/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ architectury {
99

1010
project.archivesBaseName = rootProject.archivesBaseName + "-Fabric"
1111

12-
/*
13-
loom {
14-
accessWidenerPath = project(":common").loom.accessWidenerPath
15-
}
16-
*/
17-
1812
configurations {
1913
common
2014
shadowCommon // Don't use shadow from the shadow plugin because we don't want IDEA to index this.
@@ -47,8 +41,6 @@ processResources {
4741
}
4842

4943
shadowJar {
50-
exclude "architectury.common.json"
51-
5244
configurations = [project.configurations.shadowCommon]
5345
classifier "dev-shadow"
5446
}

forge/build.gradle

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,6 @@ architectury {
99

1010
project.archivesBaseName = rootProject.archivesBaseName + "-Forge"
1111

12-
/*
13-
loom {
14-
accessWidenerPath = project(":common").loom.accessWidenerPath
15-
16-
forge {
17-
convertAccessWideners = true
18-
extraAccessWideners.add loom.accessWidenerPath.get().asFile.name
19-
}
20-
}
21-
*/
22-
2312
configurations {
2413
common
2514
shadowCommon // Don't use shadow from the shadow plugin because we don't want IDEA to index this.
@@ -53,7 +42,6 @@ processResources {
5342

5443
shadowJar {
5544
exclude "fabric.mod.json"
56-
exclude "architectury.common.json"
5745

5846
configurations = [project.configurations.shadowCommon]
5947
classifier "dev-shadow"

0 commit comments

Comments
 (0)