Skip to content

Commit

Permalink
Add accesswidener
Browse files Browse the repository at this point in the history
  • Loading branch information
TonimatasDEV committed Feb 11, 2024
1 parent bd74634 commit 1d00a92
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/src/main/resources/cerium.accesswidener
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
accessWidener v2 named
4 changes: 4 additions & 0 deletions fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ architectury {
fabric()
}

loom {
accessWidenerPath.set(project(":common").loom.accessWidenerPath)
}

val minecraftVersion: String by extra
val fabricApiVersion: String by extra
val fabricLoaderVersion: String by extra
Expand Down
1 change: 1 addition & 0 deletions forge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ architectury {
}

loom {
accessWidenerPath.set(project(":common").loom.accessWidenerPath)
forge {
mixinConfig("example-common.mixins.json")
mixinConfig("example-forge.mixins.json")
Expand Down
4 changes: 4 additions & 0 deletions neoforge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ architectury {
neoForge()
}

loom {
accessWidenerPath.set(project(":common").loom.accessWidenerPath)
}

val common by configurations.creating
val shadowCommon by configurations.creating

Expand Down

0 comments on commit 1d00a92

Please sign in to comment.