This repository was archived by the owner on Feb 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11architectury {
22 common(rootProject. enabled_platforms. split(" ," ))
33}
4- /*
5- loom {
6- accessWidenerPath = file("src/main/resources/examplemod.accesswidener")
7- }
8- */
94
105dependencies {
116 // We depend on fabric loader here to use the fabric @Environment annotations and get the mixin dependencies
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,12 +9,6 @@ architectury {
99
1010project. archivesBaseName = rootProject. archivesBaseName + " -Fabric"
1111
12- /*
13- loom {
14- accessWidenerPath = project(":common").loom.accessWidenerPath
15- }
16- */
17-
1812configurations {
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
4943shadowJar {
50- exclude " architectury.common.json"
51-
5244 configurations = [project. configurations. shadowCommon]
5345 classifier " dev-shadow"
5446}
Original file line number Diff line number Diff line change @@ -9,17 +9,6 @@ architectury {
99
1010project. 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-
2312configurations {
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
5443shadowJar {
5544 exclude " fabric.mod.json"
56- exclude " architectury.common.json"
5745
5846 configurations = [project. configurations. shadowCommon]
5947 classifier " dev-shadow"
You can’t perform that action at this time.
0 commit comments