Skip to content

Commit 07e8e61

Browse files
committed
Add isDone
1 parent b515d94 commit 07e8e61

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,7 @@ dependencies {
107107
compileOnly "org.jetbrains.kotlin:kotlin-stdlib-common:$kotlinVersion"
108108
compileOnly 'org.jetbrains:annotations:23.0.0'
109109

110-
// This Baritone will NOT be included in the jar
111-
implementation 'com.github.cabaletta:baritone:1.2.14'
112-
113-
// This Baritone WILL be included in the jar
114-
jarLibs 'cabaletta:baritone-api:1.2'
110+
jarLibs files("libs/baritone-api-forge-1.2.15.jar")
115111

116112
// Add everything in jarLibs to implementation (compile)
117113
implementation configurations.jarLibs

src/main/kotlin/com/lambda/client/manager/managers/PlayerInventoryManager.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ object PlayerInventoryManager : Manager {
167167
currentId = 0
168168
}
169169

170+
fun isDone() = transactionQueue.isEmpty()
171+
170172
/**
171173
* Adds a new task to the inventory manager
172174
*

0 commit comments

Comments
 (0)