Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RSwoop committed Aug 1, 2024
1 parent 5edccad commit 4e0b604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forge/fg-6.0/1.12.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ dependencies {
// If the group id is "net.minecraft" and the artifact id is one of ["client", "server", "joined"],
// then special handling is done to allow a setup of a vanilla dependency without the use of an external repository.
minecraft "net.minecraftforge:forge:${minecraft_version}-${forge_version}"
shade 'org.spongepowered:mixin:0.8.3'
annotationProcessor 'org.spongepowered:mixin:0.8.3:processor'
shade 'org.spongepowered:mixin:0.8.5'
annotationProcessor 'org.spongepowered:mixin:0.8.5:processor'
shade 'io.github.blackspherefollower:buttplug4j.connectors.jetty.websocket.client:3.1.105'

// Example mod dependency with JEI - using fg.deobf() ensures the dependency is remapped to your development mappings
Expand Down

0 comments on commit 4e0b604

Please sign in to comment.