Skip to content

Commit

Permalink
fixed access widener not remapping
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor40 committed Aug 9, 2021
1 parent 502ab5b commit f3f3c8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

loom {
accessWidenerPath = file("src/main/resources/rendertweaks.accesswidener")
accessWidenerPath = file("src/main/resources/RenderTweaks.accesswidener")
}

sourceCompatibility = JavaVersion.VERSION_16
Expand Down

0 comments on commit f3f3c8e

Please sign in to comment.