We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ecba0 commit a5c7dc6Copy full SHA for a5c7dc6
neoforge/build.gradle.kts
@@ -52,7 +52,7 @@ dependencies {
52
}
53
54
"common"(project(path = ":common", configuration = "namedElements")) { isTransitive = false }
55
- "shadowCommon"(project(path = ":common", configuration = "transformProductionForge")) { isTransitive = false }
+ "shadowCommon"(project(path = ":common", configuration = "transformProductionNeoForge")) { isTransitive = false }
56
57
58
java {
0 commit comments