We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b89d58 + 7bd9a5a commit 8356f32Copy full SHA for 8356f32
src/mapping/kotlin/xyz/wagyourtail/unimined/internal/mapping/aw/AccessWidenerApplier.kt
@@ -97,7 +97,7 @@ object AccessWidenerApplier {
97
logger.debug("Transforming $output with class tweaker $classTweaker and namespace $namespace")
98
baseMinecraft.forEachInZip { path, stream ->
99
if (path.endsWith(".class")) {
100
- val target = path.removeSuffix(".class").replace("/", ".")
+ val target = path.removeSuffix(".class")
101
if (target in targets) {
102
try {
103
logger.debug("Transforming $path")
0 commit comments