File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
src/main/kotlin/com/lambda/client/manager/managers Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments