Skip to content

Commit 7e575d4

Browse files
authored
[1.20.x] [NeoForge] Access Transformers not applied in production (#36)
This pull requests fixes #34 by adding the access widener configuration file in the NeoForge's build file remapJar task
1 parent 36c0269 commit 7e575d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

neoforge/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,7 @@ tasks {
9191

9292
archiveVersion = "$modVersion+$minecraftVersion"
9393
inputFile = shadowJar.get().archiveFile
94+
95+
atAccessWideners.add("lambda.accesswidener")
9496
}
9597
}

0 commit comments

Comments
 (0)