Skip to content

Commit

Permalink
dep on mixin extras isnt needed anymore since loader bundles it
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Feb 4, 2024
1 parent c298d95 commit 66c1016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def setup(DependencyHandler deps) {
})
deps.modImplementation("net.fabricmc:fabric-loader:$loader_version")

deps.implementation(deps.annotationProcessor("io.github.llamalad7:mixinextras-fabric:0.3.5"))
//deps.implementation(deps.annotationProcessor("io.github.llamalad7:mixinextras-fabric:0.3.5"))
}

// setup mods that enhance development
Expand Down

0 comments on commit 66c1016

Please sign in to comment.