ASMHelper
ASMHelper copied to clipboard
Helper classes for ASM transformations in Minecraft mods
In your build.gradle you have the following lines of codes accessing the "sourceMainJava" and "ideaModuleJava" tasks ``` task copyToRootBuildPath(type: Copy, dependsOn: generateProjectSpecificPackage) { from destDirPath into rootProject.tasks.sourceMainJava.output } project.sourceSets.test.java.srcDirs +=...
Issue: this small code passing in the class then writing it back without any additional bytecode will resualt in a class circulatory error. Code: https://pastebin.com/Y15G5Kbs