Skip to content

Commit

Permalink
Remove uneeded dependency on mixin extras (#1297)
Browse files Browse the repository at this point in the history
* dep on mixin extras isnt needed anymore since loader bundles it

* remove dep
  • Loading branch information
IThundxr authored Feb 5, 2024
1 parent c298d95 commit d9c630d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ def setup(DependencyHandler deps) {
it.officialMojangMappings { nameSyntheticMembers = false }
})
deps.modImplementation("net.fabricmc:fabric-loader:$loader_version")

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

// setup mods that enhance development
Expand Down

0 comments on commit d9c630d

Please sign in to comment.