Skip to content

Commit

Permalink
Long time no see
Browse files Browse the repository at this point in the history
+ 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!
  • Loading branch information
onixiya1337 committed Jan 23, 2025
1 parent 5057bb9 commit 250d048
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ dependencies {

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

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

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

implementation("com.github.onixiya1337.baritone-fly:baritone-deobf:7cc4ce43d3")
shadowImpl("com.github.onixiya1337.baritone-fly:baritone-api-forge:7cc4ce43d3") {
implementation("com.github.onixiya1337.baritone-fly:baritone-deobf:nirox-fly-SNAPSHOT")
shadowImpl("com.github.onixiya1337.baritone-fly:baritone-api-forge:nirox-fly-SNAPSHOT") {
exclude(module = "fastutil")
exclude(module = "lwjgl")
exclude(module = "SimpleTweaker")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ baseGroup=com.jelly.farmhelperv2
mcVersion=1.8.9
modid=farmhelperv2
modName=FarmHelper
version=2.8.14
version=2.9.0
shouldRelease=true

0 comments on commit 250d048

Please sign in to comment.