Skip to content

Commit

Permalink
Add NeoForge transform production
Browse files Browse the repository at this point in the history
  • Loading branch information
TonimatasDEV committed Dec 9, 2023
1 parent 67e47b2 commit b7e2eb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ dependencies {
}

architectury {
common("fabric", "forge")
common("fabric", "forge", "neoforge")
}
2 changes: 1 addition & 1 deletion neoforge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
neoForge("net.neoforged:neoforge:$neoforgeVersion")

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

tasks.withType<ProcessResources> {
Expand Down

0 comments on commit b7e2eb0

Please sign in to comment.