Skip to content

Commit 19700bc

Browse files
committed
fix: neoforge build.gradle error
(how did that ever work..?)
1 parent fed5ad1 commit 19700bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neoforge/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
modApi("dev.ftb.mods:ftb-library-neoforge:${rootProject.ftb_library_version}") { transitive false }
3838

3939
common(project(path: ":common", configuration: "namedElements")) { transitive false }
40-
shadowCommon(project(path: ":common", configuration: "transformProductionForge")) { transitive false }
40+
shadowCommon(project(path: ":common", configuration: "transformProductionNeoForge")) { transitive false }
4141
}
4242

4343
apply from: "https://raw.githubusercontent.com/FTBTeam/mods-meta/main/gradle/extra-local-mods.gradle"

0 commit comments

Comments
 (0)