Skip to content

Commit

Permalink
Disable AccessWideners & interfaceInjection transitive
Browse files Browse the repository at this point in the history
Signed-off-by: Hendrix-Shen <[email protected]>
  • Loading branch information
Hendrix-Shen committed Aug 9, 2024
1 parent 496ca1c commit 28b655d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion versions/1.14.4-fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,12 @@ dependencies {

loom {
// accessWidenerPath.set(file("src/main/resources/${project.parent.property("mod.id")}.accesswidener"))
enableTransitiveAccessWideners.set(true)
enableTransitiveAccessWideners.set(false)

interfaceInjection {
enableDependencyInterfaceInjection.set(false)
isEnabled.set(false)
}

if (modPlatform == "forge") {
forge {
Expand Down

0 comments on commit 28b655d

Please sign in to comment.