Skip to content

Commit

Permalink
The included version of MixinExtras should be for Forge
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Feb 17, 2024
1 parent f6ccbe1 commit 86e8330
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ fabric-client-tags-api-v1-version=1.1.2
loom.platform=forge
forge_version=1.20.1-47.2.6
pack_format=15
forgified_version=1.11.0
forgified_version=1.11.1
forge_fabric_loader_version=2.6.0+0.15.0+1.20.1
3 changes: 2 additions & 1 deletion gradle/ffapi-setup.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@ subprojects {
baseLib
}
dependencies {
implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:0.3.5"))
compileOnly(annotationProcessor("io.github.llamalad7:mixinextras-common:0.3.5"))
implementation(include("io.github.llamalad7:mixinextras-forge:0.3.5"))
testmodImplementation("io.github.llamalad7:mixinextras-forge:0.3.5")
baseLib "net.fabricmc:fabric-loader:${rootProject.loader_version}"
}
Expand Down

0 comments on commit 86e8330

Please sign in to comment.