Skip to content

Commit 250d048

Browse files
committed
Long time no see
+ Added Auto Composter, thanks mqtze! Remote Control Bot: + Added send command, thanks ariesninjadev! Misc: = Fixed pest plot count, thanks mqtze! = Project compilation fix, thanks stormcoph!
1 parent 5057bb9 commit 250d048

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ dependencies {
8787

8888
shadowImpl("org.java-websocket:Java-WebSocket:1.5.4")
8989

90-
runtimeOnly("me.djtheredstoner:DevAuth-forge-legacy:1.2.1")
90+
implementation("me.djtheredstoner:DevAuth-forge-legacy:1.2.1")
9191

9292
implementation("net.dv8tion:JDA:5.0.0-beta.24")
9393

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") {
9696
exclude(module = "fastutil")
9797
exclude(module = "lwjgl")
9898
exclude(module = "SimpleTweaker")

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ baseGroup=com.jelly.farmhelperv2
44
mcVersion=1.8.9
55
modid=farmhelperv2
66
modName=FarmHelper
7-
version=2.8.14
7+
version=2.9.0
88
shouldRelease=true

0 commit comments

Comments
 (0)