Skip to content

Commit

Permalink
Fixed access wideners
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek2608 committed Jan 4, 2025
1 parent 9534139 commit 5044d94
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ dependencies {
}

loom {
accessWidenerPath.set(file('src/main/resources/META-INF/accesstransformer.cfg'))

accessWidenerPath.set(file('src/main/resources/infinite_parkour.accesswidener'))
}

processResources {
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"mixins": [
"infinite_parkour.mixins.json"
],
"accessWidener": "infinite_parkour.accesswidener",
"depends": {
"fabricloader": ">=${loader_version}",
"fabric": "*",
Expand Down

0 comments on commit 5044d94

Please sign in to comment.