Skip to content

Commit

Permalink
Fix #112
Browse files Browse the repository at this point in the history
  • Loading branch information
XyperCode committed Jun 30, 2024
1 parent 6cd3c23 commit 93ec156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
forgeRuntimeLibrary project(":api")

common(project(path: ":common", configuration: "namedElements")) { transitive false }
shadowCommon(project(path: ":common", configuration: "transformProductionNeoForge")) { transitive = false }
shadowCommon(project(path: ":common", configuration: "transformProductionForge")) { transitive = false }
}

processResources {
Expand Down

0 comments on commit 93ec156

Please sign in to comment.