Skip to content

Commit

Permalink
Fix Architectury incorrectly mapping ExpectPlatform to Forge instead …
Browse files Browse the repository at this point in the history
…of NeoForge
  • Loading branch information
Terrails committed Mar 14, 2024
1 parent b47503d commit d5e1f68
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 @@ -32,7 +32,7 @@ dependencies {

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

// Optional Dependencies
modCompileOnly("maven.modrinth:appleskin:${neoforge_appleskin_version}")
Expand Down

0 comments on commit d5e1f68

Please sign in to comment.