We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed5ad1 commit 19700bcCopy full SHA for 19700bc
neoforge/build.gradle
@@ -37,7 +37,7 @@ dependencies {
37
modApi("dev.ftb.mods:ftb-library-neoforge:${rootProject.ftb_library_version}") { transitive false }
38
39
common(project(path: ":common", configuration: "namedElements")) { transitive false }
40
- shadowCommon(project(path: ":common", configuration: "transformProductionForge")) { transitive false }
+ shadowCommon(project(path: ":common", configuration: "transformProductionNeoForge")) { transitive false }
41
}
42
43
apply from: "https://raw.githubusercontent.com/FTBTeam/mods-meta/main/gradle/extra-local-mods.gradle"
0 commit comments