Loom version: 0.5.42
I use an access widener for compile-time access transforming and cannot build my jar as Loom assumes that my access widener (which is not located in the source set path) will have a property in mod metadata, failing here:
|
Preconditions.checkNotNull(awPath, "Failed to find accessWidener in fabric.mod.json: " + remapData.input); |
Loom version: 0.5.42
I use an access widener for compile-time access transforming and cannot build my jar as Loom assumes that my access widener (which is not located in the source set path) will have a property in mod metadata, failing here:
fabric-loom/src/main/java/net/fabricmc/loom/task/RemapJarTask.java
Line 215 in 8657752