Skip to content

Commit c96896c

Browse files
committed
Fix AT on neoforge 26.1
1 parent 77ae689 commit c96896c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,10 @@ tasks {
309309
relocate("dev.dediamondpro.minemark", "dev.dediamondpro.resourcify.libs.minemark")
310310
relocate("org.commonmark", "dev.dediamondpro.resourcify.libs.commonmark")
311311
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+
}
312316
}
313317
if (mcPlatform.isObfuscated) {
314318
named<RemapJarTask>("remapJar") {

0 commit comments

Comments
 (0)