File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,12 +87,12 @@ dependencies {
87
87
88
88
shadowImpl(" org.java-websocket:Java-WebSocket:1.5.4" )
89
89
90
- runtimeOnly (" me.djtheredstoner:DevAuth-forge-legacy:1.2.1" )
90
+ implementation (" me.djtheredstoner:DevAuth-forge-legacy:1.2.1" )
91
91
92
92
implementation(" net.dv8tion:JDA:5.0.0-beta.24" )
93
93
94
- implementation(" com.github.onixiya1337.baritone-fly:baritone-deobf:7cc4ce43d3 " )
95
- shadowImpl(" com.github.onixiya1337.baritone-fly:baritone-api-forge:7cc4ce43d3 " ) {
94
+ implementation(" com.github.onixiya1337.baritone-fly:baritone-deobf:nirox-fly-SNAPSHOT " )
95
+ shadowImpl(" com.github.onixiya1337.baritone-fly:baritone-api-forge:nirox-fly-SNAPSHOT " ) {
96
96
exclude(module = " fastutil" )
97
97
exclude(module = " lwjgl" )
98
98
exclude(module = " SimpleTweaker" )
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ baseGroup=com.jelly.farmhelperv2
4
4
mcVersion =1.8.9
5
5
modid =farmhelperv2
6
6
modName =FarmHelper
7
- version =2.8.14
7
+ version =2.9.0
8
8
shouldRelease =true
You can’t perform that action at this time.
0 commit comments