Skip to content

Commit

Permalink
fix access widener in cardinal fmj
Browse files Browse the repository at this point in the history
  • Loading branch information
sisby-folk committed Aug 27, 2024
1 parent 039b9a0 commit 9deb764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cardinal-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ dependencies {
}

loom {
accessWidenerPath = file("src/main/resources/${cardinalUiId}.accesswidener")
accessWidenerPath = file("src/main/resources/switchy-cardinal-ui.accesswidener")
}
1 change: 1 addition & 0 deletions compat-ui/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"parent": "${modId}"
},
"environment": "client",
"accessWidener": "switchy-compat-ui.accesswidener",
"depends": {
"minecraft": ">=${mc}",
"fabricloader": ">=${fl}",
Expand Down

0 comments on commit 9deb764

Please sign in to comment.