We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ae689 commit c96896cCopy full SHA for c96896c
1 file changed
build.gradle.kts
@@ -309,6 +309,10 @@ tasks {
309
relocate("dev.dediamondpro.minemark", "dev.dediamondpro.resourcify.libs.minemark")
310
relocate("org.commonmark", "dev.dediamondpro.resourcify.libs.commonmark")
311
relocate("org.ccil.cowan.tagsoup", "dev.dediamondpro.resourcify.libs.tagsoup")
312
+ if (!mcPlatform.isObfuscated && mcPlatform.isNeoForge) {
313
+ dependsOn("generateAccessTransformer")
314
+ from(project.layout.buildDirectory.dir("generated/at"))
315
+ }
316
}
317
if (mcPlatform.isObfuscated) {
318
named<RemapJarTask>("remapJar") {
0 commit comments